diff --git a/orm/orm.go b/orm/orm.go index fc3cd400..d322881b 100644 --- a/orm/orm.go +++ b/orm/orm.go @@ -72,7 +72,7 @@ const ( var ( Debug = false DebugLog = NewLog(os.Stdout) - DefaultRowsLimit = 1000 + DefaultRowsLimit = -1 DefaultRelsDepth = 2 DefaultTimeLoc = time.Local ErrTxHasBegan = errors.New(" transaction already begin")