This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
- Notifications
You must be signed in to change notification settings - Fork755
Fix update with Alias#1455
Open
lunny wants to merge2 commits intomasterChoose a base branch fromlunny/fix_update_alias
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
fix testfix nil pointerfix statement.Limit(0) will update or delete all datafix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quote (go-xorm#1449)Don't warn when bool column default is 1 but not true (go-xorm#1447)* don't warn when bool column default is 1 but not true* fix default case sensitiveFix sync2 with custom table name (go-xorm#1445)* fix sync2 with custom table name* fix bug on postgres* fix bug on postgresfix bug when update with setexpr (go-xorm#1446)add tidb tests on drone ci (go-xorm#1444)improve sync2 (go-xorm#1443)Fix wrong dbmetas (go-xorm#1442)* add tests for db metas* add more tests* fix bug on mssqlFix default value parse bugs (go-xorm#1437)* fix default value* fix default value tags* fix postgres default* fix default on postgres* fix default on postgres* fix mssql defaultfix arg conversion (go-xorm#1441)* fix arg conversion* fix bugs* fix bug on postgres* use traditional positional parameters on insert into select* remove unnecessary testsupgrade core (go-xorm#1440)add tests (go-xorm#1439)add go1.13 tests on drone (go-xorm#1416)Fix bug on insert where (go-xorm#1436)* fix bug on insert where* fix bug* fix lintfix bug when insert multiple slices with customize table name (go-xorm#1433)* fix bug when insert multiple slices with customize table name* fix tests on mssql* fix testsfix insert where with bool bug on mssql (go-xorm#1432)fix setexpr missing big quotes (go-xorm#1431)* fix setexpr missing big quotes* fix tests* fix testsAdd support subquery on SetExpr (go-xorm#1428)* add support subquery on SetExpr* fix testsfix go mod (go-xorm#1427)fix tests (go-xorm#1429)Use strings.Builder instead of builder.StringBuilder (go-xorm#1417)* use strings.Builder instead of builder.StringBuilder* fix dependency* fix dependencyRemove unuse get cols code (go-xorm#1413)Add mssql ci test (go-xorm#1410)* add mssql ci test* fix drone testAdd insert select where support (go-xorm#1401)Use drone new format (go-xorm#1388)* use drone new formatfix get customize type bug (go-xorm#1382)fix bugs (go-xorm#1375)update drone (go-xorm#1374)Add tests for get var (go-xorm#1305)* add test for SQL get* fix testsfix error when get null var (go-xorm#890)* fix error when get null var* add support get for null var* fix bugRemove quotestr totally (go-xorm#1366)* remove QuoteStr() totally* update xorm.core -> v0.7.0* update dialect Quoteremove QuoteStr() usage in dialects (go-xorm#1364)document of FindAndCount() (go-xorm#1365)remove QuoteStr() usage (go-xorm#1360)Co-authored-by: yifhao <yifhao@tencent.com>Co-authored-by: yifhao <1124210681@qq.com>Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Co-authored-by: Guillermo Prandi <guillep2k@noreply@gitea.io>Co-authored-by: yudppp <yu.d.ppp@gmail.com>Co-authored-by: BetaCat <outman99@hotmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1119
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quote (go-xorm#1449)Don't warn when bool column default is 1 but not true (go-xorm#1447)* don't warn when bool column default is 1 but not true* fix default case sensitiveFix sync2 with custom table name (go-xorm#1445)* fix sync2 with custom table name* fix bug on postgres* fix bug on postgresfix bug when update with setexpr (go-xorm#1446)add tidb tests on drone ci (go-xorm#1444)improve sync2 (go-xorm#1443)Fix wrong dbmetas (go-xorm#1442)* add tests for db metas* add more tests* fix bug on mssqlFix default value parse bugs (go-xorm#1437)* fix default value* fix default value tags* fix postgres default* fix default on postgres* fix default on postgres* fix mssql defaultfix arg conversion (go-xorm#1441)* fix arg conversion* fix bugs* fix bug on postgres* use traditional positional parameters on insert into select* remove unnecessary testsupgrade core (go-xorm#1440)add tests (go-xorm#1439)add go1.13 tests on drone (go-xorm#1416)Fix bug on insert where (go-xorm#1436)* fix bug on insert where* fix bug* fix lintfix bug when insert multiple slices with customize table name (go-xorm#1433)* fix bug when insert multiple slices with customize table name* fix tests on mssql* fix testsfix insert where with bool bug on mssql (go-xorm#1432)fix setexpr missing big quotes (go-xorm#1431)* fix setexpr missing big quotes* fix tests* fix testsAdd support subquery on SetExpr (go-xorm#1428)* add support subquery on SetExpr* fix testsfix go mod (go-xorm#1427)fix tests (go-xorm#1429)Use strings.Builder instead of builder.StringBuilder (go-xorm#1417)* use strings.Builder instead of builder.StringBuilder* fix dependency* fix dependencyRemove unuse get cols code (go-xorm#1413)Add mssql ci test (go-xorm#1410)* add mssql ci test* fix drone testAdd insert select where support (go-xorm#1401)Use drone new format (go-xorm#1388)* use drone new formatfix get customize type bug (go-xorm#1382)fix bugs (go-xorm#1375)update drone (go-xorm#1374)Add tests for get var (go-xorm#1305)* add test for SQL get* fix testsfix error when get null var (go-xorm#890)* fix error when get null var* add support get for null var* fix bugRemove quotestr totally (go-xorm#1366)* remove QuoteStr() totally* update xorm.core -> v0.7.0* update dialect Quoteremove QuoteStr() usage in dialects (go-xorm#1364)document of FindAndCount() (go-xorm#1365)remove QuoteStr() usage (go-xorm#1360)make sure timeout in context timeout t...Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Co-authored-by: Jim Salem <jim@komand.com>Co-authored-by: Guillermo Prandi <guillep2k@noreply@gitea.io>Co-authored-by: yudppp <yu.d.ppp@gmail.com>Co-authored-by: BetaCat <outman99@hotmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/531
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
fix time testadd test for time formatsign codes according to contributing rules.format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStampAdd test for second insert error (#1527)Add test for second insert errorReviewed-on:https://gitea.com/xorm/xorm/pulls/1527Add tests for table name (#1517)add tests for table nameFix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix wrong warning log on autoincrement column when sync table (#1525)improve docFix wrong warning log on autoincrement column when sync tableReviewed-on:https://gitea.com/xorm/xorm/pulls/1525Fixed Join strings on func Exist (#1520)fix testfixed Join strings on func ExistCo-authored-by: Tomofumi Kusana <tkusana@morisawa.co.jp>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1520For nullable columns, store nil values as NULL (go-xorm#531)Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quote (go-xorm#1449)Don't warn when bool column default is 1 but not true (go-xorm#1447)* don't warn when bool column default is 1 but not true* fix default case sensitiveFix sync2 with custom table name (go-xorm#1445)* fix sync2 with custom table name* fix bug on postgres* fix bug on postgresfix bug when update with setexpr (go-xorm#1446)add tidb tests on drone ci (go-xorm#1444)improve sync2 (go-xorm#1443)Fix wrong dbmetas (go-xorm#1442)* add tests for db metas* add more tests* fix bug on mssqlFix default value parse bugs (go-xorm#1437)* fix default value* fix default value tags* fix postgres default* fix default on postgres* fix default on postgres* fix mssql defaultfix arg conversion (go-xorm#1441)* fix arg conversion* fix bugs* fix bug on postgres* use traditional positional parameters on insert into select* remove unnecessary testsupgrade core (go-xorm#1440)add tests (go-xorm#1439)add go1.13 tests on drone (go-xorm#1416)Fix bug on insert where (go-xorm#1436)* fix bug on insert where* fix bug* fix lintfix bug when insert multiple slices with customize table name (go-xorm#1433)* fix bug when insert multiple slices with customize table name* fix tests on mssql* fix testsfix insert where with bool bug on mssql (go-xorm#1432)fix setexpr missing big quotes (go-xorm#1431)* fix setexpr missing big quotes* fix tests* fix testsAdd support subquery on SetExpr (go-xorm#1428)* add support subquery on SetExpr* fix testsfix go mod (go-xorm#1427)...Co-authored-by: DarthPestilane <wangrui.superman@gmail.com>Co-authored-by: kusana <kusana@noreply.gitea.io>Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Co-authored-by: Guillermo Prandi <guillep2k@noreply@gitea.io>Co-authored-by: yudppp <yu.d.ppp@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1026
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Fix testFix subquery with schemaAdd test for join subqueryAdd makefile (#1531)Fix droneFix ciAdd depsImprove droneFix envsAdd makefileReviewed-on:https://gitea.com/xorm/xorm/pulls/1531Add password for postgres drone image (#1530)Add password for postgres drone imageReviewed-on:https://gitea.com/xorm/xorm/pulls/1530format time when sqlTypeName is core.Varchar (go-xorm#1026)fix time testadd test for time formatsign codes according to contributing rules.format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStampAdd test for second insert error (#1527)Add test for second insert errorReviewed-on:https://gitea.com/xorm/xorm/pulls/1527Add tests for table name (#1517)add tests for table nameFix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix wrong warning log on autoincrement column when sync table (#1525)improve docFix wrong warning log on autoincrement column when sync tableReviewed-on:https://gitea.com/xorm/xorm/pulls/1525Fixed Join strings on func Exist (#1520)fix testfixed Join strings on func ExistCo-authored-by: Tomofumi Kusana <tkusana@morisawa.co.jp>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1520For nullable columns, store nil values as NULL (go-xorm#531)Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quote (go-xorm#1449)Don't warn when bool column default is 1 but not true (go-xorm#1447)* don't warn when bool column default is 1 but not true* fix default case sensitiveFix sync2 with custom table name (go-xorm#1445)* fix sync2 with custom table name* fix bug on postgres* fix bug on postgresfix bug when update with setexpr (go-xorm#1446)add tidb tests on drone ci (go-xorm#1444)improve sync2 (go-xorm#1443)Fix wrong dbmetas (go-xorm#1442)* add tests for db metas* add more tests* fix bug on mssqlFix default value parse bugs (go-xorm#1437)* fix default value* fix default value tags* fix postgres default* fix default on postgres* fix default on postgres* fix mssql defaultfix arg conversion (go-xorm#1441)* fix arg conversion* fix bugs* fix bug on postgres* use traditional positional parameters on insert into select* remove unnecessary testsupgrade core (go-xorm#1440)add tests (go-xorm#1439)add go1.13 tests on drone (go-xorm#1416)Fix bug on insert where (go-xorm#1436)* fix bug on insert where* fix bug* fix lintfix bug when insert multiple...Reviewed-on:https://gitea.com/xorm/xorm/pulls/1528
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Fix failure caused by nil beanJudge both type of struct and pointer in case of out-of-rangeFix issuego-xorm#894Add test for join subquery (#1528)Fix testFix subquery with schemaAdd test for join subqueryAdd makefile (#1531)Fix droneFix ciAdd depsImprove droneFix envsAdd makefileReviewed-on:https://gitea.com/xorm/xorm/pulls/1531Add password for postgres drone image (#1530)Add password for postgres drone imageReviewed-on:https://gitea.com/xorm/xorm/pulls/1530format time when sqlTypeName is core.Varchar (go-xorm#1026)fix time testadd test for time formatsign codes according to contributing rules.format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStampAdd test for second insert error (#1527)Add test for second insert errorReviewed-on:https://gitea.com/xorm/xorm/pulls/1527Add tests for table name (#1517)add tests for table nameFix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix wrong warning log on autoincrement column when sync table (#1525)improve docFix wrong warning log on autoincrement column when sync tableReviewed-on:https://gitea.com/xorm/xorm/pulls/1525Fixed Join strings on func Exist (#1520)fix testfixed Join strings on func ExistCo-authored-by: Tomofumi Kusana <tkusana@morisawa.co.jp>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1520For nullable columns, store nil values as NULL (go-xorm#531)Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quote (go-xorm#1449)Don't warn when bool column default is 1 but not true (go-xorm#1447)* don't warn when bool column default is 1 but not true* fix default case sensitiveFix sync2 with custom table name (go-xorm#1445)* fix sync2 with custom table name* fix bug on postgres* fix bug on postgresfix bug when update with setexpr (go-xorm#1446)add tidb tests on drone ci (go-xorm#1444)improve sync2 (go-xorm#1443)Fix wrong dbmetas (go-xorm#1442)* add tests for db metas* add more tests* fix bug on mssqlFix default value parse bugs (go-xorm#1437)* fix default value* fix default value tags* fix postgres default* fix default on postgres* fix default on postgres* fix mssql defaultfix arg conversion (go-xorm#1441)* fix arg conversion* fix bugs* fix bug on postgres* use traditional positional parameters on insert into select* remove unnecessary testsupgrade core (go-xorm#1440)add tests (go-xorm#1439)...Co-authored-by: shanyy <shanyy163@163.com>Co-authored-by: kusana <kusana@noreply.gitea.io>Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Co-authored-by: Guillermo Prandi <guillep2k@noreply@gitea.io>Co-authored-by: yudppp <yu.d.ppp@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/895
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Fix some quotesFix mssql quoteMerge core package back into the main repository and split into serval sub packages. (#1543)Fix testImprove fmtupdate go.modMove core as a sub packageReviewed-on:https://gitea.com/xorm/xorm/pulls/1543Fix int time deleted bug (#1539)Fix panicFix testFix test for mssql timeAdd sql type check on deleted condFix int time deleted bugReviewed-on:https://gitea.com/xorm/xorm/pulls/1539Add test for mysql8.0 (#1538)Fix pk order on testAdd test for mysql8.0Reviewed-on:https://gitea.com/xorm/xorm/pulls/1538Add test for join limit (#1536)Add test for join limitReviewed-on:https://gitea.com/xorm/xorm/pulls/1536Improve drone (#1537)Fix droneImprove drone* use traditional positional parameters on inser...Reviewed-on:https://gitea.com/xorm/xorm/pulls/1537Fix slice of struct not cache bug (go-xorm#895)Fix failure caused by nil beanJudge both type of struct and pointer in case of out-of-rangeFix issuego-xorm#894Add test for join subquery (#1528)Fix testFix subquery with schemaAdd test for join subqueryAdd makefile (#1531)Fix droneFix ciAdd depsImprove droneFix envsAdd makefileReviewed-on:https://gitea.com/xorm/xorm/pulls/1531Add password for postgres drone image (#1530)Add password for postgres drone imageReviewed-on:https://gitea.com/xorm/xorm/pulls/1530format time when sqlTypeName is core.Varchar (go-xorm#1026)fix time testadd test for time formatsign codes according to contributing rules.format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStampAdd test for second insert error (#1527)Add test for second insert errorReviewed-on:https://gitea.com/xorm/xorm/pulls/1527Add tests for table name (#1517)add tests for table nameFix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix wrong warning log on autoincrement column when sync table (#1525)improve docFix wrong warning log on autoincrement column when sync tableReviewed-on:https://gitea.com/xorm/xorm/pulls/1525Fixed Join strings on func Exist (#1520)fix testfixed Join strings on func ExistCo-authored-by: Tomofumi Kusana <tkusana@morisawa.co.jp>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1520For nullable columns, store nil values as NULL (go-xorm#531)Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve ci tests (#1477)Rewrite Engine.QuoteTo() to accept multi-part identifiers (#1476)Support local sql log (go-xorm#1338)Fix go mod and update version (go-xorm#1460)Move github.com/go-xorm/xorm to xorm.io/xorm (go-xorm#1459)add support custom type Nullfloat64 (go-xorm#1450)fix bug when query map condtion with no quo...Reviewed-on:https://gitea.com/xorm/xorm/pulls/1535
mei-rune pushed a commit to mei-rune/xorm that referenced this pull requestApr 19, 2020
Fix testFix testAdd new Quoter object to handle quoteFix join table name quote bugMove reserve words related files into dialects sub package (#1544)Move reserve words related files into dialects sub packageReviewed-on:https://gitea.com/xorm/xorm/pulls/1544Fix mssql quote (#1535)Fix some quotesFix mssql quoteMerge core package back into the main repository and split into serval sub packages. (#1543)Fix testImprove fmtupdate go.modMove core as a sub packageReviewed-on:https://gitea.com/xorm/xorm/pulls/1543Fix int time deleted bug (#1539)Fix panicFix testFix test for mssql timeAdd sql type check on deleted condFix int time deleted bugReviewed-on:https://gitea.com/xorm/xorm/pulls/1539Add test for mysql8.0 (#1538)Fix pk order on testAdd test for mysql8.0Reviewed-on:https://gitea.com/xorm/xorm/pulls/1538Add test for join limit (#1536)Add test for join limitReviewed-on:https://gitea.com/xorm/xorm/pulls/1536Improve drone (#1537)Fix droneImprove drone* use traditional positional parameters on inser...Reviewed-on:https://gitea.com/xorm/xorm/pulls/1537Fix slice of struct not cache bug (go-xorm#895)Fix failure caused by nil beanJudge both type of struct and pointer in case of out-of-rangeFix issuego-xorm#894Add test for join subquery (#1528)Fix testFix subquery with schemaAdd test for join subqueryAdd makefile (#1531)Fix droneFix ciAdd depsImprove droneFix envsAdd makefileReviewed-on:https://gitea.com/xorm/xorm/pulls/1531Add password for postgres drone image (#1530)Add password for postgres drone imageReviewed-on:https://gitea.com/xorm/xorm/pulls/1530format time when sqlTypeName is core.Varchar (go-xorm#1026)fix time testadd test for time formatsign codes according to contributing rules.format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStampAdd test for second insert error (#1527)Add test for second insert errorReviewed-on:https://gitea.com/xorm/xorm/pulls/1527Add tests for table name (#1517)add tests for table nameFix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix test (#1526)Fix testReviewed-on:https://gitea.com/xorm/xorm/pulls/1526Fix wrong warning log on autoincrement column when sync table (#1525)improve docFix wrong warning log on autoincrement column when sync tableReviewed-on:https://gitea.com/xorm/xorm/pulls/1525Fixed Join strings on func Exist (#1520)fix testfixed Join strings on func ExistCo-authored-by: Tomofumi Kusana <tkusana@morisawa.co.jp>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1520For nullable columns, store nil values as NULL (go-xorm#531)Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullablefix bug when buffersize with iterate (go-xorm#941)Merge branch 'master' into lunny/fix_buffer_iterateExclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505fix testfix bugfix bug when buffersize with iterateSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Co-authored-by: Guillermo Prandi <guillep2k@noreply.gitea.io>Reviewed-on:https://gitea.com/xorm/xorm/pulls/941fix update map with version (go-xorm#1448)fix testfix update map with versionSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Reviewed-on:https://gitea.com/xorm/xorm/pulls/1448Exclude schema from index name (#1505)Merge branch 'master' into fix-schema-idxSetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499fix vetfix drone lintremove go1.10 test on droneExclude schema from the index nameCo-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com>Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>Reviewed-on:https://gitea.com/xorm/xorm/pulls/1505SetExpr support more go types (#1499)Improve testsSetExpr support more go typesfix vetfix drone lintremove go1.10 test on droneReviewed-on:https://gitea.com/xorm/xorm/pulls/1499For nullable columns, store nil values as NULLfix vetfix drone lintremove go1.10 test on droneFix update with Alias (go-xorm#1455)Improve c...Reviewed-on:https://gitea.com/xorm/xorm/pulls/1534
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.