Releases: ShiftLeftSecurity/gaum
Releases · ShiftLeftSecurity/gaum
Add Basic Support for `WITH` statement
We now support WITH
statement when crafting a SELECT
Add LogLevel to pq driver.
v0.1.15 Add LogLevel to pq driver
Add LogLevel
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
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
Does not get confused when select contains non query portions (like DISTINCT ON (...)
)
Add optional timeout to queries and more
- 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
Add Left, Right, Inner and Outer joins.
Add Raw query for slices and move errors pkg
- There is now a Raw query that supports passing a slice of primitive/serializable types
- Errors were promoted to package status.
Add UpdateMap
v0.1.8 Add current timestamp pg function const
Correct Errors in Update rendering
Update was rendering a set of parenthesis around SET
assignments