Skip to content

Tags: zachvictor/sqlinsert

Tags

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.
Examples for Insert.SQL and Insert.Args (#11)

Co-authored-by: Zach Victor <[email protected]>

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.
Set go version in go.mod to min supported version - go 1.9 (#10)

Co-authored-by: Zach Victor <[email protected]>

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.
Set go version in go.mod to min supported version - go 1.9 (#10)

Co-authored-by: Zach Victor <[email protected]>

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.
1.0.1 Remove pkg dir (#8)

* Eliminate pkg folder: unneeded; hides source on pkg.go.dev page tree.

* Eliminate pkg folder: unneeded; hides source on pkg.go.dev page tree. (2/2)

Co-authored-by: Zach Victor <[email protected]>

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.
1.0.0 multirow inserts, pointers, streamlined usage (#7)

* Use pkg directory for source code following convention

* Rename files for Insert to insert.go in preparation for MultiInsert

* Support for multi row insert

* Flesh out README

* Refinements to README

* README example is a function not a routine

* Refactor multirow insert handler for clarity. Put Insert-related interfaces in the same module.

* Multirow insert is stable. Unit tests for all variations: single and multi row; struct, struct-pointer, slice-of-struct, slice-of-struct-pointer.

* Refine README headers - what this is not, what this is

Co-authored-by: Zach Victor <[email protected]>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from zachvictor/beta

v0.1.2-beta Support Go 1.15+. Improve README and comments. Refactor for clarity, scope, lacunae.

v0.1.1-beta

Toggle v0.1.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from zachvictor/beta

v0.1.1-beta Rename module for GitHub hosting

v0.1.0-beta

Toggle v0.1.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from zachvictor/beta

v0.1.0-beta Expand README for beta release