datbeohbbh
datbeohbbh commented on pull request xorm/xorm#2336 2023-10-16 01:04:16 +00:00
(feat) Add retry package

@lunny can you help me to review this PR, please?

datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-10-02 08:06:50 +00:00
bb4f917e64 (fix) remove ad-hoc case for YDB
a3c13ae160 (fix) remove ad-hoc cases for YDB
93101ea555 (fix) remove ad-hoc case for YDB
d8fdeb1483 (fix) fix convert null value
95083deaa6 (fix) remove hacks for condition with custom type
Compare 7 commits »
datbeohbbh created pull request xorm/xorm#2336 2023-09-27 15:02:57 +00:00
(feat) Add retry package
datbeohbbh pushed to retry-helper at datbeohbbh/xorm 2023-09-27 14:57:25 +00:00
d7ef1d5115 (feat) add retry package
datbeohbbh created branch retry-helper in datbeohbbh/xorm 2023-09-27 14:57:25 +00:00
datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-27 09:59:11 +00:00
1acadcdf7d (fix) remove ad-hoc case for YDB
692b8eaab6 (fix) remove ad-hoc cases for YDB
9a53163d48 (fix) remove ad-hoc case for YDB
7dd4fb471d (fix) fix convert null value
d4866f59c5 (fix) remove hacks for condition with custom type
Compare 10 commits »
datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-24 10:10:12 +00:00
60b9392a34 (fix) remove ad-hoc case for YDB
31f21326e9 (fix) fix convert null value
bd6fd816c2 (fix) remove hacks for condition with custom type
7ee431afce (fix) remove hacks in session_insert (*Session) insertStruct
71893ce644 (refactor) fix returns in yqlToSQLType
Compare 8 commits »
datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-21 07:47:01 +00:00
066cbc3447 squash all ydb-support commit history
551de3767c modify limit offset implement (#2188)
ac88a5705a fix the error in mysql: unknown colType UNSIGNED FLOAT (#2143)
e5be0f4129 Remove dead code from session.SyncWithOptions() (#2323)
2885c88b77 fix PostgreSQL version (#2332)
Compare 7 commits »
datbeohbbh commented on pull request xorm/xorm#2329 2023-09-03 14:12:54 +00:00
feat: YDB support in XORM

@lunny can you please help me to check CI file, currently, test ydb failed because of timed out, reason I think connection is hung up because it can not see YDB server (or YDB server it not exist??).

datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-03 12:46:37 +00:00
1af993e08d fix go vet
13652898e2 (temp fix) ignore secure connection test
Compare 2 commits »
datbeohbbh commented on pull request xorm/xorm#2329 2023-09-03 11:45:48 +00:00
feat: YDB support in XORM

I think, we should not share filter, in implementation of postgresSeqFilter it has cases for jsonb question, but YDB does not have it. Although, use the share filter doesn't make conversion…

datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-03 11:41:08 +00:00
a22b8b97a2 (temp fix) ignore secure connection test
datbeohbbh created pull request xorm/xorm#2329 2023-09-02 03:53:07 +00:00
feat: YDB support in XORM
datbeohbbh closed pull request datbeohbbh/xorm#2 2023-09-02 02:01:25 +00:00
squash all ydb-support commit history
datbeohbbh created pull request datbeohbbh/xorm#2 2023-09-02 01:57:42 +00:00
squash all ydb-support commit history
datbeohbbh pushed to master at datbeohbbh/xorm 2023-09-02 01:57:06 +00:00
db7c264062 Add Sync options to ignore constrains and indices (#2320)
ac84217e14 Exec support conversion data (#1970)
94882e39df Fix deleted tag attribute zeroTime is not DatabaseTZ (#2299)
c622cdaf89 Add ignore
e2af77de3b remove unused files
Compare 47 commits »
datbeohbbh pushed to pr-ydb-support at datbeohbbh/xorm 2023-09-02 01:50:27 +00:00
25fb2e8d95 squash all ydb-support commit history
db7c264062 Add Sync options to ignore constrains and indices (#2320)
ac84217e14 Exec support conversion data (#1970)
94882e39df Fix deleted tag attribute zeroTime is not DatabaseTZ (#2299)
c622cdaf89 Add ignore
Compare 10 commits »
datbeohbbh created branch pr-ydb-support in datbeohbbh/xorm 2023-09-02 01:50:27 +00:00
datbeohbbh closed pull request xorm/xorm#2233 2023-05-02 18:19:58 +00:00
add (*Engine) TransactionContext(...)
datbeohbbh closed issue xorm/xorm#2232 2023-05-02 18:19:42 +00:00
Features: Add methods (*Engine) TransactionContext(...) and (*Engine) GetDefaultContext()