Commit Graph

  • 4f8ee6f919
    Fix go vet errors Diego Sogari 2023-04-01 13:50:32 -0300
  • d76d6f0aa9
    Add code documentation for association preloading Diego Sogari 2023-04-01 13:03:28 -0300
  • 79554f640b
    Add support for association preloading Diego Sogari 2023-04-01 12:14:53 -0300
  • 94fcec7f65 parse timestamp with milliseconds in tz format (#2246) Alberto Garcia 2023-04-06 21:47:59 +0800
  • 5ab6301037 check pipeline Alberto Garcia 2023-04-06 12:54:01 +0200
  • f9cc6d7b21 removed redundant if check Alberto Garcia 2023-04-06 12:06:00 +0200
  • e71b995a84 added checks for dates with millisecond format Alberto Garcia 2023-04-06 11:31:20 +0200
  • 486fd42549 优化func (session *Session) slice2Bean方法中的strings.ToLower以及减少map创建和访问次数(对应issue为: https://gitea.com/xorm/xorm/issues/2243) 洪坤安 2023-04-03 02:45:09 +0800
  • a8ddcde883 优化func (session *Session) slice2Bean方法中的strings.ToLower以及减少map创建和访问次数(对应issue:https://gitea.com/xorm/xorm/issues/2243) 洪坤安 2023-04-03 02:37:04 +0800
  • b9ee143cc2 优化func (session *Session) slice2Bean方法中的strings.ToLower(对应issue:https://gitea.com/xorm/xorm/issues/2243) 洪坤安 2023-04-03 02:28:35 +0800
  • 84ff9cba03 新增SetDefaultJSONHandler方法,用于用户自行设置DefaultJSONHandler 洪坤安 2023-04-02 18:19:53 +0800
  • 263be7ad23 🧪 add TimeTypedef test CyJaySong 2023-03-22 19:30:42 +0800
  • d943a3231e Merge remote-tracking branch 'origin/master' CyJaySong 2023-03-21 16:16:22 +0800
  • 36f1094b2d Merge remote-tracking branch 'origin/master' CyJaySong 2023-03-21 16:15:27 +0800
  • c53373f54c 🧪 add TimeTypedef test CyJaySong 2023-03-21 16:13:59 +0800
  • 90eab01c74 Merge pull request 'master' (#1) from xorm/xorm:master into master CyJaySong 2023-03-21 15:34:49 +0800
  • 141ce23b80 add Interface2Interface sqlRowBytes same addr test case hsfish 2023-03-18 11:43:07 +0800
  • 67b5c85f85
    disable conds/exprs in upsert Andrew Thornton 2023-03-15 17:30:37 +0000
  • d7eb965a92
    handle weird update n by mysql Andrew Thornton 2023-03-15 13:56:37 +0000
  • 344985f6bd
    adjust name Andrew Thornton 2023-03-15 12:55:45 +0000
  • 2715e0de59
    add tests for map Andrew Thornton 2023-03-15 12:26:47 +0000
  • 625167ded5
    More cleanly handle primary keys as unique constraints Andrew Thornton 2023-03-15 11:47:44 +0000
  • 926930b7c5 fix Interface2Interface *sql.RawBytes light copy bug hsfish 2023-03-15 19:18:50 +0800
  • 4bf706dd0c
    allow upsert on primary key Andrew Thornton 2023-03-14 22:52:53 +0000
  • 4bf7c4d738
    fix tidb Andrew Thornton 2023-03-14 21:03:48 +0000
  • b4467b717a
    Try getting the LastInsertID before the rows affected Andrew Thornton 2023-03-14 16:48:54 +0000
  • 5a188e58d1
    oops Andrew Thornton 2023-03-13 20:24:07 +0000
  • e88ca1d017
    only permit upsert if there is only one unique constraint Andrew Thornton 2023-03-13 18:42:34 +0000
  • 5b92ebc141
    fix postgres Andrew Thornton 2023-03-13 12:59:19 +0000
  • 1e50bd8705
    more test changes Andrew Thornton 2023-03-13 11:03:02 +0000
  • 3708430ebf
    slight adjustment Andrew Thornton 2023-03-13 10:44:56 +0000
  • c7802f9737
    fix mssql Andrew Thornton 2023-03-13 10:30:03 +0000
  • 643636c3b8
    add an upsert test and fix mysql Andrew Thornton 2023-03-13 09:35:33 +0000
  • 9dafb36a44
    no returning on sqlite Andrew Thornton 2023-03-13 06:44:23 +0000
  • c55adf1c26
    mostly complete Andrew Thornton 2023-03-13 06:34:31 +0000
  • 402bac0742 doc ifAddColUpdate zxysilent 2023-03-13 10:39:49 +0800
  • a432b11c03 Merge branch 'master' of https://gitea.com/zxysilent/xorm zxysilent 2023-03-13 09:10:52 +0800
  • 94c275367f fix:variable name zxysilent 2023-03-13 09:10:51 +0800
  • 3a4fbeaa6f
    Add InsertOnConflictDoNothing and Upsert functionality Andrew Thornton 2023-03-12 11:31:08 +0000
  • 09a7d22108 Merge branch 'master' into master zxysilent 2023-03-11 11:57:03 +0800
  • e229346b00 fixbug:当为非自增主键时,也不作为修改列 zxysilent 2023-03-11 11:07:52 +0800
  • d485abba57 add `(*Engine) SetConnMaxIdleTime` (#2229) datbeohbbh 2023-03-06 18:55:33 +0800
  • b081b9196d add `(*Engine) TransactionContext(...)` datbeohbbh 2023-03-05 22:00:18 +0300
  • ad310536f2 add `(*Engine) SetConnMaxIdleTime` datbeohbbh 2023-03-05 21:12:05 +0300
  • 595c48ac3a fix datbeohbbh 2023-03-05 14:58:33 +0300
  • 668e5fc257 upgrade go version to 1.17 datbeohbbh 2023-03-05 14:34:58 +0300
  • ad22601adb MySQL中DECIMAL字段类型应对应go的Float64类型而不是String fanshengshuai 2023-03-05 18:12:30 +0800
  • d23eb9654f Merge pull request 'mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes,JSON 字段映射为String (#2225)' (#2) from xorm/xorm:master into master fanshengshuai 2023-03-05 18:09:31 +0800
  • 914f2db9ea mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes,JSON 字段映射为String (#2225) fanshengshuai 2023-02-28 23:42:42 +0800
  • 0bf6949963 mysql字段的json字段,映射为string类型 fanshengshuai 2023-02-28 18:31:43 +0800
  • 04bd8af481 Merge pull request 'mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes' (#1) from fanshengshuai-patch-UNSIGNED-FIELD into master fanshengshuai 2023-02-28 16:44:52 +0800
  • 8f5fb72e37 mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes fanshengshuai 2023-02-28 16:43:37 +0800
  • 5fd1e39f04
    Update README Lunny Xiao 2023-02-24 08:32:56 +0800
  • 9d9340bdd1 Merge branch 'master' into lunny/upgrade_deps Lunny Xiao 2023-02-23 22:42:04 +0800
  • fc5cf7d417 update to `go 1.16` in go.mod datbeohbbh 2023-02-22 21:54:42 +0300
  • 433e0f16de
    upgrade dependencies Lunny Xiao 2023-02-22 17:42:48 +0800
  • 056cecc97e Add `Truncate` method (#2220) KN4CK3R 2023-02-20 07:17:35 +0800
  • b9fce74643
    Fix test Lunny Xiao 2023-02-20 00:26:33 +0800
  • 3ddc3212cd
    Fix lint Lunny Xiao 2023-02-20 00:06:42 +0800
  • da09ed8cb0 Add comment. KN4CK3R 2023-02-19 15:13:14 +0000
  • 2643312baa Add Truncate. KN4CK3R 2023-02-19 15:08:17 +0000
  • 52855dae32 update go version to v1.17 in .drone.yml (#2219) datbeohbbh 2023-02-12 11:16:53 +0800
  • 9ab2345f6d fix remove test-ydb datbeohbbh 2023-02-11 21:39:36 +0300
  • f0cce1c437 removed test-ydb in .drone.yml datbeohbbh 2023-02-11 21:30:02 +0300
  • 0b72f0266a fix fmt datbeohbbh 2023-02-11 13:19:46 +0300
  • 78c6153adf update go version to v1.17 in .drone.yml datbeohbbh 2023-02-11 11:01:11 +0300
  • 0c9963c637 Add support for go-ora driver (#2215) jamlacey 2023-02-04 21:24:29 +0800
  • 506bc85f6b Add support for go-ora driver James Lacey 2023-02-03 17:48:32 -0700
  • 7dc2a18876 Bug fix: `Rows` must be closed after used (#2214) datbeohbbh 2023-02-03 17:24:16 +0800
  • c8e7ed0496 bug fixed datbeohbbh 2023-02-02 09:39:48 +0300
  • 0a9e875234
    update readme Lunny Xiao 2023-01-12 21:39:37 +0800
  • dd7d8eff25
    upgrade dependencies Lunny Xiao 2023-01-12 21:22:34 +0800
  • 5fafa00043 fix: Correctly parse jsonb column tag (#2206) tamalsaha 2023-01-09 13:19:29 +0800
  • 1e65cd7ddc Add test Tamal Saha 2023-01-07 01:01:20 +0600
  • e5b6821e0e
    Fix interface Lunny Xiao 2023-01-06 23:13:10 +0800
  • 27d1248aa7
    fix bug Lunny Xiao 2023-01-06 16:11:50 +0800
  • 886f293211 Fix auto rollback #1491 zxysilent 2023-01-05 21:37:45 +0800
  • 33ad788414 Correctly parse jsonb column tag Tamal Saha 2023-01-05 18:28:15 +0600
  • 71270edfcc add delimiters between COMMENT ON COLUMN... for Postgres (#2156) Dmitry Narizhnykh 2022-12-12 18:35:40 +0800
  • 412319af23
    Fix question mark replacement on postgres Lunny Xiao 2022-12-12 18:23:34 +0800
  • f1bfc5ce98 join support condition (#2201) Lunny Xiao 2022-12-09 23:37:26 +0800
  • f2dfaded1e
    join support condition Lunny Xiao 2022-12-09 17:40:23 +0800
  • 71a5939c65 add disable version check func (#2197) tylerthail2019 2022-11-16 13:22:04 +0800
  • 572f8b1040 add disable version check func tyler 2022-11-15 13:01:59 +0800
  • 82751e797f
    Fix test Lunny Xiao 2022-11-12 10:29:07 +0800
  • a7809284a6
    Add test for get customized types Lunny Xiao 2022-11-12 08:56:26 +0800
  • 84d8dd7aac Fix default value of timestamp Lunny Xiao 2022-04-01 10:14:37 +0800
  • 1fe990bd3b Add more tests for insert Lunny Xiao 2022-01-24 10:58:25 +0800
  • 3acabdaf26 Fix Oracle Table creation default value (#2190) stevefan1999 2022-10-24 11:29:54 +0800
  • ebab7d2771 Fix Oracle Table creation default value stevefan1999 2022-10-23 21:16:39 +0800
  • 683b854b78 format code style mars 2022-10-12 13:45:55 +0800
  • c5e5887e1a fix relation case sensitive when inside quotes mars 2022-10-12 13:15:03 +0800
  • a06c6d3d3c Merge branch 'master' into generate-cover-html Lunny Xiao 2022-09-03 15:15:38 +0800
  • bd58520020
    add changelog for 1.3.2 v1.3.2 Lunny Xiao 2022-09-03 15:14:19 +0800
  • 774415a6ff Merge branch 'master' into generate-cover-html Lunny Xiao 2022-09-03 10:12:57 +0800
  • c900ecc87f Prevent Sync failure with non-regular indexes on Postgres (#2174) Andrew Thornton 2022-09-03 10:12:17 +0800
  • af675201d3
    Prevent Sync failure with non-regular indexes on Postgres Andrew Thornton 2022-09-02 20:44:29 +0100
  • 64c5f295bb Generate coverage html takumin 2022-08-23 19:28:22 +0900
  • 3b7de1745c Add dialects/time_test.go takumin 2022-08-23 18:50:47 +0900
  • eda175e4be 解决2006-01-02T15:04:05.67Z格式时间返回错误 joshx 2022-07-25 11:12:50 +0800