Skip to content

Tags: arthurkushman/buildsqlx

Tags

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#54: Add RenameIndex method + tests (#109)

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#107: Fix shadowing by renaming constants in builder.go (#108)

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
* #104: Change Pluck/PluckMap to return slice/map of structs (#105)

Add common abstract method with EachToStruct processing data
Add more tests to cover errs

- Remove outdated Get method

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#102: Change Chunk method to accept struct and returning slice of tho…

…se structs (#103)

* #102: Change Chunk method to accept struct and returning slice of those structs
Add common abstract method with EachToStruct processing data
Add more tests to cover errs

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#100: Change First/Value/Find to accept structs (#101)

Fix column name misspelling if in upper-case (ID, URL etc)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#98: Change `InsertBatch` to accept slice of structs (#99)

#98: Change `InsertBatch` to accept slice of structs

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#96: Add ScanStruct and EachToStruct/Next to parse SQL-query results …

…into the structs, Change Insert/Update to accept structs with data (#97)

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#84: Fix transaction dependant behaviour (#95)

* #84: Fix transaction dependant behaviour

* #84: Add r.Txn object cleaning after txn commit + err report on Tx == nil

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#91: Change interface{} to any, version 1.17 -> 1.18 + test for TestN…

…ewConnectionFromDB (#92)

* #91: Change interface{} to any, version 1.17 -> 1.18 + test for TestNewConnectionFromDB

* #91: Change go version to 1.18 in github Actions

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#87: Add NewConnectionFromDb constructor to pass *sql.DB handle (#90)