Commit Graph

  • 5fd2fe7462 Add has one panic test sgsv 2024-05-09 17:06:38 +02:00
  • 6e680b39ed Fix tests sgsv 2024-05-09 17:03:03 +02:00
  • 17517b05ec Fix association replace non-addressable panic sgsv 2024-05-09 16:10:24 +02:00
  • 5e599a07ec
    fix: typo (#7003) hakusai22 2024-05-08 12:07:58 +08:00
  • 04524fe2b2 fix: covered yinpeng 2024-05-08 09:42:12 +08:00
  • d95ad7b49d Add public BuildCondition method for associations greencoda 2024-05-08 02:15:02 +02:00
  • aca4b77fcd adds PropagateUnscoped test Sérgio Almeida 2024-05-06 14:34:13 +01:00
  • 24a04bc286 adds PropagateUnscoped to db Config Sérgio Almeida 2024-05-06 12:33:00 +01:00
  • 3c7cfdd675
    Fix tests Nico Schäfer 2024-05-02 10:50:24 +00:00
  • 3bef3bad27
    Merge branch 'go-gorm:master' into fix/nested-joins-preloads Nico Schäfer 2024-05-02 12:40:26 +02:00
  • 076c3c2c1b
    Add test case for pointer join with nested prelaods Nico Schäfer 2024-05-02 10:32:47 +00:00
  • 0402bee369
    test: Add test case for 9caa8a4 XuShuo 2024-05-01 07:47:59 +08:00
  • 9caa8a4d4b
    fix: fix same issue (#7002) in NOT conditions XuShuo 2024-05-01 07:23:53 +08:00
  • 9b20d98b32
    test: add test case for 16ddae8dfa XuShuo 2024-04-30 23:54:44 +08:00
  • 16ddae8dfa
    fix: fix '||' in Where condition but not wrap with brackets (#7002) XuShuo 2024-04-30 22:28:09 +08:00
  • 886c171e27 fix: typo yinpeng 2024-04-30 19:21:24 +08:00
  • 3be5a549bf
    run goimports to solve the error ryuji-cre8ive 2024-04-30 09:23:02 +09:00
  • 05789266b1
    fix: strings.Title -> cases.Title ryuji-cre8ive 2024-04-29 11:08:45 +09:00
  • 7cef1db9df
    add: add cases library ryuji-cre8ive 2024-04-29 11:08:07 +09:00
  • 9d370bcb3e
    Fix handling of unknown column types (#6540) v1.25.10 Wenli Looi 2024-04-26 02:53:11 -07:00
  • 78920199f0
    Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932) PiexlMax(奇淼 2024-04-26 15:15:49 +08:00
  • ac59252327
    Add new error for "Violation Check Constraint" (#6992) Anıl Şenay 2024-04-26 05:53:17 +03:00
  • c18bcd70d7 Add new error for "Violation Check Constraint" Anıl Şenay 2024-04-25 21:29:09 +03:00
  • 207f1ac68f
    fix: not clause with or condition (#6984) Cr 2024-04-25 20:22:53 +08:00
  • 85299bfca7
    perf: merge nested preload query when using join (#6990) Cr 2024-04-25 20:21:03 +08:00
  • 5553ff3dcb downgrade mssql driver Jinzhu 2024-04-25 20:12:15 +08:00
  • ec50d06400
    fix: preload test a631807682 2024-04-24 16:47:23 +08:00
  • d8c2d8f449
    pref: merge nest preload query a631807682 2024-04-24 16:28:41 +08:00
  • 63e7c2b34c
    fix: not clause with or condition a631807682 2024-04-22 15:54:20 +08:00
  • e11288e013
    Merge 814ae9faba67928bf26a3b33074eeddf095a9eb1 into bc49365de2396cba043698f6c7afa97587819838 kkocdko 2024-04-22 14:44:12 +08:00
  • bc49365de2
    Faster utils.FileWithLineNum (#6981) kkocdko 2024-04-22 14:43:02 +08:00
  • 814ae9faba
    Test CI, DONT MERGE kkocdko 2024-04-21 04:39:11 +08:00
  • 143e758bec
    tweak caller skip count kkocdko 2024-04-21 04:22:09 +08:00
  • 869b503c9f
    faster FileWithLineNum kkocdko 2024-04-21 04:01:16 +08:00
  • 87475a2818 fix: int type field size should is int32 aveyuan 2024-04-18 14:06:16 +08:00
  • 943e09be7c fix: remove extra comma Martin Munilla 2024-04-17 12:28:23 +02:00
  • 2757ac7357 fix: restore previous behaviour Martin Munilla 2024-04-17 12:25:36 +02:00
  • b8891f5f78 chore: remove print Martin Munilla 2024-04-17 12:03:06 +02:00
  • a0c1da1160 chore: add tests Martin Munilla 2024-04-17 11:55:40 +02:00
  • d0b4ceb726
    Added comment describing Unscoped() method (#6969) Ivan Chavez 2024-04-16 22:38:55 -05:00
  • af8ad0403d fix: revert d834dd6 for default string primary keys Martin Munilla 2024-04-16 18:40:02 +02:00
  • 6399cc019b
    Added comment describing Unscoped() method Ivan Chavez 2024-04-16 10:29:51 -05:00
  • 9a61ef2af8
    fix: duplicated preload (#6948) yetone 2024-04-15 11:20:20 +08:00
  • 1c02efdff7 fix: change test case name mr-chenguang lcgash 2024-04-15 03:10:04 +00:00
  • c8ccb9c3cc remove prop mr-chenguang lcgash 2024-04-15 03:09:17 +00:00
  • 8ce25a5dd1 fix: keep nil when dest is ptr & dest is nil[notfound] mr-chenguang lcgash 2024-04-15 03:08:37 +00:00
  • c114e093e7 feature: add Chinese README.md FRANKSTEIN11 2024-04-14 00:10:50 +08:00
  • ad81206cc2 feat: support reset result as nil when record not found mr-chenguang lcgash 2024-04-11 09:27:40 +00:00
  • 2aeabe29e3
    fix: unsupported data on nested joins with preloads Nico Schäfer 2024-04-11 07:11:44 +00:00
  • d4e73a0980 simplify func hanfulin 2024-04-10 19:54:07 +08:00
  • a36f9f65f3
    fix: duplicated preload yetone 2024-04-09 02:45:17 +08:00
  • f47c2578fa
    fix: duplicated preload yetone 2024-04-09 00:06:19 +08:00
  • 1e13fd7543 Fix duplicated columns in INSERT SQL for some fields with default value Jinzhu 2024-04-08 11:29:55 +08:00
  • 37c7e5a001
    Merge branch 'go-gorm:master' into master ayakut 2024-04-07 18:01:29 +03:00
  • 31d2ea8ca4
    Merge branch 'master' into detached zsmj-xu 2024-04-03 11:07:04 +08:00
  • 0d3c3a7e79 修改sql转义符号替换 ankangxu 2024-04-03 10:59:19 +08:00
  • 980cff4d3e Refactor solution to minimize regressions. Alex Kutko 2024-04-02 13:15:40 +03:00
  • 23cf52db32 Add debug loglevel roby 2024-03-30 10:37:05 +08:00
  • 8012cccd1a Fix panic bug in migrator due to lack of nil check for stmt.Schema pixelmaxQM 2024-03-29 21:59:26 +08:00
  • c800881d59
    Merge 3ea1d30e62ef4ab2f7b16e5e34c921156cc5b661 into 1b48aa072d1210c2ba315aeea18b57fddb634875 崔士杰 2024-03-29 00:39:06 -05:00
  • 3ea1d30e62
    Masking the output of sensitive information in logs. 崔士杰 2024-03-29 13:34:54 +08:00
  • 1b48aa072d
    feat: prepare_stmt support ping (#6924) hjwblog.com 2024-03-28 16:47:39 +08:00
  • bed85a4f7f feat: prepare_stmt tx support ping philhuan 2024-03-27 10:24:24 +08:00
  • 8299d65d24 feat: prepare_stmt support ping philhuan 2024-03-27 09:21:18 +08:00
  • 62274b23ac
    Merge branch 'go-gorm:master' into master ayakut 2024-03-26 10:28:26 +02:00
  • 26195e6d16
    fix: remove callback from callbacks if Remove() called (#6916) v1.25.9 snackmgmg 2024-03-26 12:33:36 +09:00
  • 6830f8ecf9 remove unnecessary blank line snackmgmg 2024-03-23 20:03:02 +09:00
  • 35bade6ca7
    Merge branch 'go-gorm:master' into master ayakut 2024-03-21 18:36:22 +02:00
  • 956f7ce843
    fix: 'type XXXX int' will print wrong sql to terminal (#6917) givemeafish 2024-03-21 16:00:02 +08:00
  • 0d6c5345f3 Don't close prepared stmt for normal db error Jinzhu 2024-03-21 15:55:43 +08:00
  • 73aafe3151 fix: 'type XXXX int' will print wrong sql to terminal 王泽平 2024-03-21 03:21:01 +00:00
  • 666fa4b001
    Merge pull request #1 ayakut 2024-03-20 19:00:09 +02:00
  • 57603882ea Only close bad conn prepared stmt Jinzhu 2024-03-20 19:47:20 +08:00
  • f255f362be reduce number of loops snackmgmg 2024-03-20 14:13:13 +09:00
  • 8abaddf4b4 fix: remove callback from callbacks if Remove() called snackmgmg 2024-03-19 22:09:09 +09:00
  • 81536f823c Fix insert id into map results, fix #6812 Jinzhu 2024-03-19 11:50:28 +08:00
  • 17ea2588ef remove an unnecessary blank line snackmgmg 2024-03-19 08:38:30 +09:00
  • f68e189300 fix: behavior when getting removed callback snackmgmg 2024-03-18 23:03:43 +09:00
  • 1b0aa802df Fix AutoMigrate for bool fields with default value v1.25.8 Jinzhu 2024-03-18 19:24:16 +08:00
  • e0c3be03fb Fix tests in local Jinzhu 2024-03-18 16:28:46 +08:00
  • c1c59c31c9
    chore(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 in /tests dependabot[bot] 2024-03-18 07:49:24 +00:00
  • 303de6e7c8
    chore: optimize regEnLetterAndMidline regular (#6908) jessetang 2024-03-18 15:33:54 +08:00
  • 99fc48f130 fix test func name demoManito 2024-03-18 14:44:55 +08:00
  • c985ecb91a fix demoManito 2024-03-18 14:16:54 +08:00
  • 214cdf5c06 chore: optimize regular demoManito 2024-03-18 14:10:54 +08:00
  • 2b8fd9d127 add test demoManito 2024-03-18 13:59:05 +08:00
  • adf114a7fc optimization logic demoManito 2024-03-17 23:13:01 +08:00
  • a458bbb6a1 declare variables demoManito 2024-03-07 16:37:02 +08:00
  • 4c7c8f596d refactor(scan.go): array index is out of bounds exits the for loop demoManito 2024-03-07 16:27:08 +08:00
  • f7ebf049da
    fix(create): fix insert column order (#6855) Jinghao Lu 2024-03-18 13:48:42 +08:00
  • ab89d54d87
    chore: UnixNano convert to UnixMilli (#6907) jessetang 2024-03-18 13:44:55 +08:00
  • 161f505918 fix: remvoe testify dependency lujinghao 2024-03-18 12:46:30 +08:00
  • 281f3e369a Fix constraint name regexp Jinzhu 2024-03-18 11:32:30 +08:00
  • 56fce98cbc fix(create): create multiple pieces of data, primary key value is incorrectly backfilled fix/create/array/set-primary-key demoManito 2024-03-16 18:10:27 +08:00
  • 260be505f5 chore: UnixNano convert to UnixMilli demoManito 2024-03-16 23:33:23 +08:00
  • 7b1fb0bd73
    fix(scan): array element is set to a zero value (#6890) jessetang 2024-03-15 14:14:48 +08:00
  • 427f924888 fix MapColumns desc molon 2024-03-15 03:51:35 +08:00
  • ef066ff4ed add MapColumns method molon 2024-03-15 03:15:05 +08:00
  • fa69020a34
    chore(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7 in /tests dependabot[bot] 2024-03-11 07:20:42 +00:00
  • 27318ac628 optimization demoManito 2024-03-11 13:35:19 +08:00