Sean Corfield
97868812c1
Prepare to switch from lein to CLI/deps.edn
...
This starts the cleanup of the project so I can use cljs-test-runner via
the CLI. The next big cleanup will be removing macrovich.
2020-03-06 15:11:44 -08:00
Sean Corfield
8784a104fb
Fixes #253 properly; logs #254 and #255 in CHANGES
2020-03-06 09:42:51 -08:00
Sean Corfield
7f0af8e4f0
Merge pull request #255 from tcoakley1/add-support-for-except
...
Adds support for except set operation #254
2020-03-06 09:38:34 -08:00
Ted Coakley
e7dce6b347
Adds support for except set operation #254
2020-03-06 17:34:06 +00:00
Sean Corfield
5bc1fafddd
Switch to seancorfield/readme for deps.edn run
2020-03-02 23:20:08 -08:00
Sean Corfield
9fb3d42660
Release 0.9.9 fixes #253
2020-03-02 16:01:14 -08:00
Sean Corfield
ed20b39056
Merge branch 'master' of github.com:jkk/honeysql
2020-02-12 12:10:42 -08:00
Sean Corfield
d7e5e3f050
Group (by) example now has more than one column
2020-02-12 12:10:24 -08:00
Sean Corfield
d34f83cb75
Merge pull request #252 from dijonkitchen/patch-1
...
docs: section up Readme for permalinkability
2020-02-07 16:04:41 -08:00
JC
3ca332f111
docs: section up Readme for permalinkability
2020-02-07 13:49:32 -08:00
Sean Corfield
f315eff8dc
Merge pull request #251 from dijonkitchen/patch-1
...
docs: clarify SQL `AND`
2020-02-07 10:32:38 -08:00
JC
5441cb5488
docs: clarify SQL AND
2020-02-07 10:31:57 -08:00
Sean Corfield
370ff4f45d
Add PostGIS example
...
A lot of people ask about this so having it in the README should help
head off those questions!
2019-10-19 12:12:23 -07:00
Sean Corfield
a732815b37
Fixes #249 by adding :namespace-as-table? option for 0.9.8
2019-09-07 23:42:38 -07:00
Sean Corfield
bf33e4803f
Minor dependency bumps
2019-09-07 23:41:45 -07:00
Sean Corfield
dd93776628
Tweak change log
2019-09-07 16:02:35 -07:00
Sean Corfield
10227bdd67
Prep for 0.9.7 release
2019-09-07 16:00:34 -07:00
Sean Corfield
e7f2343ae7
Tweak argument names
2019-09-07 15:58:48 -07:00
Sean Corfield
bb73dcbda7
Fixes #162 by adding composite/:composite
...
Relies on paren-wrapping within subqueries which is the context for
values.
2019-09-07 15:56:06 -07:00
Sean Corfield
f17a6f5582
Fixes #247 by reverting #132 / #131
...
Adds `*allow-namespaced-names?*` Var and `:allow-namespaced-names?`
option so the previous behavior can still be used.
2019-09-07 15:18:10 -07:00
Sean Corfield
c573f3bd9c
Fixes #235 by adding two different SET priority variants
...
This allows the behavior change in #200 to be worked around.
2019-09-07 14:55:06 -07:00
Sean Corfield
4ca74f2b0d
Fixes #139 by checking columns arguments
2019-09-07 14:02:04 -07:00
Sean Corfield
7831ebed38
Fixes #128 by adding :truncate / truncate
2019-09-07 13:24:46 -07:00
Sean Corfield
4fbf69e59e
Fixes #99 by clarifying column names in the readme
2019-09-07 13:14:36 -07:00
Sean Corfield
94601ee5ae
Fixes #248 by changing how aliases are rendered
...
In theory, the only change here will be to stop the paren-wrapping in
generation of alias SQL -- but I think that treating alias/columns pairs
like this (as a nested alias) is very suspicious anyway so that probably
ought to be fixed "properly" at some point.
2019-09-05 16:38:20 -07:00
Sean Corfield
f594235444
Prep for 0.9.6 release
2019-08-24 11:58:14 -07:00
Sean Corfield
8bf68d1d10
Another run at fixing #246
2019-08-21 21:59:39 -07:00
Sean Corfield
a31426da6b
Fixes #246
...
Also fixes reflection warning introduced in #237 .
2019-08-21 16:03:21 -07:00
Sean Corfield
82f86ff9be
Prep for 0.9.5 release
2019-08-07 11:07:58 -07:00
Sean Corfield
be203e9086
Update Clojure to 1.10 for use with REBL
2019-04-06 20:31:32 -07:00
Sean Corfield
509df19702
Fix #242 by turning modifiers into a multimethod
2019-04-06 20:30:16 -07:00
Sean Corfield
05cc39a41c
Revert #240 but keep the dependency updates
2019-04-02 11:25:15 -07:00
Sean Corfield
d10166c0ed
Fix #240 by extending keyword call syntax
...
Also updates dev/test dependencies.
2019-03-27 10:51:26 -07:00
Sean Corfield
29aa1670e5
Expand Extensibility section
...
Add `register-clause!`. Add note about standard (ANSI) vs. non-standard
SQL extensions.
2019-03-25 14:40:00 -07:00
Sean Corfield
cd5824a126
Narrow the Zulip chat URL
...
Link directly to the stream.
2019-02-11 14:36:53 -08:00
Sean Corfield
1ac3cb3a03
Merge pull request #238 from camsaul/bump-midje-dependency
...
Bump midje version so tests run w/ Java 11
2019-02-08 21:04:39 -08:00
Sean Corfield
83c307e03a
Merge pull request #237 from camsaul/fix-turkish
...
Fix query generation when user.language is Turkish
2019-02-08 21:03:10 -08:00
Cam Saul
bd076b193a
Fix query generation when user.language is Turkish
2019-02-08 20:02:31 -08:00
Cam Saul
29ec09ce03
Bump midje version so tests run w/ Java 11
2019-02-08 20:00:43 -08:00
Sean Corfield
b68e3c3f20
Document fix for format-predicate coming in 0.9.5
2019-01-07 15:01:01 -08:00
Sean Corfield
ecc85bc5be
Merge pull request #234 from glittershark/bind-parameterizer
...
bind *parameterizer* in format-predicate
2019-01-07 14:54:33 -08:00
Griffin Smith
8c2142cb34
bind *parameterizer* in format-predicate
...
format-predicate throws an NPE if *parameterizer* is not bound - this
mirrors the binding form of `format` to allow supplying that as an
option.
2019-01-07 17:19:52 -05:00
Sean Corfield
c0bdcc26b0
Merge pull request #233 from tlewin/master
...
Fix a typo in the Extensibility section
2018-12-30 18:31:43 -08:00
Thiago Lewin
97609cdb45
Fix a typo in the Extensibility section
...
The current version doesn't work and returns a non-obvious error message:
```
interface honeysql.format.ToSql is not a protocol
```
2018-12-31 00:38:17 +01:00
Sean Corfield
ceac686fd2
Link to Zulip
2018-11-21 14:43:16 -08:00
Sean Corfield
8e3b0073f7
Update version in project.clj
2018-10-01 14:58:06 -07:00
Sean Corfield
2ed4199308
Prep for 0.9.4 release
2018-10-01 14:57:06 -07:00
Sean Corfield
325f0e1ff2
Merge pull request #231 from gws/as-should-not-split-and-quote
...
The "AS" alias is no longer split before quoting
2018-10-01 08:52:45 -07:00
Gordon Stratton
5faae8790f
The "AS" alias is no longer split before quoting
...
Fixes #216
2018-10-01 15:19:03 +00:00
Sean Corfield
c190acf282
Merge branch 'master' of github.com:jkk/honeysql
2018-09-27 13:01:22 -07:00