Skip to content

Tags: roneli/goqux

Tags

v0.2.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
move options after set (#20)

v0.2.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Keyset order by default (#19)

* fix order keyset

v0.2.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add update via map (#18)

v0.2.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Add With Inner Join Selection

Enables to easily re-use existing structs for doing join queries

v0.2.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Valuer Interface parsing

v0.2.9

Fixes a bug in omitempty

v0.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Add With Insert Not Prepared as option to enforce query with…

…out external arguments (#13)

* * add With Not Prepend as option to enforce query without external arguments

* * fix typo

v0.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Support omit empty on dbtag (#12)

* Feature: Support omit empty on dbtag

* lint

v0.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: Support db tag on insert and update (#11)

v0.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature: Testing | Add boolean to enable mocking paginators for tests (

…#9)

* * add boolean to pageIterator to define stop conditions for testing purposes
* add comment to explain new boolean behavior
* fix docker-compose formatting for testing

* * add stop on pagination capability test

* * update golangci lint version