Skip to content

Releases: ShiftLeftSecurity/gaum

Add Basic Support for `WITH` statement

01 May 14:43
e57152b
Compare
Choose a tag to compare

We now support WITH statement when crafting a SELECT

Add LogLevel to pq driver.

22 Aug 12:00
Compare
Choose a tag to compare
v0.1.15

Add LogLevel to pq driver

Add LogLevel

22 Aug 11:15
Compare
Choose a tag to compare
Add loglevel and fix tests

Added LogLevel to info so we can make pg/pgx shut up
Correct some tests that were not updated with the OrderBy change

Add PQ driver

06 Aug 22:00
Compare
Choose a tag to compare

Add pq driver to use instead of pgx for edge cases where pgx blows when connected to a load balanced db

Support more complex SELECT queries

01 Aug 03:42
Compare
Choose a tag to compare

Does not get confused when select contains non query portions (like DISTINCT ON (...))

Add optional timeout to queries and more

31 Jul 23:43
Compare
Choose a tag to compare
  • Add optional timeout to queries (@valarauca)
  • Add proper behavior for transactions when one starts a transaction on an already started transaction (@valarauca )
  • Remove a few leaps of faith regarding DB connection existence (@valarauca)
  • Rework some helpers to avoid situations where args were wrongly passed

Add Various Flavors of Join

26 Jul 17:46
Compare
Choose a tag to compare

Add Left, Right, Inner and Outer joins.

Add Raw query for slices and move errors pkg

23 Jul 22:19
Compare
Choose a tag to compare
  • There is now a Raw query that supports passing a slice of primitive/serializable types
  • Errors were promoted to package status.

Add UpdateMap

06 Jul 02:40
Compare
Choose a tag to compare
v0.1.8

Add current timestamp pg function const

Correct Errors in Update rendering

26 Jun 14:49
Compare
Choose a tag to compare

Update was rendering a set of parenthesis around SET assignments