Commit Graph

  • 25f561a742
    feat: QuoteTo accept clause.Expr (#4621) River 2021-08-19 14:33:18 +0800
  • 2b2f6e77af Add SchemaName to NamingStrategy v1.21.13 Jinzhu 2021-08-11 16:20:21 +0800
  • a83d25e25e
    chore(logger): explicitly set config of Default Logger (#4605) Sungyun Hur 2021-08-11 12:49:46 +0900
  • 21e85b89d6
    Fix create with ignore migration (#4571) 张凯强 2021-08-09 13:23:44 +0800
  • 82fe815303
    fix: table couln't be reentrant (#4556) SmallTianTian 2021-08-09 13:20:22 +0800
  • cbe72751ac
    Update Dependencies (#4582) Matthieu MOREL 2021-08-09 07:16:25 +0200
  • a870486c4f
    Do not emit ORDER BY for empty values (#4592) Walter Scheper 2021-08-09 01:14:23 -0400
  • 9e5a4e30b4
    Fix migrator GuessConstraintAndTable method for return value for *schema.Check (#4527) heige 2021-08-03 11:40:57 +0800
  • 413fe587c6
    Optimize migrator.go MigrateColumn and ColumnTypes func. (#4532) heige 2021-08-02 18:44:10 +0800
  • 7a49629fd1 optimize Parse func for fieldValue.Interface daheige 2021-07-14 21:45:23 +0800
  • 41ac73b6a1 update comment for ConvertSliceOfMapToValuesForCreate func daheige 2021-07-14 21:56:58 +0800
  • 3e15478534
    Merge pull request #4530 from daheige/optimize-setupValuerAndSetter Jason Lee 2021-07-28 18:51:09 +0800
  • 5115813c50
    Fix preload fmt.Errorf formatter (#4531) heige 2021-07-28 18:50:08 +0800
  • 2202e99cbf
    Fix create index with comments in MySQL (#4521) s-takehana 2021-07-18 12:47:44 +0900
  • a70254609d optimize setupValuerAndSetter func daheige 2021-07-14 22:03:17 +0800
  • 74752018dc Fix hang when closing a prepared statement Jinzhu 2021-07-14 18:31:50 +0800
  • ac97aec513
    New Comma Expression (#4524) River 2021-07-14 15:51:24 +0800
  • d4f3c109d6 Fix OnConflict with one column, close #4370 v1.21.12 Jinzhu 2021-07-13 21:29:31 +0800
  • 83530ec659 Fix delete order by clause when counting, close #4478 Jinzhu 2021-07-13 21:17:43 +0800
  • 52b72d7ef2 Add error explanations when preloading assocations w/o foreign fields, close #4356 Jinzhu 2021-07-13 21:00:13 +0800
  • b13732c450 Fix invalid preload SQL when no data found, close #4443 Jinzhu 2021-07-13 20:23:05 +0800
  • c73fe96cfd Fix scan into decimal.Decimal, close #4457 Jinzhu 2021-07-13 19:59:31 +0800
  • b616d810eb Fix scan single value to custom type, close #4501 Jinzhu 2021-07-13 19:29:10 +0800
  • 76cd73cb82 Fix wipes out MySQL global variables from the query, close #4515 Jinzhu 2021-07-13 18:48:43 +0800
  • 2ec7043818 Respect update permission for OnConflict Create Jinzhu 2021-07-13 18:04:42 +0800
  • 0329b800b0
    slightly better callback warning (#4495) Burak Demirpolat 2021-07-13 11:38:44 +0300
  • 80497f27a6
    title foreign schema for many2many to avoid panic (#4496) wangyuehong 2021-07-13 17:36:22 +0900
  • 16579e00c6
    fix: fix race issue in prepare method (#4487) shiyu7 2021-07-01 06:27:12 +0800
  • 6d64e31965
    Merge pull request #4479 from wuwenchi/master Jason Lee 2021-06-27 11:29:20 +0800
  • 8bd8d38fe9 Fix Pluck's usage #4473 wuwenchi 2021-06-26 21:23:16 +0800
  • 8e67a08774 Fix Scopes with Row, close #4465 Jinzhu 2021-06-18 15:38:20 +0800
  • 3226937f68 Fix calc gormSourceDir, close #4456 v1.21.11 Jinzhu 2021-06-13 10:32:03 +0800
  • 25b9f2e26a
    Added return names to logger.Interface.Trace (#4450) kalle (jag) 2021-06-11 15:51:40 +0200
  • a0bddccfe1
    Use count(*) instead of count(1) include NULL and non-NULL rows(SQL-92). (#4453) Tony 2021-06-11 21:51:18 +0800
  • 5b65b02805 Update tests go.mod Jinzhu 2021-06-11 16:00:26 +0800
  • e425ed6f6a Update tests go.mod Jinzhu 2021-06-10 20:26:21 +0800
  • 50e85e14d4
    Code optimize (#4415) heige 2021-06-10 10:21:28 +0800
  • 00b252559f
    Fix: FirstOrCreate slice out of bounds error when using 'Assigns' (#4436) liamrfell 2021-06-07 03:39:24 +0100
  • dd8bf88eb9
    add Target where clause for on conflict (#4442) Vitaliy Shein 2021-06-07 05:39:00 +0300
  • cf079b8b7d
    Update version in `tests.yml` (#4432) s-takehana 2021-06-02 10:58:22 +0900
  • 810058cd55 Fix soft delete with Update Jinzhu 2021-06-01 18:34:38 +0800
  • 9abac96546 Fix Eq, Neq support slice of data Jinzhu 2021-05-31 17:21:27 +0800
  • 14e96080d8 Eq, Neq support slice of data Jinzhu 2021-05-31 15:25:38 +0800
  • 363f9b7863
    golint standard (#4421) heyanfu 2021-05-31 10:08:06 +0800
  • bcf2b385a4
    Fix typo in associations_test.go (#4407) Ikko Ashimine 2021-05-27 18:40:28 +0900
  • ac722c16f9
    Small grammar fix in error message (#4406) Brenda Wallace 2021-05-24 14:23:34 +1200
  • ea1bce3771 Only check struct value can address or not Jinzhu 2021-05-23 11:21:56 +0800
  • 79f427d862
    fixed has_many stopped working if field names are identical (#4387) Paras Waykole 2021-05-19 13:35:29 +0530
  • cf93b16730
    Fix ErrInvalidTransaction error message (#4380) Atreya 2021-05-17 16:53:48 +0900
  • 92c3ba9dcc Fix create new db sessions in scopes v1.21.10 Jinzhu 2021-05-17 15:34:24 +0800
  • a480bd8545
    Update Optimize schema (#4364) Chen Quan 2021-05-10 09:51:50 +0800
  • 6b7abc54a2 Fix tests Jinzhu 2021-05-06 13:06:31 +0800
  • 2aca96d147 test ignore migration, close #4314, #4315 Jinzhu 2021-05-05 08:26:15 +0800
  • 3f359eab9b
    slim trace if depth (#4346) 我的我的 2021-05-05 08:14:40 +0800
  • 8f7f3ad315
    fixed belongs_to & has_one reversed if field same (#4343) Paras Waykole 2021-05-05 05:27:54 +0530
  • 70e93e73d8 Check data type if copyable before change reference field's type Jinzhu 2021-04-30 16:25:56 +0800
  • f0d0bbbc10
    Added missing white space (#4330) Karolos Lykos 2021-04-29 02:15:37 +0300
  • 6951be0284 Allow customize clauses v1.21.9 Jinzhu 2021-04-28 17:19:30 +0800
  • 82cb4ebfe2 Fix overwrite Statement in scopes Jinzhu 2021-04-22 13:12:15 +0800
  • a855fe6402
    Fixed naming longer than 64 characters (#4310) Sky34gl3 2021-04-22 07:11:19 +0200
  • d327926425 Check ReflectValue.CanAddr before set field value Jinzhu 2021-04-19 21:32:32 +0800
  • 15a46bc042
    Fix some typos (#4294) Chris Faulkner 2021-04-19 06:03:39 -0700
  • 7701c88507 Assign transaction error to db v1.21.8 Jinzhu 2021-04-16 19:27:23 +0800
  • d483ffa45c Fix Preload with nil pointer Jinzhu 2021-04-15 10:37:05 +0800
  • 74e7a9ca07
    Optimize reflect value length and method (#4280) heige 2021-04-14 13:00:54 +0800
  • 5555b010dc
    feat: Optimal value type acquisition for v (#4278) heige 2021-04-13 09:41:30 +0800
  • d7911300f8
    Respect ignore migration when add column (#4276) yrong1997 2021-04-13 09:39:43 +0800
  • d278ca49ef sort GORM options before apply Jinzhu 2021-04-09 11:43:24 +0800
  • ad53074f1d Pass db error to new instance v1.21.7 Jinzhu 2021-04-09 11:07:14 +0800
  • f3bdfa8261 Add IgnoreRecordNotFoundError option for logger Jinzhu 2021-04-09 10:20:36 +0800
  • 673053f56a Fix context cancel error, close #4259, close #4260 Jinzhu 2021-04-09 09:35:41 +0800
  • 8cfa9d98f0
    Update field.go (#4228) gavwu 2021-04-02 09:56:38 +0800
  • 33601dc72f Support Having w/o Group Jinzhu 2021-03-30 18:28:09 +0800
  • 73c6d3e64e Add AfterInitialize error Jinzhu 2021-03-29 18:36:01 +0800
  • 0eba7a9ed1 Fix apply option v1.21.6 Jinzhu 2021-03-26 14:20:42 +0800
  • a8b72546c1 Fix get database connection for prepared stmt, close #4214 Jinzhu 2021-03-25 10:17:57 +0800
  • 26e0c6fb69 skip test sqlserver due to it will raise data race for invalid sql Jinzhu 2021-03-24 17:12:30 +0800
  • 88078e48d0 Remove sqlite_windows test case Jinzhu 2021-03-24 16:56:41 +0800
  • 8204d0ada2 Update tests script v1.21.5 Jinzhu 2021-03-24 16:44:51 +0800
  • 704e53a774 Call scopes before parse model value, close #4209 Jinzhu 2021-03-24 16:17:49 +0800
  • 4d5cec8bdd Add golang 1.16 Jinzhu 2021-03-24 14:22:36 +0800
  • 26dd4c980a
    Fix: FindInBatches ignores errors (#4203) Genta Kamitani 2021-03-22 15:11:07 +0900
  • 8c92d9694a Fix to call Scopes with using Migrator Jinzhu 2021-03-19 16:34:51 +0800
  • a9fe025ef5 Add GetDBConnector interface Jinzhu 2021-03-19 15:54:32 +0800
  • 220349ccf2 Fix omit associations, close #4161 v1.21.4 Jinzhu 2021-03-19 15:15:26 +0800
  • e85b73e5a5 Fix nested Scopes, close #4196 Jinzhu 2021-03-19 13:44:25 +0800
  • a3d9bbfc36 build *clause.Expr Jinzhu 2021-03-19 13:21:43 +0800
  • 27bb9137d3 Refactor OnConflict.UpdateALl Jinzhu 2021-03-18 11:44:04 +0800
  • 07f3795f93
    optimize MigrateColumn method for regexp (#4188) heige 2021-03-17 11:32:17 +0800
  • 2055e29eb8 Refactor nested preload all associations Jinzhu 2021-03-14 10:18:43 +0800
  • c575a4e719 support to preload all children in multiple levels associations ruozhixian 2021-03-11 16:36:49 +0800
  • 912360097a Fix Scopes with Migrator, close #4145 Jinzhu 2021-03-11 10:29:52 +0800
  • 9fccb17d07 Fix double pointer for where conditions, close #4159 Jinzhu 2021-03-10 19:46:59 +0800
  • 14b9bd163c Don't panic when using nil pointer, close #4168 Jinzhu 2021-03-10 19:32:56 +0800
  • 675de6fc16 Clear scopes before invoke scopes methods v1.21.3 Jinzhu 2021-03-08 19:21:09 +0800
  • 0348b1d3c1
    chore: improve code quality (#4123) Shubhendra Singh Chauhan 2021-03-08 08:16:43 +0530
  • 02cb40531e
    Optimize parse constraint (#4153) heige 2021-03-08 10:21:33 +0800
  • 221d0a0ec1
    optimize value of reflection length (#4152) heige 2021-03-08 10:20:04 +0800
  • a3abb5fedf
    support named params in Select API (#4142) Ratan Phayade 2021-03-07 08:29:00 +0530
  • bc347758e5
    for Config.cacheStore store PreparedStmtDB key (#4149) heige 2021-03-07 10:57:22 +0800