Skip to content

Tags: leporo/sqlf

Tags

v1.4.0

Toggle v1.4.0's commit message
Add the NewRow method to build batch insert statements

* Add NewRow method
* Update the examples in readme.md

Fixes #10
Fixes #7

v1.3.0

Toggle v1.3.0's commit message
Update readme

v1.2.3

Toggle v1.2.3's commit message
Fix the nested structure binding

v1.2.2

Toggle v1.2.2's commit message
Support binding of anonymous struct members

v1.2.1

Toggle v1.2.1's commit message
Fix the structure binding

v1.2.0

Toggle v1.2.0's commit message
Add Bind method

v1.1.1

Toggle v1.1.1's commit message
Make subsequent Limit calls override the initial limit

v1.1.0

Toggle v1.1.0's commit message
Add Union method

v1.0.0

Toggle v1.0.0's commit message
Add Join, LeftJoin, RightJoin and FullJoin