Commit Graph

  • e6eb78d3ac Fix SetExprs Lunny Xiao 2021-06-09 11:42:30 +0800
  • 107bee4eb4 refactor conversion (#2001) Lunny Xiao 2021-07-21 11:46:41 +0800
  • f172b5ba69
    remove unnecessary convert functions Lunny Xiao 2021-07-21 11:16:26 +0800
  • 3b4d412692
    fix go.mod Lunny Xiao 2021-07-21 11:04:22 +0800
  • 12fa807ce3 fix go.sum Lunny Xiao 2021-06-07 14:30:22 +0800
  • c8007cf32f Fix go mod Lunny Xiao 2020-04-09 14:45:29 +0800
  • 278e2f5b1d
    Fix cacheFind Lunny Xiao 2021-07-21 10:53:07 +0800
  • 61321ce66a
    Fix driver Lunny Xiao 2021-07-21 10:38:24 +0800
  • bc2eaaacbd Add clickhouse test to drone Lunny Xiao 2021-07-21 07:59:41 +0800
  • c252c1fa13 update to latest version Lunny Xiao 2021-07-20 17:43:28 +0800
  • 3556ef4b9a begin clickhouse support Lunny Xiao 2020-04-26 00:25:11 +0800
  • 54f54acfc3
    Move convert into internal Lunny Xiao 2021-07-21 10:36:49 +0800
  • 9f45727bdd refactor conversion Lunny Xiao 2021-07-21 10:31:15 +0800
  • 76d91bc218
    Fix issue with byte representation in MSSQL Andrew Thornton 2021-06-26 20:42:54 +0100
  • 4ab644369a
    Remove default length of 50 for Blob Andrew Thornton 2021-06-26 22:04:15 +0100
  • e323971011 refactor some code (#2000) Lunny Xiao 2021-07-21 00:12:20 +0800
  • a9620d1879 fix: for time.Time field, when time is zero and db field has default value, then return nil to use db default value nanyan 2018-12-04 18:04:21 +0800
  • 4dda2a321e Add test Lunny Xiao 2021-07-06 23:26:45 +0800
  • 4d25826538 fix insert time is nil error jeck.han 2018-11-13 23:12:25 +0800
  • 60b14cb1d5
    Fix bug Lunny Xiao 2021-07-20 23:28:29 +0800
  • d7ebbe79e6
    refactor some code Lunny Xiao 2021-07-20 16:34:19 +0800
  • 2251f08742 Merge branch 'master' into lunny/default Lunny Xiao 2021-07-20 16:26:09 +0800
  • a7e010df2d refactor insert condition generation (#1998) Lunny Xiao 2021-07-20 13:46:24 +0800
  • 16e6faf1f7
    Upgrade go.mod Lunny Xiao 2021-07-20 13:45:38 +0800
  • 0cfaedd2dc
    Fix lints Lunny Xiao 2021-07-19 15:55:26 +0800
  • caaaee8ecf
    Fix rows.Err check Lunny Xiao 2021-07-19 15:17:11 +0800
  • 26dc8a4cd5
    fix mysql genscanresult Lunny Xiao 2021-07-19 14:37:23 +0800
  • cf9383c808
    refactor insert condition generation Lunny Xiao 2021-07-19 14:35:55 +0800
  • 86775af2ec refactor and add setjson function (#1997) Lunny Xiao 2021-07-19 13:43:53 +0800
  • 1d98b1b295
    refactor code Lunny Xiao 2021-07-19 13:11:22 +0800
  • b38131c6d4 refactor and add setjson function Lunny Xiao 2021-07-19 12:48:42 +0800
  • 5950824e37 Support build flag go-json to replace default json (#1982) raizen666 2021-07-19 12:49:50 +0800
  • aaa2111e8f Refactor asbytes (#1995) Lunny Xiao 2021-07-19 00:21:46 +0800
  • a71e195fed Merge branch 'master' into master Lunny Xiao 2021-07-18 23:20:58 +0800
  • f842ff5d8c
    Fix lint Lunny Xiao 2021-07-18 23:12:03 +0800
  • c98a8492db
    Remove trace lines Lunny Xiao 2021-07-18 22:48:43 +0800
  • d0411b8e3b fix issue #1992: detect if error occurred after got false by calling rows.Next() changqing.wang 2021-07-18 11:37:33 +0800
  • a7b6479309
    refactor more Lunny Xiao 2021-07-18 08:59:05 +0800
  • b1a98491f5
    refactor function name Lunny Xiao 2021-07-17 21:56:42 +0800
  • d508e86ddb
    Fix tests Lunny Xiao 2021-07-17 18:07:33 +0800
  • 7e70597283
    Fix test Lunny Xiao 2021-07-17 17:51:59 +0800
  • c882353b9a
    Fix test Lunny Xiao 2021-07-17 17:29:58 +0800
  • 466516dafc
    Revert unnecessary change Lunny Xiao 2021-07-17 16:35:45 +0800
  • 01c4cc8470
    Refactor asbytes Lunny Xiao 2021-07-17 16:32:27 +0800
  • 3871329f03
    Fix Lunny Xiao 2021-07-16 14:40:14 +0800
  • de08656fa3
    Remove unused functions Lunny Xiao 2021-07-16 13:23:54 +0800
  • 27ff0fd873
    refactor more Lunny Xiao 2021-07-16 13:21:55 +0800
  • 754998d8fc refactor more Lunny Xiao 2021-07-16 11:00:45 +0800
  • 693d25be0e merge Lunny Xiao 2021-07-11 10:52:47 +0800
  • f0f13dd060 Fix mysql test Lunny Xiao 2021-07-08 00:03:53 +0800
  • 5a3bc3eed4 Refactor get Lunny Xiao 2021-07-07 23:50:23 +0800
  • 0851ae825d feat: 🎸 set the default timeout for every session shipei.liu 2021-07-15 18:36:48 +0800
  • 779a74ccff Remove duplicated code (#1991) Lunny Xiao 2021-07-15 07:06:15 +0800
  • 8ebe737012 更新 'internal/json/gojson.go' raizen666 2021-07-15 04:57:32 +0800
  • 7be7d168c1 Merge branch 'master' into master raizen666 2021-07-15 04:56:52 +0800
  • 8ca1adacff Merge branch 'master' into lunny/remove_duplicate_code Lunny Xiao 2021-07-14 17:07:55 +0800
  • 69a7db5312 improve uint tests (#1990) Lunny Xiao 2021-07-14 17:06:53 +0800
  • 68e5730fbf
    Remove duplicated code Lunny Xiao 2021-07-14 12:28:17 +0800
  • 9c0ecbd203 improve uint tests Lunny Xiao 2021-07-14 12:19:44 +0800
  • b296c8f1d7 Exec with time arg now will obey time zone settings on engine (#1989) Lunny Xiao 2021-07-14 12:20:26 +0800
  • ad9580249f Exec with time arg now will obey time zone settings on engine Lunny Xiao 2021-07-14 11:14:04 +0800
  • 147328f629 fix possible null dereference in internal/statements/query.go (#1988) andreasgerstmayr 2021-07-12 23:51:50 +0800
  • 33fdc805b1 fix possible null dereference Andreas Gerstmayr 2021-07-12 14:12:17 +0200
  • 394c4e1f17 Replace #1044 (#1935) Lunny Xiao 2021-07-11 21:33:01 +0800
  • 5e196f58c3 Fix test Lunny Xiao 2021-07-11 20:04:17 +0800
  • f644db16a8 Add more tests Lunny Xiao 2021-06-12 13:53:32 +0800
  • bc97be4328 Fix update Lunny Xiao 2021-06-09 13:12:30 +0800
  • b5f157e745 Remove wrong file submited Lunny Xiao 2021-06-09 13:09:54 +0800
  • 38874fe0d6 Fix ToDB Lunny Xiao 2021-06-09 13:08:09 +0800
  • 61e76f875c replace retval of ToDB with {}interface(nil) MURAOKA Taro 2018-07-21 14:37:09 +0900
  • 8bf97de140 Fix bug on dumptable (#1984) Lunny Xiao 2021-07-11 20:05:43 +0800
  • 0e2b646390
    Fix test Lunny Xiao 2021-07-11 19:27:37 +0800
  • 3460c0fd04
    Fix mssql Lunny Xiao 2021-07-11 16:12:31 +0800
  • 0004399bbf
    Fix mssql test Lunny Xiao 2021-07-11 15:08:50 +0800
  • b054008598
    Fix test Lunny Xiao 2021-07-11 10:47:02 +0800
  • 2287b1429f Fix string2time Lunny Xiao 2021-07-11 10:23:27 +0800
  • a320eff05f remove unused functions Lunny Xiao 2021-07-10 23:47:30 +0800
  • 09835b5673 improve code Lunny Xiao 2021-07-10 23:40:33 +0800
  • dcf63e09ca Fix time Lunny Xiao 2021-07-10 18:25:59 +0800
  • e6a55d83b4 remove unused code Lunny Xiao 2021-07-10 17:34:02 +0800
  • 56029ace6f Fix bug on dumptable Lunny Xiao 2021-07-10 17:05:12 +0800
  • 6f46e68425 Support Get time.Time (#1933) Lunny Xiao 2021-07-11 09:30:33 +0800
  • 89b0dedcb7 revert default database location change Lunny Xiao 2021-07-06 17:00:44 +0800
  • 9295998075 Fix test Lunny Xiao 2021-07-06 16:53:24 +0800
  • 2bee370937 Support Get time.Time Lunny Xiao 2021-06-09 10:15:42 +0800
  • dbd45f3f8e set test timeout 20m (#1985) Lunny Xiao 2021-07-10 23:27:55 +0800
  • 3b1ae23a81
    set test timeout 20m Lunny Xiao 2021-07-10 17:13:49 +0800
  • 7961c74cf6 add go-json raizen666 2021-07-08 23:43:43 +0800
  • 05854c899b add go-json raizen666 2021-07-08 23:39:57 +0800
  • e99eb36ea6 add go-json raizen666 2021-07-08 23:29:26 +0800
  • 27b1736c57 Add test for get map with NULL column (#1948) Lunny Xiao 2021-07-07 19:16:36 +0800
  • 375857b4be Add benchmark tests (#1978) Lunny Xiao 2021-07-07 18:17:47 +0800
  • 5891e4a7bf Fix table name with schemas test Lunny Xiao 2021-07-07 17:13:50 +0800
  • fe34b1a86c Add test for get map with NULL column Lunny Xiao 2021-06-12 16:28:41 +0800
  • 717e4a0d21 Add database alias table and fix wrong warning (#1947) Lunny Xiao 2021-07-07 17:09:40 +0800
  • 8de88817dd Add benchmark tests Lunny Xiao 2021-07-07 17:00:05 +0800
  • a38b1fddb3 Add tests for github.com/shopspring/decimal support (#1977) Lunny Xiao 2021-07-07 17:00:58 +0800
  • bec0485b39 Add teests for github.com/shopspring/decimal support Lunny Xiao 2021-07-07 15:10:34 +0800
  • 46fd8f58b3 Get struct and Find support big.Float (#1976) Lunny Xiao 2021-07-07 15:46:21 +0800
  • 556c52ac9b
    Remove trace Lunny Xiao 2021-07-07 14:39:48 +0800