summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-xorm/xorm/engine.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.7.9 to fix some bugs (#8354)Lunny Xiao2019-10-021-22/+36
| | | | | | * upgrade xorm to v0.7.9 to fix some bugs * upgrade xormstore to v1.3.1
* Fix label count (#8267)Lunny Xiao2019-09-241-3/+3
| | | | | | | | | | | | | | * 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-22/+23
| | | | | | * Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
* Update to xorm@v0.7.4 (#7596)Tamal Saha2019-07-251-1/+10
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-10/+14
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Fixing #5728: (#5747)Zsombor2019-01-161-2/+6
| | | | * Format boolean values to true/false even when it is returned as byte-slice, * Fix the sequence generation, the proper sequence name is used (instead of 'table_id_seq'), and fix the next value be max+1 always
* Update xorm to fix issue #5659 and #5651 (#5680)Zsombor2019-01-091-2/+3
|
* Added test environment for mssql (#4282)kolaente2018-12-121-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added test environment for m$sql * Added template for test environment for m$sql * Fix password * Fix password (again) * Fix password (again again) * Fix db * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Ci trigger (Looking at you drone....) * Create master database for mssql integration tests Signed-off-by: Jonas Franz <info@jonasfranz.software> * Create database only if master do not exist Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix mssql integration tests by using custom database "gitea" Signed-off-by: Jonas Franz <info@jonasfranz.software> * Moved defer * bump xorm * updated xorm * Fixed build
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-201-108/+84
| | | | sql (#4473)
* fix MSSQL bug on org (#3405)Lunny Xiao2018-01-271-22/+72
|
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-3/+14
| | | | | | | | * 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-30/+7
| | | | | | | | | | | | * 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-134/+135
|
* Update xorm to latest version (#1651)Lauris BH2017-05-021-19/+17
| | | | | | * Update xorm to latest version * Update xorm/builder
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-177/+128
|
* update xorm vendor and also fix #740 (#886)Lunny Xiao2017-02-101-0/+8
|
* fix: delete attachment after remove comment.Bo-Yi Wu2017-01-251-1/+3
|
* update xorm for bugs fix (#728)Lunny Xiao2017-01-231-1/+1
|
* Update xorm and fix dump command (#692)Lunny Xiao2017-01-231-157/+65
| | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json
* Update xorm and dependencies vendor for feature to dump to other database (#565)Lunny Xiao2017-01-031-5/+27
| | | | | | * update xorm and dependencies vendor for feature to dump to other database * fix golint
* Fix error 500 on organization dashboard page (#150)Lunny Xiao2016-11-121-13/+33
|
* Added all required dependenciesThomas Boerger2016-11-041-0/+1689