aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/xorm/dialect_postgres.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1253/+0
|
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)Lunny Xiao2019-10-021-13/+19
| | | | | | * upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
* Fix label count (#8267)Lunny Xiao2019-09-241-4/+4
| | | | | | | | | | | | | | * fix label count * fix vendor * fix import order * update xorm to fix bug * fix tests * fix mssql bug
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-625/+619
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-3/+15
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Update xorm to fix issue #5659 and #5651 (#5680)Zsombor2019-01-091-1/+5
|
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-26/+79
| | | | sql (#4473)
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-271-51/+26
|
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-0/+3
| | | | | | | | | | | | * 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
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-0/+1206