Skip to content

Releases: olachat/gola

v2.6.1

13 Dec 11:49
2b5b84b
Compare
Choose a tag to compare

What's Changed

  1. fix errors overwritten bug
  2. fix rows.Err() not checked after iterating results bug

Full Changelog: v2.5.1...v2.6.1

v2.5.1

26 Nov 02:31
d77b375
Compare
Choose a tag to compare

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

25 Nov 02:31
927feed
Compare
Choose a tag to compare
Merge pull request #63 from olachat/yinloo/tx-engine

add more transaction support in txengine package

support table with column name 'count'

19 Nov 05:01
9bb6508
Compare
Choose a tag to compare

support table with column name 'count'

v2.4.0: Merge pull request #61 from olachat/yinloo/optimize-gen

28 Aug 06:17
ccb7d11
Compare
Choose a tag to compare
  • upgrade go to 1.20.14
  • GenWithParser now generate code for tables concurrently

v2.3.2

13 Mar 08:06
16391ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

fix connection not closed bug

13 Mar 07:55
e44a3a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

01 Mar 08:37
05ee64c
Compare
Choose a tag to compare

This release implements transaction with lock using the MySQL get_lock and release_lock mechanism.
NOTE: *TxProvider.TxWithOpts method signature is changed.

Add helpers

02 Feb 08:03
3902eab
Compare
Choose a tag to compare
  1. Add params helper
  2. Add ColumnVal type for coredb.Query

Use master DB for TX

02 Jan 08:12
976b426
Compare
Choose a tag to compare

Use master DB for TX