mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 13:10:55 +00:00
Merge pull request #3625 from hsluoyz/develop
remove the 1000-row limit for ORM result set
This commit is contained in:
commit
56afa5c2bf
@ -72,7 +72,7 @@ const (
|
|||||||
var (
|
var (
|
||||||
Debug = false
|
Debug = false
|
||||||
DebugLog = NewLog(os.Stdout)
|
DebugLog = NewLog(os.Stdout)
|
||||||
DefaultRowsLimit = 1000
|
DefaultRowsLimit = -1
|
||||||
DefaultRelsDepth = 2
|
DefaultRelsDepth = 2
|
||||||
DefaultTimeLoc = time.Local
|
DefaultTimeLoc = time.Local
|
||||||
ErrTxHasBegan = errors.New("<Ormer.Begin> transaction already begin")
|
ErrTxHasBegan = errors.New("<Ormer.Begin> transaction already begin")
|
||||||
|
Loading…
Reference in New Issue
Block a user