Commit Graph

  • 8094e98a8f Fix ci (#2449) Lunny Xiao 2024-04-24 11:37:00 +0000
  • 4238a640bb
    Fix ci Lunny Xiao 2024-04-24 18:36:38 +0800
  • 64c546b219 fix: Legacy MsSQL - legacy offset select sql command bug #2446 Dacian Stanciu 2024-04-24 12:49:51 +0300
  • fb2792b67a fix: remove some line lijunshi 2024-04-20 22:14:25 +0800
  • ebbe5b71b6 fix: #2444 lijunshi 2024-04-20 22:10:07 +0800
  • f1172bb86c
    Add more tests for extends Lunny Xiao 2024-04-18 22:05:21 +0800
  • 805f4ebdaf Merge branch 'xorm-v1' into cyjay-v1 CyJaySong 2024-04-09 14:09:51 +0800
  • 238e60ff5b
    Fix makefile lunny/oracle_ci Lunny Xiao 2024-04-05 11:12:00 +0800
  • 9aeff6f3a8
    Add oracle driver Lunny Xiao 2024-04-02 14:50:34 +0800
  • afb3b44b83
    Add oracle test Lunny Xiao 2024-04-02 14:02:30 +0800
  • ac70db3d0a Merge branch 'v1' into v1 Lunny Xiao 2024-04-02 04:29:04 +0000
  • 589acfff86 Add includeNil requiredField Check when custom struct field IsZero in Update method. (#2438) tylerthail2019 2024-04-02 04:26:41 +0000
  • 8156ada1ed merge v1 tyler 2024-04-01 22:43:24 +0800
  • a3687832fa Add includeNil requiredField when custom struct field IsZero in Update method. Add test tyler 2024-03-22 03:50:20 +0800
  • 34e62e9b4c add IsZero check for custom struct column in the Update method (#2417) v1.3.9 tylerthail2019 2024-03-18 06:43:33 +0000
  • c4b5433155
    Fix test Lunny Xiao 2024-03-18 14:02:02 +0800
  • 63f54e633a Merge branch 'v1' into v1 Lunny Xiao 2024-03-18 03:43:27 +0000
  • be77a7084b refactor: ensure non-null values in migration table creation (#2434) appleboy 2024-03-17 03:53:16 +0000
  • d19b4e6a94
    refactor: ensure non-null values in migration table creation appleboy 2024-03-17 10:39:23 +0800
  • 7a535a7899 Update ci (#2432) Lunny Xiao 2024-03-15 14:11:47 +0000
  • 9c099e52c4
    Update ci Lunny Xiao 2024-03-15 21:03:06 +0800
  • 2e2a66c640 Support not drop index when sync (#2429) Lunny Xiao 2024-03-15 03:13:09 +0000
  • 892f7c4eff Update scan.go flexorium 2024-03-13 17:15:37 +0000
  • 0f4af112ba
    Add tst Lunny Xiao 2024-03-12 17:03:52 +0800
  • 870d07377d
    Support not drop index when sync Lunny Xiao 2024-03-12 16:24:32 +0800
  • 62748cf81d test #2097 RelicOfTesla 2024-03-12 09:54:17 +0800
  • 70e3838441 fix asc and desc clause leiwingqueen 2024-03-01 18:35:35 +0800
  • b48e273924 order by function support empty value leiwingqueen 2024-03-01 17:22:07 +0800
  • 954247036a order by function support empty value leiwingqueen 2024-03-01 17:22:07 +0800
  • 648bcb6598 Add Version zzdboy 2024-02-27 21:57:13 +0800
  • ff19d53bdd fix oracle date field insert kos 2024-02-27 18:39:22 +0800
  • 9237798868 Add test for update method when custom struct column is zero value tyler 2024-02-26 22:25:40 +0800
  • 9769a5e1c4 Merge remote-tracking branch 'xorm/v1' into v1 CyJaySong 2024-02-26 09:55:12 +0800
  • 8f07aa25b9 💥 NoAutoCondition 不再影响deleted条件生成,deleted条件仅由Unscoped控制 CyJaySong 2024-02-26 09:46:34 +0800
  • 7601625664 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2359) CyJaySong 2024-02-25 16:26:22 +0000
  • 09fa0c6eae Merge branch 'v1' into v1 Lunny Xiao 2024-02-25 16:17:33 +0000
  • ea84c93373 Merge branch 'v1' into v1 Lunny Xiao 2024-02-25 16:17:15 +0000
  • 63222312b2 Fix the issue of incorrect insertion of data in non UTC time zone zero for numeric types (#2413) CyJaySong 2024-02-25 16:16:56 +0000
  • 81bf7ac1eb add IsZero check for custom struct column in the Update method tyler 2024-02-22 18:50:59 +0800
  • c44e147a9f feat: support modify the varchar type column of postgresql database in sync function DacongDA 2024-02-21 19:57:01 +0800
  • 3e6294dc7e Merge remote-tracking branch 'xorm/v1' into v1 CyJaySong 2024-02-20 14:31:15 +0800
  • fa4cff23d7 Merge branch 'main' CyJaySong 2024-02-17 11:59:14 +0800
  • 8826dcbb1d
    Support for belongs to relationships Martin Rodriguez Reboredo 2024-02-09 13:48:13 -0300
  • 0c9a2f6a70 Fix migrate schema bug (#2407) v1.3.8 Lunny Xiao 2024-02-08 08:45:23 +0000
  • 5b41d53f25
    Fix bug Lunny Xiao 2024-02-08 16:26:18 +0800
  • 140ee90928
    Fix migrate schema bug Lunny Xiao 2024-02-08 16:16:31 +0800
  • 93326c6991 Fix oracle legacy (#2406) Lunny Xiao 2024-02-05 11:13:25 +0000
  • 11e96d9654 Update internal/statements/legacy_select.go (#2400) Kos 2024-02-05 11:13:17 +0000
  • 670120b5a3 Merge branch 'v1' into v1 Lunny Xiao 2024-02-05 10:46:36 +0000
  • 7c25120d20
    Fix oracle legacy Lunny Xiao 2024-02-05 18:44:56 +0800
  • 5301cc0ae9 fix: dm Database Clob field conversion error (#2405) zzdboy 2024-02-04 09:06:47 +0000
  • e91f64347d fix: dm Database Clob field conversion error zzdboy 2024-02-04 08:18:06 +0800
  • 1c0a25c2b7
    Fix distinct count lunny/fix_distinct_count Lunny Xiao 2024-01-31 18:04:27 +0800
  • 42dbf5b579 Update internal/statements/legacy_select.go Kos 2024-01-25 09:38:48 +0000
  • e884f059a4 fix: allow driver options to allow the customisation of the driver after database open call (#2369) v1.3.7 James Marino 2024-01-22 08:24:18 +0000
  • 076858c1e5 Merge branch 'main' into lunny/postgres_for_update lunny/postgres_for_update Lunny Xiao 2024-01-22 08:11:31 +0000
  • 4f5c58c1cf Merge branch 'v1' into feat/driver-customisation Lunny Xiao 2024-01-22 08:07:19 +0000
  • ac3be4148e Fix typo in session_get.go (#2398) weeee9 2024-01-22 08:06:32 +0000
  • dadd69466e docs: fix typo in error message weeee9 2024-01-19 13:56:12 +0800
  • 5090742f9f Merge branch 'v1' into feat/driver-customisation Lunny Xiao 2024-01-16 07:56:54 +0000
  • 70c6978fc4 Use github.com/microsoft/go-mssqldb instead of old mssqldb repository (#2386) (#2390) Lunny Xiao 2024-01-16 07:56:04 +0000
  • 12c177efec Merge branch 'v1' into lunny/upgrade_mssql2 Lunny Xiao 2024-01-15 14:51:40 +0000
  • 3344b42b4b Fix #2393 (#2395) (#2396) Lunny Xiao 2024-01-15 14:51:06 +0000
  • e8e11aaba3 Fix #2393 (#2395) Lunny Xiao 2024-01-15 14:06:34 +0000
  • 83fdc38834 Fix #2393 (#2395) Lunny Xiao 2024-01-15 14:06:34 +0000
  • 70d46f3e23
    Fix #2393 Lunny Xiao 2024-01-15 14:51:57 +0800
  • ff3d7074fb Merge branch 'v1' into lunny/upgrade_mssql2 Lunny Xiao 2024-01-15 06:25:05 +0000
  • 52bc408512 Merge branch 'main' CyJaySong 2024-01-09 20:01:48 +0800
  • a901ab8593
    Fix readme links Lunny Xiao 2024-01-05 09:47:07 +0800
  • 15c64a9dfb
    Fix readme links Lunny Xiao 2024-01-05 09:46:39 +0800
  • 4992cba040 Fix test-mssql bug (#2391) (#2392) Lunny Xiao 2024-01-01 02:44:35 +0000
  • 7c3979f917 Fix test-mssql bug (#2391) Lunny Xiao 2024-01-01 01:21:40 +0000
  • 0852f43870 Fix test-mssql bug (#2391) Lunny Xiao 2024-01-01 01:21:40 +0000
  • fad3af7fa9
    Fix test Lunny Xiao 2024-01-01 01:12:15 +0800
  • b5a4caefeb
    Fix test Lunny Xiao 2024-01-01 01:03:39 +0800
  • a39e7ae16f
    Fix test Lunny Xiao 2024-01-01 00:52:41 +0800
  • 84f76c197a
    Fix ci Lunny Xiao 2024-01-01 00:37:12 +0800
  • 4fdf99bddb
    Fix test-mssql bug Lunny Xiao 2024-01-01 00:20:36 +0800
  • 2f7bbc8dfd Use github.com/microsoft/go-mssqldb instead of old mssqldb repository (#2386) Lunny Xiao 2023-12-31 15:29:01 +0000
  • f1391d7b2f Use github.com/microsoft/go-mssqldb instead of old mssqldb repository (#2386) Lunny Xiao 2023-12-31 15:29:01 +0000
  • 6ce46e7fac Fix mssql get indexes bug when collation is not default with collation test for mssql (#2387) (#2389) Lunny Xiao 2023-12-31 14:39:33 +0000
  • 598ce2fdde Merge branch 'main' into lunny/upgrade_mssql Lunny Xiao 2023-12-31 22:13:57 +0800
  • 10a904b86a Fix mssql get indexes bug when collation is not default with collation test for mssql (#2387) Lunny Xiao 2023-12-31 14:07:15 +0000
  • 2a4161d7a5 Fix mssql get indexes bug when collation is not default with collation test for mssql (#2387) Lunny Xiao 2023-12-31 14:07:15 +0000
  • e3c6ffc284 Merge branch 'v1' into feat/driver-customisation Lunny Xiao 2023-12-31 14:03:16 +0000
  • 43f38242f8
    fix vet Lunny Xiao 2023-12-31 22:00:44 +0800
  • 5d57ef92f5 Upgrade minimal version from go 1.16 to go 1.18 (#2388) Lunny Xiao 2023-12-31 13:56:14 +0000
  • dd542a4578
    mssql test with different collations Lunny Xiao 2023-12-31 21:49:53 +0800
  • 97bf025984
    Fix lint Lunny Xiao 2023-12-31 21:43:16 +0800
  • 7d4e191660
    Fix import Lunny Xiao 2023-12-31 20:45:08 +0800
  • 4aa2d6aa8e
    Upgrade minimal version from go 1.16 to go 1.18 Lunny Xiao 2023-12-31 20:41:05 +0800
  • f10c340f12
    Use github.com/microsoft/go-mssqldb instead of old mssqldb repository Lunny Xiao 2023-12-31 20:36:15 +0800
  • 8410845c50
    allow set collation for mssql test Lunny Xiao 2023-12-31 20:27:42 +0800
  • 0398dee813 Implement update join (#2383) (#2385) v1.3.6 Lunny Xiao 2023-12-30 10:50:02 +0000
  • b4e37fce91
    Fix mssql Lunny Xiao 2023-12-30 18:38:27 +0800
  • 5f97a0768d Implement update join (#2383) Lunny Xiao 2023-12-30 10:21:39 +0000
  • 81c3905773 Implement update join (#2383) Lunny Xiao 2023-12-30 10:21:39 +0000
  • dd1e16fcbc
    fix update sets Lunny Xiao 2023-12-30 18:09:15 +0800
  • 98a3ec059c
    Fix postgres Lunny Xiao 2023-12-30 17:35:25 +0800
  • a257954fcf
    Fix update Lunny Xiao 2023-12-30 17:16:16 +0800