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