Commit Graph

  • df2e20b4ce
    Fix test Lunny Xiao 2023-12-30 16:43:55 +0800
  • 4d4311de20
    Fix test Lunny Xiao 2023-12-30 16:36:19 +0800
  • c3fb1bb5cb
    Fix test Lunny Xiao 2023-12-30 15:28:49 +0800
  • cc28d99161 Fix use hint with join bug (#2384) Lunny Xiao 2023-12-30 06:28:44 +0000
  • f77163a827 Merge branch 'v1' into lunny/fix_usehint Lunny Xiao 2023-12-30 06:15:18 +0000
  • 8629b1657e
    fix test Lunny Xiao 2023-12-29 22:23:26 +0800
  • 529b8c66e9
    Fix use hint with join bug Lunny Xiao 2023-12-29 16:57:58 +0800
  • 01aa1574f2
    fix mysql Lunny Xiao 2023-12-23 11:39:32 +0800
  • 743f3bcab8 Upgrade to setup-go v5 (#2381) Lunny Xiao 2023-12-23 02:51:33 +0000
  • 22d763c312
    Fix update join for databases except sqlite Lunny Xiao 2023-12-22 23:29:44 +0800
  • ba645eafec
    Upgrade to setup-go v5 Lunny Xiao 2023-12-21 18:15:58 +0800
  • 201f14f026 Merge branch 'v1' into feat/driver-customisation Lunny Xiao 2023-12-21 10:01:48 +0000
  • bdd8787d84 Use setup go v4 actions (#2380) Lunny Xiao 2023-12-20 07:01:32 +0000
  • 417fb54f78
    Use setup go v4 actions Lunny Xiao 2023-12-20 14:00:15 +0800
  • 7ae7474bcb Add missing index hint parameter (#2378) Lunny Xiao 2023-12-19 04:54:04 +0000
  • 1a6eb5a7bd
    Add missing index hint parameter Lunny Xiao 2023-12-19 12:30:36 +0800
  • b571d91858 Add index hint support (#2375) Lunny Xiao 2023-12-15 02:17:13 +0000
  • 48d48ab359
    Fix test Lunny Xiao 2023-12-15 00:58:11 +0800
  • 9181f5982f
    Fix bug Lunny Xiao 2023-12-15 00:55:13 +0800
  • 2248d3604e
    Fix bug Lunny Xiao 2023-12-15 00:21:39 +0800
  • a7a562c483
    Fix bug Lunny Xiao 2023-12-14 19:47:16 +0800
  • 12c587faae
    Fix bug Lunny Xiao 2023-12-14 16:40:10 +0800
  • 4e1710a7f1
    Add index hint support Lunny Xiao 2023-12-13 22:56:14 +0800
  • 529a264d8e Fix sqlite multiline query parse (#2367) KN4CK3R 2023-12-01 07:07:35 +0000
  • 06867dd01a Fix newline parse. KN4CK3R 2023-11-29 17:22:33 +0100
  • 405b6a9996 fix: added ability for multiple driver options James Marino 2023-11-26 23:19:41 +1100
  • ab0036e93c fix: allow driver options James Marino 2023-11-25 14:52:30 +1100
  • f6d59d5b4a no message 王忠强 2023-11-15 17:32:53 +0800
  • ba5b3dff5b
    add cache ci Lunny Xiao 2023-11-06 13:54:47 +0800
  • 5c259a0304 Fix code CyJaySong 2023-10-30 14:17:41 +0800
  • f29710cecf Merge branch 'main' CyJaySong 2023-10-30 13:56:26 +0800
  • fe7f3e857f
    more examples lunny/executors Lunny Xiao 2023-10-30 13:50:16 +0800
  • 7a9cb6aa52
    more examples Lunny Xiao 2023-10-30 13:40:19 +0800
  • d14289a40e Merge branch 'main' into lunny/executors Lunny Xiao 2023-10-30 13:23:00 +0800
  • c49c709096 Merge branch 'main' into sogari-association-preloading Lunny Xiao 2023-10-30 13:21:55 +0800
  • b23798dc98 Fix time test (#2362) Lunny Xiao 2023-10-30 05:21:09 +0000
  • 10b89a89c0
    Fix time test Lunny Xiao 2023-10-30 12:20:57 +0800
  • c09a9bdfc1 Fix code CyJaySong 2023-10-30 11:08:00 +0800
  • 849554204a
    Add comment header Lunny Xiao 2023-10-30 09:49:56 +0800
  • d4402e7956
    Fix import sequence Lunny Xiao 2023-10-30 09:42:31 +0800
  • e4a88e57ed Merge branch 'association-preloading' of gitea.com:sogari/xorm into sogari-association-preloading Lunny Xiao 2023-10-30 09:37:57 +0800
  • 84c44e90cd Fix code CyJaySong 2023-10-30 09:34:02 +0800
  • 2255193c57 Fix code CyJaySong 2023-10-30 09:23:20 +0800
  • 056952e17a Fix code CyJaySong 2023-10-30 09:17:50 +0800
  • a4f9c21c17 Some refactors (#2361) Lunny Xiao 2023-10-28 11:59:16 +0000
  • c8611087d8
    Some refactors Lunny Xiao 2023-10-28 19:30:46 +0800
  • 4cde28ca21 Use any instead of interface{} (#2360) Lunny Xiao 2023-10-28 10:59:32 +0000
  • 58e0c0445c Merge branch 'main' into lunny/interface_any Lunny Xiao 2023-10-28 18:45:02 +0800
  • 6e78cff477
    Use any instead of interface{} Lunny Xiao 2023-10-28 17:48:25 +0800
  • 9e140216aa
    Use executor as name Lunny Xiao 2023-10-28 17:45:30 +0800
  • 408217218b Fix code CyJaySong 2023-10-28 16:19:00 +0800
  • d3926afde6 Fix code CyJaySong 2023-10-28 16:09:58 +0800
  • 85502d4779 Revert "Revert "Fix deleted tag attribute zeroTime is not DatabaseTZ (#2299)" (#2341)" This reverts commit dbe49909 CyJaySong 2023-10-28 15:39:42 +0800
  • d35a3e00b9 Fix code CyJaySong 2023-10-28 15:34:48 +0800
  • f758792496 Merge branch 'master' into main2 CyJaySong 2023-10-28 15:25:15 +0800
  • 6f9df57c50 Fix code CyJaySong 2023-10-28 15:19:43 +0800
  • 747a357ea9 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types CyJaySong 2023-10-28 15:18:48 +0800
  • 65977c35a4 some small refactors (#2357) Lunny Xiao 2023-10-28 07:05:12 +0000
  • ee0978a108
    add new package executors Lunny Xiao 2023-10-28 11:58:27 +0800
  • 1a83881368
    some small refactors Lunny Xiao 2023-10-28 11:57:53 +0800
  • 607f715634 Move convert internal (#2355) Lunny Xiao 2023-10-28 03:30:11 +0000
  • 2365ada975
    rename session files Lunny Xiao 2023-10-28 10:35:10 +0800
  • c3fca0440e
    Move convert internal Lunny Xiao 2023-10-28 10:23:20 +0800
  • 0311205d4d Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types CyJaySong 2023-10-28 10:13:11 +0800
  • 9c82535c2e Fix bug when join with alias start with `a` (#2343) Lunny Xiao 2023-10-25 11:01:46 +0000
  • 37fd7d3c15 some refactors for write functions (#2342) Lunny Xiao 2023-10-25 07:11:18 +0000
  • 9dc48367c8 fix KingbaseES version (#2335) zzdboy 2023-09-24 03:52:50 +0000
  • c73fc585bb modify limit offset implement (#2188) FlyingOnion 2023-09-20 02:07:03 +0000
  • be88b18a8e fix the error in mysql: unknown colType UNSIGNED FLOAT (#2143) Ryan Liu 2023-09-16 15:43:12 +0000
  • 13120b6d55 Remove dead code from session.SyncWithOptions() (#2323) 6543 2023-09-16 14:41:02 +0000
  • d98f626ae7 fix PostgreSQL version (#2332) zzdboy 2023-09-16 13:49:19 +0000
  • 6a9b4ef926 Add test for max ( id ) (#2316) Lunny Xiao 2023-09-16 13:48:49 +0000
  • 6b554f8b74 Fix ci (#2330) Lunny Xiao 2023-09-13 02:02:12 +0000
  • ad73876977 Merge remote-tracking branch 'cyjay/master' CyJaySong 2023-10-28 09:51:12 +0800
  • 24540c9e23 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types CyJaySong 2023-10-28 09:49:51 +0800
  • af9edecff1 Move core internal (#2354) Lunny Xiao 2023-10-27 16:27:33 +0000
  • b13bff4d7c
    Move core internal Lunny Xiao 2023-10-28 00:01:10 +0800
  • 42553b7477 Remove cache features (#2347) Lunny Xiao 2023-10-27 15:48:07 +0000
  • f6f33bcb4e
    fix makefile Lunny Xiao 2023-10-27 23:36:28 +0800
  • c239bf2c92
    More replace Lunny Xiao 2023-10-27 23:35:24 +0800
  • 7118e6f646
    Fix test Lunny Xiao 2023-10-27 23:26:59 +0800
  • 82faf6c301 start v2 (#2350) Lunny Xiao 2023-10-27 14:27:46 +0000
  • f29e003dc2
    fix Lunny Xiao 2023-10-27 22:09:50 +0800
  • 663ef134ae
    mod tidy Lunny Xiao 2023-10-27 22:07:58 +0800
  • 918945760b
    Fix test Lunny Xiao 2023-10-27 22:05:37 +0800
  • c855ca4e59 Some refactors (#2348) (#2352) Lunny Xiao 2023-10-27 14:01:14 +0000
  • 7676174223 Merge branch 'main' into lunny/v2 Lunny Xiao 2023-10-27 13:58:36 +0000
  • 3b4c1be57a cache tools (#2353) Lunny Xiao 2023-10-27 13:58:13 +0000
  • ae179de554
    cache tool Lunny Xiao 2023-10-27 17:38:33 +0800
  • 909e80116c Merge branch 'main' into lunny/v2 Lunny Xiao 2023-10-27 17:23:03 +0800
  • 05a8643056 Remove mymysql driver since it's unmaintained for a long time (#2349) Lunny Xiao 2023-10-27 09:21:35 +0000
  • 8eeb1ef8ac Some refactors (#2348) Lunny Xiao 2023-10-27 09:16:46 +0000
  • c4bd79183d
    update documentations Lunny Xiao 2023-10-27 16:30:08 +0800
  • 41154ea9ae
    start v2 Lunny Xiao 2023-10-27 15:32:38 +0800
  • 1c773ac318
    Remove mymysql driver since it's unmaintained for a long time Lunny Xiao 2023-10-27 15:00:28 +0800
  • 18f50306e9
    Some refactors Lunny Xiao 2023-10-27 14:27:46 +0800
  • 6ef0a7798f Fix bug when join with alias start with `a` (#2343) v1.3.4 Lunny Xiao 2023-10-25 11:01:46 +0000
  • 4472e7f0ed
    Fix bug Lunny Xiao 2023-10-25 18:20:17 +0800
  • a8d7033c06
    Fix cockroach service Lunny Xiao 2023-10-25 18:12:15 +0800
  • 2bafcc01e4
    upgrade version again Lunny Xiao 2023-10-25 17:42:11 +0800