Commit Graph

2 Commits (06f968d662e3f49daeb9182cf1b6e4abc247df4e)

Author SHA1 Message Date
Lunny Xiao 12c742f8dc
Fix order by parameter ()
Upgrade builder to v0.3.11
Upgrade xorm to v1.3.1 and fixed some hidden bugs.

Replace 
Replace 
Included 

Co-authored-by: zeripath <art27@cantab.net>
Lunny Xiao 9f73cae635
Fix wrong type on hooktask to convert typ from char(16) to varchar(16) ()
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16)

* Fix bugs

* Improve code

* Use different trim function for MSSQL

* Fix bug

* Removed wrong changed line

* Removed wrong changed line

* Fix nullable

* Fix lint

* Ignore sqlite on migration

* Fix mssql modify column failure

* Move modifyColumn to migrations.go so that other migrate function could use it