aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/xorm/rows.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-121/+0
|
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-25/+12
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-3/+3
| | | | sql (#4473)
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-3/+7
| | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-36/+5
| | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config
* update latest xorm version to vendor (#2353)Lunny Xiao2017-08-221-12/+20
|
* Update xorm to latest version (#1651)Lauris BH2017-05-021-2/+7
| | | | | | * Update xorm to latest version * Update xorm/builder
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-9/+10
|
* update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ↵Lunny Xiao2017-02-201-1/+2
| | | | map (#987)
* Added all required dependenciesThomas Boerger2016-11-041-0/+146