Releases: olachat/gola
Releases · olachat/gola
v2.6.1
What's Changed
- fix bugs. by @yinloo-ola in #67
- fix errors overwritten bug
- fix rows.Err() not checked after iterating results bug
Full Changelog: v2.5.1...v2.6.1
v2.5.1
What's Changed
- refactor tx_engine by @yinloo-ola in #64
- note: txengine.StartTx in 2.5.0 is changed to txengine.RunTransaction
- added txengine.RunTransactionWithLock
Full Changelog: v2.5.0...v2.5.1
Additional simpler transaction support in txengine package
Merge pull request #63 from olachat/yinloo/tx-engine add more transaction support in txengine package
support table with column name 'count'
support table with column name 'count'
v2.4.0: Merge pull request #61 from olachat/yinloo/optimize-gen
- upgrade go to 1.20.14
- GenWithParser now generate code for tables concurrently
v2.3.2
What's Changed
- log and return error if dbConn.Close() fails by @yinloo-ola in #60
Full Changelog: v2.3.1...v2.3.2
fix connection not closed bug
v2.3.0
This release implements transaction with lock using the MySQL get_lock and release_lock mechanism.
NOTE: *TxProvider.TxWithOpts method signature is changed.
Add helpers
- Add params helper
- Add ColumnVal type for coredb.Query
Use master DB for TX
Use master DB for TX