aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/xorm/convert.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-348/+0
|
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-271-3/+3
|
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-0/+12
| | | | | | | | | | | | * 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 xorm to latest version (#1651)Lauris BH2017-05-021-0/+50
| | | | | | * Update xorm to latest version * Update xorm/builder
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-0/+37
|
* update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ↵Lunny Xiao2017-02-201-0/+249
map (#987)