1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-04 08:38:37 +00:00
* 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
This commit is contained in:
Zsombor
2019-01-16 22:24:09 +01:00
committed by techknowlogick
parent 19e651c0dd
commit c2dcb35148
3 changed files with 9 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ ignored = ["google.golang.org/appengine*"]
[[override]]
name = "github.com/go-xorm/xorm"
revision = "1cd2662be938bfee0e34af92fe448513e0560fb1"
revision = "a6300f2a45e05a8f75f00a1d6188049fe7851915"
[[override]]
name = "github.com/go-xorm/builder"