Commit Graph

  • b3ff18ec98
    chore(deps): bump gorm.io/driver/postgres from 1.4.6 to 1.4.7 in /tests dependabot/go_modules/tests/gorm.io/driver/postgres-1.4.7 dependabot[bot] 2023-02-13 07:57:56 +0000
  • 02b7e26f6b
    feat: add tidb integration test cases (#6014) master Cheese 2023-02-08 16:29:09 +0800
  • 878ac51e98
    fix:throw model value required error (#6031) Cr 2023-02-08 13:40:41 +0800
  • e1f46eb802
    fix: ignore nil query (#6021) v1.24.5 chyroc 2023-02-02 17:54:51 +0800
  • 4d6b70ec88 Allow modify statement from dest v1.24.4 Jinzhu 2023-02-02 17:15:08 +0800
  • cfbcedbf03
    fix: support zeroValue tag on DeletedAt (#6011) qiankunli 2023-02-01 14:40:55 +0800
  • d834dd60b7 Remove unnecessary code Jinzhu 2023-01-19 15:22:13 +0800
  • 3d35ddba55 Fix use table.* as select/omit columns Jinzhu 2023-01-12 16:52:17 +0800
  • baf1afa1fc
    fix(schema): field is only unique when there is one unique index (#5974) Haibo 2023-01-11 14:05:39 +0800
  • 2bc913787b support implicit table alias, close #5840 #5940 Jinzhu 2023-01-02 21:46:27 +0800
  • 3d91802b1d Fix unexpected alter table in auto migration, close #5942, #5943 Jinzhu 2023-01-02 20:52:44 +0800
  • b0e13d95b4 update github tests action Jinzhu 2023-01-01 22:27:49 +0800
  • 4b768c8aff Upgrade tests deps v1.24.3 Jinzhu 2023-01-01 22:22:08 +0800
  • 16a272209a
    fix(migrator): Tag default:'null' always causes field migration #5953 (#5954) Haibo 2023-01-01 22:14:28 +0800
  • da2b2861de
    fix(migrator): ignore relationships when migrating #5913 (#5946) Haibo 2023-01-01 19:54:28 +0800
  • 7da24d1d52
    chore(deps): bump actions/stale from 6 to 7 (#5945) dependabot[bot] 2022-12-27 08:47:17 +0800
  • ddd3cc2502 Add ParameterizedQueries option support for logger, close #5288 Jinzhu 2022-12-25 11:37:23 +0800
  • 794edad60e
    test(MigrateColumn): mock alter column to improve field compare (#5499) Cr 2022-12-24 17:42:16 +0800
  • 1935eb0adb
    feat: support inner join (#5583) Cr 2022-12-24 12:27:38 +0800
  • 775fa70af5
    DryRun for migrator (#5689) Defoo Li 2022-12-24 12:14:23 +0800
  • bbd2bbe521
    fix:Issue migrating field with CURRENT_TIMESTAMP (#5906) Ning 2022-12-24 11:02:11 +0800
  • f3c6fc2533
    Update func comments in chainable_api and FirstOr_ (#5935) Nate Armstrong 2022-12-23 00:51:01 -0800
  • 4ec73c9bf4
    Add test case for embedded value selects (#5901) Edward McFarlane 2022-12-19 04:49:05 +0100
  • d9525d4da4
    fix: skip append relation field to default db value (#5885) Cr 2022-12-01 20:26:59 +0800
  • f931def33d
    clear code syntax (#5889) wjw1758548031 2022-12-01 20:25:53 +0800
  • f91313436a Fix group by with count logic Jinzhu 2022-11-21 11:10:56 +0800
  • 342310fba4
    fix(FindInBatches): throw err if pk not exists (#5868) v1.24.2 Cr 2022-11-21 10:49:27 +0800
  • b6836c2d3e
    fix bug in windows (#5844) kvii 2022-11-21 10:48:13 +0800
  • cef3de694d
    cleanup(prepare_stmt.go): unnecessary map delete (#5849) jessetang 2022-11-13 11:12:09 +0800
  • 1b9cd56c53
    doc(README.md): add contributors (#5847) jessetang 2022-11-10 16:30:32 +0800
  • 871f1de6b9
    fix logger path bug (#5836) kvii 2022-11-05 11:52:08 +0800
  • fb640cf7da
    test(utils): add utils unit test (#5834) jessetang 2022-11-05 08:38:14 +0800
  • 5c8ecc3a2a
    feat: golangci add goimports and whitespace (#5835) jessetang 2022-11-05 08:37:37 +0800
  • f82e9cfdbe
    test(clause/joins): add join unit test (#5832) jessetang 2022-11-03 21:03:13 +0800
  • b2f42528a4
    fix(Joins): args with select and omit (#5790) v1.24.1 Cr 2022-11-02 10:28:00 +0800
  • 9d82aa5673
    test: invalid cache plan with prepare stmt (#5778) Cr 2022-10-20 14:10:47 +0800
  • 5dd2bb4827
    feat(PreparedStmtDB): support reset (#5782) Cr 2022-10-19 14:46:59 +0800
  • 3f20a543fa Support use clause.Interface as query params Jinzhu 2022-10-18 18:01:55 +0800
  • 62593cfad0 add test: TestAutoMigrateInt8PG: shouldn't execute ALTER COLUMN TYPE smallint, close #5762 viatoriche / Maxim Panfilov 2022-10-18 17:28:06 +0800
  • a0f4d3f7d2 Save as empty string for not nullable nil field serialized into json Jinzhu 2022-10-18 16:25:39 +0800
  • ab5f80a8d8 Save as NULL for nil object serialized into json Jinzhu 2022-10-18 15:44:47 +0800
  • 186e8a9e14
    fix: association without pks (#5779) Cr 2022-10-18 11:58:42 +0800
  • 2a788fb20c Upgrade tests go.mod Jinzhu 2022-10-17 17:01:00 +0800
  • aa4312ee74 Don't display any GORM related package path as source Jinzhu 2022-10-13 15:57:10 +0800
  • 08aa2f9888 Update README Jinzhu 2022-10-14 20:30:28 +0800
  • 2c56954cb1 tests mariadb with returning support Jinzhu 2022-10-08 20:48:22 +0800
  • e93dc3426e Test postgres autoincrement check Jinzhu 2022-10-08 17:16:32 +0800
  • 983e96f142 Add tests for alter column type Jinzhu 2022-10-08 16:04:57 +0800
  • 34fbe84580 Add TableName with NamingStrategy support, close #5726 v1.24.0 Jinzhu 2022-10-07 21:18:37 +0800
  • e8f48b5c15
    fix: limit=0 results (#5735) (#5736) robhafner 2022-10-07 08:14:14 -0400
  • 4b22a55a75
    fix: primaryFields are overwritten (#5721) jesse.tang 2022-10-07 18:29:28 +0800
  • 9564b82975
    Fix OnConstraint builder (#5738) Wen Sun 2022-10-07 14:46:20 +0900
  • 0b7113b618
    fix: prepare deadlock (#5568) Cr 2022-09-30 18:13:36 +0800
  • a3cc6c6088 Fix: wrong value when Find with Join with same column name, close #5723, #5711 Stephano George 2022-09-30 17:18:42 +0800
  • be440e7512
    fix possible nil panic in tests (#5720) jesse.tang 2022-09-30 11:14:34 +0800
  • e1dd0dcbc4
    chore(deps): bump actions/stale from 5 to 6 (#5717) dependabot[bot] 2022-09-30 11:13:01 +0800
  • 328f301982
    add some test case which related the logic (#5477) v1.23.10 Nguyen Huu Tuan 2022-09-22 17:35:21 +0700
  • 12237454ed fix: use preparestmt in trasaction will use new conn, close #5508 kinggo 2022-09-22 16:47:31 +0800
  • 73bc53f061
    feat: migrator support type aliases (#5627) Cr 2022-09-22 15:56:32 +0800
  • 101a7c789f
    fix: scan array (#5624) Cr 2022-09-22 15:51:47 +0800
  • 3a72ba102e Allow shared foreign key for many2many jointable Jinzhu 2022-09-21 17:29:38 +0800
  • 1f634c3937
    support scan assign slice cap (#5634) jesse.tang 2022-09-22 14:50:35 +0800
  • 5ed7b1a65e
    fix: same embedded filed name (#5705) Cr 2022-09-22 11:25:03 +0800
  • 118a3f469e Allow shared foreign key for many2many jointable allow_shared_foreign_key Jinzhu 2022-09-21 17:29:38 +0800
  • 490625981a
    fix: update omit (#5699) v1.23.9 qqxhb 2022-09-16 15:02:44 +0800
  • edb00c10ad
    AutoMigrate() should always migrate checks, even there is no relationship constraints. (#5644) Googol Lee 2022-09-14 04:26:51 +0200
  • f29afdd329
    Rewrite of finisher_api Godocs (#5618) Bruce MacKenzie 2022-09-08 23:16:41 -0400
  • b3eb1c8c51
    simplified regexp (#5677) Jiepeng Cao 2022-09-05 15:39:19 +0800
  • f78f635fae
    Optimize: code logic db.scanIntoStruct() (#5633) jesse.tang 2022-09-05 15:34:33 +0800
  • d71caef7d9
    fix: remove uuid autoincrement (#5620) Cr 2022-09-03 20:00:21 +0800
  • 8c3018b96a
    Replace `ioutil.Discard` with `io.Discard` (#5603) Shunsuke Otani 2022-08-15 11:50:06 +0900
  • 3f92b9b0df
    Refactor: redundant type from composite literal (#5604) Shunsuke Otani 2022-08-15 11:47:26 +0900
  • ba227e8939
    Add Go 1.19 Support (#5608) Aoang 2022-08-15 10:46:57 +0800
  • 573b9fa536 fix: correct grammar enwawerueli 2022-08-12 16:46:18 +0300
  • a35883590b
    update Delete Godoc to describe soft delete behaviour (#5554) Bruce MacKenzie 2022-08-10 23:38:04 -0400
  • f223279384
    chore: fix gorm tag (#5577) Cr 2022-08-10 11:03:42 +0800
  • 6e03b97e26
    fix: empty serilizer err #5524 (#5525) hjwblog.com 2022-07-27 13:59:47 +0800
  • 3c6eb14c92 Fixed some typos in the code comment MJrocker 2022-07-26 20:01:20 +0800
  • 06e174e24d
    fix: embedded default value (#5540) Cr 2022-07-25 14:10:30 +0800
  • bab3cd1724
    fix bad logging performance of bulk create (#5520) (#5521) Xudong Zhang 2022-07-18 20:47:00 +0800
  • 75720099b5 Create a new db in FindInBatches Jinzhu 2022-07-18 18:06:45 +0800
  • 2ba599e8b7
    fix empty QueryClauses in association (#5502) (#5503) Goxiaoy 2022-07-15 11:15:18 +0800
  • 099813bf11
    Adjust ToStringKey use unpack params, fix pass []any as any in variadic function (#5500) alingse 2022-07-14 20:05:22 +0800
  • 4d40e34734 Update select tests Jinzhu 2022-07-14 14:39:43 +0800
  • 3262daf8d4 Fix select with association column Jinzhu 2022-07-13 18:26:35 +0800
  • cae30e9a50 Fix select with association column Jinzhu 2022-07-13 18:02:11 +0800
  • a7063848ef Fix select with uppercase column name Jinzhu 2022-07-13 17:44:14 +0800
  • 08f6d06e47 Fix select with quoted column name Jinzhu 2022-07-13 17:21:19 +0800
  • 62fdc2bb3b Fix serializer with empty string Jinzhu 2022-07-11 11:51:05 +0800
  • b13d1757fa Refactor Model with slice data Jinzhu 2022-07-07 15:39:29 +0800
  • 9fd73ae4f1 Revert "use callback to handle transaction" v1.23.8 Jinzhu 2022-07-07 15:06:48 +0800
  • fe01e1b9f4 Fix Model with slice data Jinzhu 2022-07-07 14:43:33 +0800
  • 46bce170ca
    test: pg array type (#5480) Cr 2022-07-04 16:42:27 +0800
  • 5c4016d9a3
    Merge pull request #5455 from longbridgeapp/feat-support-transaction-calllback Jason Lee 2022-07-01 23:34:26 +0800
  • c74bc57add
    fix: association many2many duplicate elem (#5473) v1.23.7 Cr 2022-07-01 15:12:15 +0800
  • 2cb4088456 ignore AddError return error Joe 2022-07-01 14:37:38 +0800
  • 235c093bb9
    fix(MigrateColumn):declared different type without length (#5465) Cr 2022-06-29 10:07:42 +0800
  • 3e6ab99043
    fix:serializer contain field panic (#5461) wws 2022-06-25 16:32:47 +0800
  • 93f28bc116 use callback to handle transaction Joe 2022-06-24 10:33:39 +0800
  • a70af2a4c0 Fix Select with digits in column name Jinzhu 2022-06-20 15:35:29 +0800