issues
search
DATA-DOG
/
go-txdb
Immutable transaction isolated sql driver for golang
Other
667
stars
48
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
README: add/explain SetMaxOpenConns(1)
#70
stapelberg
opened
1 month ago
2
Spurious query failures with concurrent database connections
#69
stapelberg
closed
1 month ago
4
How to use with pgxpool?
#68
hotrush
closed
2 months ago
3
Update dependencies
#67
flimzy
closed
3 months ago
0
Issue when bumping to v0.1.9 from v0.1.8
#66
zaidsasa
closed
3 months ago
1
Chore: Clean up support for Go versions < 1.12
#65
flimzy
closed
3 months ago
0
fix beginTxOnce() context cancel
#64
daisuke0925m
closed
5 months ago
7
Implement the Close() method on our connector
#63
flimzy
closed
8 months ago
0
Some GoDoc updates and fixes
#62
flimzy
closed
8 months ago
0
Use latest version of golangci-lint
#61
flimzy
closed
10 months ago
0
retry on failure
#60
lopezator
closed
11 months ago
11
Refactor tests to work with testcontainers
#59
flimzy
closed
10 months ago
3
Support the driver.DriverContext interface
#58
flimzy
closed
12 months ago
0
Use testcontainers (or similar solution) for tests
#57
flimzy
closed
3 months ago
4
Update CI to include Go 1.21
#56
flimzy
closed
12 months ago
0
Savepoint does not exists if using several transactions
#55
AlwxSin
opened
1 year ago
3
don't cancel tx when stmt failed
#54
Yiling-J
closed
1 year ago
2
[nit] Migrate to docker compose v2
#53
stefafafan
closed
1 year ago
0
[nit] Set psql/mysql passwords to match Makefile, so `make test` works
#52
stefafafan
closed
1 year ago
1
Refactor tests and add CI
#51
Yiling-J
closed
1 year ago
1
Looking for maintainers
#50
l3pp4rd
closed
3 months ago
9
Closing prepared statement after error in nested transaction prevents transaction rollback in v0.1.6
#49
ahobson
closed
1 year ago
9
fix: update context handling in *Context db methods to stop context pollution
#48
jsteenb2
closed
1 year ago
0
Add support for ScanType in ColumnType.
#47
ghost
closed
2 years ago
1
Test removal of realConn
#46
samsondav
closed
1 year ago
1
Fixing data race in between Open() and c.Close()
#45
xuwei0455
closed
3 years ago
2
DATA RACE in concurrent testing
#44
xuwei0455
closed
3 years ago
1
Occasional sql: transaction has already been committed or rolled back errors
#43
samsondav
closed
1 year ago
10
Is there any way to support intended rollback?
#42
Martin91
closed
7 months ago
3
Add support for the driver.Connector interface.
#41
flimzy
closed
12 months ago
12
Consider supporting the sql.Connector interface
#40
flimzy
closed
12 months ago
2
If Rollback fails, txdb keeps a bad connection in the pool
#39
j16r
closed
3 years ago
2
Is it possible to run a transaction within txdb?
#38
qdm12
closed
3 years ago
11
implement driver.RowsColumnTypeDatabaseTypeName for txdb rows and rowSets
#37
d1m1ch
closed
4 years ago
2
Can´t get it to work with Gorm V2.
#36
brpaz
closed
4 years ago
4
txDriver.realConn is not closed.
#35
KoichiWada
closed
4 years ago
1
Support underlying NamedValueChecker implementation for Conn
#34
ikesyo
closed
4 years ago
2
test with gorm return error: Error 1146: Table '*.users' doesn't exist
#33
tsunami42
closed
4 years ago
2
ALTER TABLE table_name AUTO_INCREMENT does not rollback inserted entry
#32
bhavyata9
closed
4 years ago
1
savepoint "tx_17" does not exist
#31
samsondav
closed
4 years ago
2
Context cancellation rolls transaction back (MySQL)
#30
ryantking
closed
4 years ago
2
txDriver.db is closed when last connection is closed
#29
sfllaw
closed
4 years ago
1
Suggestion: txdb.Close(name string) to close txdb.txDriver.db
#28
sfllaw
closed
4 years ago
4
Breaks go's sql driver semantics
#27
bouk
closed
5 years ago
4
DB CURRENT_TIMESTAMP is always the same
#26
ivanovaleksey
closed
5 years ago
6
postgres PrepareContext returns a nil `sql.Stmt` pointer
#25
tomatosource
closed
5 years ago
1
New release
#24
felipemfp
closed
5 years ago
1
Auto increment values does not reset completely
#23
qburst-ambareeshb
closed
5 years ago
1
pq: syntax error at or near "," while using txdb driver. works with plain sqlx
#22
msonawane
closed
5 years ago
7
Add ability to use transactions (powered by savepoints)
#21
felipemfp
closed
5 years ago
2
Next