Sign in
chromium
/
external
/
github.com
/
Masterminds
/
squirrel
/
HEAD
1ded578
Nit: Fix InsertBuilder .Into() argument name (#375)
by Vojtech Vitek (golang.cz)
· 1 year, 9 months ago
master
d8eb51b
[Masterminds#82] Added FROM clause to update builder (#256)
by Manuel Laflamme
· 2 years, 8 months ago
v1.5.4
e1c3903
Change to get GitHub to recognize the license (#339)
by Mike Schinkel
· 3 years, 1 month ago
49f2683
feat: add remove select builder columns method (#331)
by Patric Pippi
· 3 years, 2 months ago
9b18b54
#316 JoinClause with subquery produces wrong dollar parameter placeholders (#317)
by Igor Lazarev
· 3 years, 6 months ago
v1.5.3
75b018d
Typo in comment (#304)
by Ivor Scott Cummings
· 3 years, 10 months ago
def598c
#301 Conjunction produces wrong dollar parameter placeholders (#302)
by Igor Lazarev
· 4 years ago
v1.5.2
84ae2bc
Fix Select subquery with DollarPlaceholder (#298)
by Lann
· 4 years, 1 month ago
v1.5.1
cd1fe0a
Add missing MustSql methods (#288)
by swithek
· 4 years, 5 months ago
2499a26
doc: fix deprecated usage of NewStmtCache (#274)
by Yongzheng Lai
· 4 years, 10 months ago
0f561c2
Update README.md
by Lann
· 5 years ago
d1a9a0e
Added paren for select statement in set clause (#263)
by Valentin Chashchin
· 5 years ago
v1.5.0
34e532c
added missing space in expected query string (#262)
by Luis Ángel Méndez Gort
· 5 years ago
a139aa5
add INNER JOIN & CROSS JOIN (#259)
by Tobias Salzmann
· 5 years ago
ae9fddd
Add StatementBuilder.Where method
by Lann Martin
· 6 years ago
v1.4.0
ddedf15
Fix ExampleSelectBuilder_FromSelect output
by Lann Martin
· 6 years ago
3c944b9
Update documentation and examples for some SelectBuilder methods and Eq (#242)
by Nathan Bosscher
· 6 years ago
v1.3.0
31b423b
Add forgotten ctx methods for DeleteBuilder (#246)
by Pierre Fenoll
· 6 years ago
8186d41
MS SQL Server compatible placeholders (#244)
by Pavel Patrin
· 6 years ago
b5499f5
Have Expr() return an exported type (#240)
by Pierre Fenoll
· 6 years ago
18f4748
Merge pull request #230 from stephanmiehe/patch-1
by Lann
· 6 years ago
d965746
Update README.md
by Stephan Miehe
· 6 years ago
59c11a6
Update README.md
by Lann
· 6 years ago
v1.2.0
f867448
Merge pull request #219 from slnt/slnt/query-rower
by Lann
· 6 years ago
a9f8687
Expand Sqlizer arguments in Expr
by Chris Bandy
· 6 years ago
merge-197
a0c3234
Merge pull request #220 from slnt/slnt/suffix-expr
by Lann
· 6 years ago
83644f2
prioritize db with context over non-context db
by Simon Lantinga
· 6 years ago
ea288d8
add PrefixExpr and SuffixExpr methods to all builders
by Simon Lantinga
· 6 years ago
5d1d880
add methods to wrap standard sql runners for use with QueryRowWith methods
by Simon Lantinga
· 6 years ago
6877020
add support for standard sql runners with no *Context methods
by Simon Lantinga
· 6 years ago
7fcba63
Merge pull request #215 from Masterminds/move-integration-tests-module
by Lann
· 6 years ago
eb15de2
Move integration tests to their own module
by Lann Martin
· 6 years ago
move-integration-tests-module
6073f8e
Add ILike / NotILike methods
by Lann Martin
· 6 years ago
dde2d7b
Fix RunWith taking a BaseRunner
by Lann Martin
· 6 years ago
fix-runwith-baserunner
bb2d02d
Merge pull request #207 from Masterminds/update-travis-go-versions
by Lann
· 6 years ago
cb9518c
Bump Travis-tested Go versions
by Lann
· 6 years ago
update-travis-go-versions
12f2162
Add ConcatExpr function
by Lann Martin
· 6 years ago
b924fed
Add Replace statement builder
by Lann Martin
· 6 years ago
903dc39
Merge pull request #202 from washingt0/patch-1
by Lann
· 6 years ago
ad36dbb
Update README.md
by Washington Santos
· 6 years ago
dba8ca9
Merge pull request #200 from thmsweaver/debugger-bug-issue-116
by Lann
· 6 years ago
811fac1
placeholder.go: implement changes requested
by Thomas Weaver
· 6 years ago
d81de9c
squirrel.DebugSqlizer: debug based on PlaceholderHolder (if present)
by Thomas Weaver
· 6 years ago
0f6e362
Merge pull request #192 from elvizlai/master
by Lann
· 6 years ago
a30ee16
feat: update case support
by elvizlai
· 6 years ago
d13326f
Remove references to v1 branch
by Lann Martin
· 6 years ago
b4b75d1
Merge pull request #188 from efarrer/v1
by Lann
· 7 years ago
v1
ab81990
Merge pull request #189 from Masterminds/fix-183
by Lann
· 7 years ago
8ff7435
Prevent misnumbered parameters in nested selects
by Lann Martin
· 7 years ago
fix-183
c8a93b5
Update tested Go version list
by Lann Martin
· 7 years ago
d2d51ba
Reduce memory allocations
by Evan Farrer
· 7 years ago
55303df
Merge pull request #181 from turboezh/remove_offset
by Lann
· 7 years ago
84874ec
SelectBuilder.RemoveOffset method added.
by Alexander Zhuravlev
· 7 years ago
d67d6a2
Merge pull request #179 from GeorgeMac/gm/stmt-cache-close
by Lann
· 7 years ago
a8deb07
Revert rename of NewStmtCacherProxy to NewStmtCacheProxy
by George MacRorie
· 7 years ago
e1ddf59
Rename StmtCacher to StmtCache and deprecate NewStmtCacher
by George MacRorie
· 7 years ago
67ef988
Export stmtCacher type to StmtCacher and remove Clearer interface
by George MacRorie
· 7 years ago
aac0aff
Don't short circuit when Stmt.Close() returns err != nil
by George MacRorie
· 7 years ago
d383bb5
Merge pull request #178 from xdefrag/v1
by Lann
· 7 years ago
ca0bb72
Change stmtCache.Close to stmtCache.Clear to distinguish it from Close
by George MacRorie
· 7 years ago
d921c53
Add OrderByClause to SelectBuilder
by Stanislav Karkavin
· 7 years ago
f3428bf
Don't attempt to close nil *sql.Stmt in stmtCacher.Close
by George MacRorie
· 7 years ago
4eaefe3
Update DBProxyContext to also implement io.Closer
by George MacRorie
· 7 years ago
b80e089
Add ability to close statement cache
by George MacRorie
· 7 years ago
fa735ea
Merge pull request #173 from sagikazarmark/patch-1
by Lann
· 7 years ago
v1.1
v1.1.0
3a4c913
Fix structable link
by Márk Sági-Kazár
· 7 years ago
b56af23
Merge pull request #172 from thedevsaddam/v1
by Lann
· 7 years ago
ca085d9
Fix linting issues
by Saddam H
· 7 years ago
b9ecec6
Add go-module support
by Saddam H
· 7 years ago
a8c1880
Merge pull request #169 from thedevsaddam/v1
by Lann
· 7 years ago
bcc5b6e
Add go 1.11.x version
by Saddam H
· 7 years ago
e5bf00f
Merge pull request #156 from sivagollapalli/issue_126
by Lann
· 7 years ago
7bc4624
Merge pull request #160 from sivagollapalli/issue_60
by Lann
· 7 years ago
3f01f3b
Modified RemoveLimit() func
by sivagollapalli
· 7 years ago
83fd051
Merge branch 'v1' of github.com:Masterminds/squirrel into issue_126
by sivagollapalli
· 7 years ago
225994c
Removed unnecessary returns
by sivagollapalli
· 7 years ago
d2376a5
Merge pull request #166 from sivagollapalli/issue_158
by Lann
· 7 years ago
441c9b6
Added query to delete builder
by sivagollapalli
· 7 years ago
407c0f9
Fix Context methods with stdsqlRunner (#165)
by Lann
· 7 years ago
77beef6
Renamed test case statement
by sivagollapalli
· 7 years ago
fb8fe80
Added remove limit function
by sivagollapalli
· 7 years ago
12f1d5a
Merge pull request #154 from james-lawrence/james-lawrence-patch-1
by Lann
· 7 years ago
022e740
Merge pull request #159 from lzakharov/fix-select-where-clause
by Lann
· 7 years ago
f0b0ae0
[#60] Added limit all method
by sivagollapalli
· 7 years ago
dbd05b8
Ignore WHERE if nil or "" passed
by Lev Zakharov
· 7 years ago
74d3dc5
Add tests for issue #150
by Lev Zakharov
· 7 years ago
c171c51
Merge branch 'v1' of github.com:Masterminds/squirrel into issue_126
by sivagollapalli
· 7 years ago
1a96735
Added mustsql functionality to select builder
by sivagollapalli
· 7 years ago
9fad446
improve setRunWith to be more accepting.
by James
· 7 years ago
3ba160b
Merge pull request #155 from sivagollapalli/issue_56
by Lann
· 7 years ago
654a8fa
Added test for issue#56
by sivagollapalli
· 7 years ago
d358e58
Merge pull request #153 from euskadi31/master
by Lann
· 7 years ago
37345bb
allow alternative TX/DB wrappers
by James
· 7 years ago
1e4b609
Enforce order of columns and values when using SetMap on Inserts
by Axel Etcheverry
· 7 years ago
79d7b37
Merge pull request #152 from disc/golint-fixes
by Lann
· 7 years ago
8331c46
Fixed some golint notices
by disc
· 7 years ago
aea0ac0
Merge pull request #123 from limoli/v1
by Lann
· 7 years ago
d6fdf8c
Rename new methods Like and NotLike
by Andrea Limoli
· 7 years ago
847f4ce
Merge branch 'v1' into v1
by Andrea Limoli
· 7 years ago
3b6e9e9
Merge pull request #147 from Marchowes/colonPlaceHolder
by Lann
· 7 years ago
Next »