Commit Graph

  • 35b2813796 Add test for mysql8.0 (#1538) Lunny Xiao 2020-02-21 10:07:08 +0000
  • 375a267912
    fix bug on postgres Lunny Xiao 2019-10-02 09:29:49 +0800
  • ddefae3150
    fix bug on postgres Lunny Xiao 2019-10-02 09:03:05 +0800
  • 4279949a1a
    fix sync2 with custom table name Lunny Xiao 2019-10-01 21:50:24 +0800
  • da262b0aa3
    Fix pk order on test Lunny Xiao 2020-02-21 17:29:50 +0800
  • c37bddfe0e
    Add test for mysql8.0 Lunny Xiao 2020-02-21 17:08:19 +0800
  • bc8bb23ad0 Add test for join limit (#1536) Lunny Xiao 2020-02-21 08:15:36 +0000
  • a76217233b
    Add test for join limit Lunny Xiao 2020-02-21 11:42:23 +0800
  • 83ec880ee2 Improve drone (#1537) Lunny Xiao 2020-02-21 06:40:24 +0000
  • cdf9a364d6
    Fix drone Lunny Xiao 2020-02-21 14:12:51 +0800
  • 7ed1207aac
    Improve drone Lunny Xiao 2020-02-21 13:56:40 +0800
  • ca8df1ee7e
    Improve drone Lunny Xiao 2020-02-21 13:27:31 +0800
  • ea2dea3897 Fix slice of struct not cache bug (#895) Lunny Xiao 2020-02-21 05:18:08 +0000
  • 2eccd7cc30
    Fix failure caused by nil bean shanyy 2018-04-16 15:59:01 +0800
  • 7fc1fe6524
    Judge both type of struct and pointer in case of out-of-range shanyy 2018-04-16 15:08:28 +0800
  • f1e89c225d
    Fix issue #894 shanyy 2018-04-16 13:49:18 +0800
  • 9251a5165d Add test for join subquery (#1528) Lunny Xiao 2020-02-21 02:43:58 +0000
  • 0238f3dd38
    fix tests Lunny Xiao 2019-08-20 20:03:22 +0800
  • c7ae88f5cc
    return error when find with no primary key selected Lunny Xiao 2019-08-19 23:08:57 +0800
  • ce1d3bb488
    Fix test Lunny Xiao 2020-02-21 09:11:12 +0800
  • 7a1572c83d
    Fix subquery with schema Lunny Xiao 2020-02-20 17:07:52 +0800
  • 4ce7974f57
    Add test for join subquery Lunny Xiao 2020-02-20 15:51:52 +0800
  • 22aef2cd32 Add makefile (#1531) Lunny Xiao 2020-02-21 01:38:47 +0000
  • 283800ca95
    Fix drone Lunny Xiao 2020-02-21 09:12:26 +0800
  • 04b15f5d4f
    Fix ci Lunny Xiao 2020-02-21 08:47:56 +0800
  • 01f1c6871f
    Add deps Lunny Xiao 2020-02-21 01:35:47 +0800
  • 2eb01148e1
    Improve drone Lunny Xiao 2020-02-21 00:45:36 +0800
  • 021b68ea25
    Fix envs Lunny Xiao 2020-02-20 23:03:39 +0800
  • f96bde81d8
    Add makefile Lunny Xiao 2020-02-20 21:13:32 +0800
  • 505372b422
    Improve drone Lunny Xiao 2020-02-20 12:43:32 +0800
  • 24fc328780
    Fix test Lunny Xiao 2020-01-29 13:44:52 +0800
  • d3c68587df
    fix test Lunny Xiao 2020-01-19 20:42:03 +0800
  • dd03f17ffa
    fix vet Lunny Xiao 2020-01-19 20:31:10 +0800
  • 425cbed8ee
    fix table name Lunny Xiao 2019-03-20 20:41:45 +0800
  • b03c5d5372
    fix tests Lunny Xiao 2019-03-14 22:33:48 +0800
  • 15dc1a437a
    fix tests Lunny Xiao 2019-03-14 13:06:13 +0800
  • 0d0f2a8f58
    fix tests Lunny Xiao 2019-03-14 09:16:53 +0800
  • f603887eb7
    fix tests Lunny Xiao 2019-03-14 09:08:07 +0800
  • 3b070cf077
    more tests for same mapper Lunny Xiao 2019-03-14 08:45:06 +0800
  • dbd9cbbe9b
    fix bugs Lunny Xiao 2019-03-13 22:07:37 +0800
  • 625d467f36
    fix tests Lunny Xiao 2019-03-13 21:45:01 +0800
  • 372ece5469
    fix tests Lunny Xiao 2019-03-13 21:35:49 +0800
  • ba83909d2d
    fix tests Lunny Xiao 2019-03-13 20:37:15 +0800
  • d4fadf0134
    improve tests Lunny Xiao 2019-03-13 19:12:00 +0800
  • bc9947c62b Add password for postgres drone image (#1530) Lunny Xiao 2020-02-20 09:52:49 +0000
  • 1b2203fa6e
    Add password for postgres drone image Lunny Xiao 2020-02-20 16:13:58 +0800
  • d874b64b71 format time when sqlTypeName is core.Varchar (#1026) Lunny Xiao 2020-02-20 08:16:13 +0000
  • e088eedddb
    fix time test DarthPestilane 2018-08-09 14:05:56 +0800
  • 1acd052359
    add test for time format DarthPestilane 2018-08-09 12:07:01 +0800
  • 0ee26a1111
    sign codes according to contributing rules. DarthPestilane 2018-06-28 16:03:10 +0800
  • 8a7477b552
    format time when sqlTypeName is core.Varchar. Same with core.DateTime or core.TimeStamp DarthPestilane 2018-06-28 15:54:40 +0800
  • 2513e09caa Add test for second insert error (#1527) Lunny Xiao 2020-02-20 07:52:44 +0000
  • 244eebdf87
    Add test for second insert error Lunny Xiao 2020-02-20 15:31:42 +0800
  • 189e272774 Add tests for table name (#1517) Lunny Xiao 2020-02-20 07:18:44 +0000
  • 69291f7095
    add tests for table name Lunny Xiao 2020-01-29 13:38:11 +0800
  • aefe7fd6da Fix test (#1526) Lunny Xiao 2020-02-20 06:56:01 +0000
  • a15df38033
    Fix test Lunny Xiao 2020-02-20 14:39:25 +0800
  • a9e2ecbf44 Fix wrong warning log on autoincrement column when sync table (#1525) Lunny Xiao 2020-02-20 03:41:19 +0000
  • 5f2dac86a3
    improve doc Lunny Xiao 2020-02-20 11:29:30 +0800
  • f98628697a
    Fix wrong warning log on autoincrement column when sync table Lunny Xiao 2020-02-20 10:03:03 +0800
  • 7fa36ef479
    wip test 6543 2020-02-19 14:28:29 +0100
  • 56bdd86430
    add dropTableCols from gitea (dropTableColumns at migrations.go) 6543 2020-02-19 14:16:54 +0100
  • e96d53762a Fixed Join strings on func Exist (#1520) kusana 2020-02-19 09:25:41 +0000
  • 02fa5c76b1 fix test Tomofumi Kusana 2020-02-17 14:00:53 +0900
  • c3f05d347b fixed Join strings on func Exist Tomofumi Kusana 2020-02-17 09:48:23 +0900
  • 1b71702c21
    refactor table name Lunny Xiao 2020-01-29 13:17:11 +0800
  • e15f07c284 Merge branch 'master' into fix_batch_insert_interface_slice Lunny Xiao 2020-01-25 04:39:16 +0000
  • aafe8d031f Oracle : Local Naming Method Tomoya AMACHI 2020-01-23 01:31:12 +0900
  • 062d9960b2 For nullable columns, store nil values as NULL (#531) Lunny Xiao 2020-01-20 08:25:21 +0000
  • 43b364ccfd Allow update created field if indicated on Cols (#1513) Lunny Xiao 2020-01-20 08:23:54 +0000
  • 6dfe337869 fix statement.LimitN(0) will delete or update all data (#1119) Lunny Xiao 2020-01-20 08:22:06 +0000
  • cf31727ab5
    Allow update created field if indicated on Cols Lunny Xiao 2020-01-20 14:33:49 +0800
  • e2b2461cd6 Merge branch 'master' into jcsalem/fix/nil_ptr_is_nullable Lunny Xiao 2020-01-20 05:59:04 +0000
  • 99d8637bd3
    remove trace code Lunny Xiao 2017-07-20 20:11:00 +0800
  • b42320686f
    support different text type with JSON type Lunny Xiao 2017-07-20 20:07:54 +0800
  • 0c36dd3b6f
    fix test Lunny Xiao 2020-01-20 13:55:55 +0800
  • 12c4e66ca1
    fix nil pointer yifhao 2018-10-17 12:57:00 +0800
  • 56efc798ed
    fix statement.Limit(0) will update or delete all data yifhao 2018-10-17 11:53:45 +0800
  • 14a0c19a0c fix bug when buffersize with iterate (#941) Lunny Xiao 2020-01-20 05:28:07 +0000
  • bd20ffba3b fix update map with version (#1448) Lunny Xiao 2020-01-20 05:24:12 +0000
  • 9a8bb0e411
    fix test Lunny Xiao 2019-10-23 16:48:53 +0800
  • efda72c321
    fix update map with version Lunny Xiao 2019-10-02 13:11:49 +0800
  • 2b214711d3 Merge branch 'master' into lunny/fix_buffer_iterate Lunny Xiao 2020-01-20 02:56:44 +0000
  • c37aff9b3a Exclude schema from index name (#1505) Guillermo Prandi 2020-01-20 02:45:00 +0000
  • 204a2f6f28 Merge branch 'master' into fix-schema-idx Guillermo Prandi 2020-01-19 13:02:18 -0300
  • a5ac0dfdf3
    fix test Lunny Xiao 2019-11-12 13:59:01 +0800
  • 6ff3fb9289
    fix bug Lunny Xiao 2019-10-24 17:10:34 +0800
  • 5a040502f8
    fix bug when buffersize with iterate Lunny Xiao 2018-05-11 16:44:05 +0800
  • a18e35f7f5 SetExpr support more go types (#1499) Lunny Xiao 2020-01-19 09:36:06 +0000
  • ea07439552
    For nullable columns, store nil values as NULL Jim Salem 2017-02-14 16:46:52 -0500
  • d4aee859bf
    fix test Lunny Xiao 2019-11-13 15:12:11 +0800
  • e59ea8603f
    fix test Lunny Xiao 2019-10-23 16:35:46 +0800
  • 30f3ada7d6
    disable postgres tests with reserved quote policy on ci Lunny Xiao 2019-10-01 17:49:12 +0800
  • 2494b5bcf9
    fix tests Lunny Xiao 2019-10-01 15:40:38 +0800
  • 5e252f72db
    add quote tests on ci Lunny Xiao 2019-10-01 14:39:49 +0800
  • 352dcc9cac
    add set quote policies methods for engine Lunny Xiao 2019-10-01 14:19:15 +0800
  • 0c1974f397
    fix tests Lunny Xiao 2019-09-30 22:43:27 +0800
  • 2fc4ecd998
    add quote policy methods for engine interface Lunny Xiao 2019-09-30 22:38:16 +0800
  • ea1825c2dd
    fix quote policy Lunny Xiao 2019-09-30 16:29:45 +0800
  • 4289572f28
    improve code Lunny Xiao 2019-09-26 00:16:03 +0800