Commit graph

99 commits

Author SHA1 Message Date
Sean Corfield
1137dd1235 Fix v1 build badges 2021-05-20 12:03:21 -07:00
Sean Corfield
323ef5c1e4 Update 1.x README/link to 2.x 2021-05-20 11:58:48 -07:00
Sean Corfield
31a613b84c
Add GiHub Actions CI badge 2021-05-11 18:31:35 -07:00
Sean Corfield
7761867852
Note RC of V2 2021-05-08 18:15:42 -07:00
Sean Corfield
97e8007068
Link to V2 2021-04-29 22:30:28 -07:00
Sean Corfield
9f2fe5e9d4 Fixes #299 by treating seqs in VALUES differently 2021-02-22 11:02:19 -08:00
Sean Corfield
e8196e266d
Add caveat about strings in parameterizer none 2020-12-15 10:16:38 -08:00
Yehonathan Sharvit
94765ca7db
Mention how to disable paremeterization 2020-12-15 14:21:07 +02:00
Sean Corfield
e6ca5c7d15 Adjust CircleCI links 2020-06-16 11:32:23 -07:00
Sean Corfield
1e45fdff28 Prep for 1.0.444 release 2020-05-29 16:10:16 -07:00
Sean Corfield
919ffb3c4b Add CI badge; update change log 2020-05-29 13:41:27 -07:00
Sean Corfield
8af9790cf0 Update links after repo transfer 2020-05-29 12:25:49 -07:00
scott-silver
6f6fd0aef5
Update README.md
typo
2020-05-07 08:28:44 -07:00
Sean Corfield
ac92047d5e Refer/link to next.jdbc as appropriate 2020-03-08 15:40:08 -07:00
Sean Corfield
1c4b36f6dc Removed CircleCI badge; refer to new readme tester
The CircleCI badge will come back once it is set up there.
2020-03-08 15:19:54 -07:00
Sean Corfield
6e68bb9122 Switch dev/test infrastructure from Leiningen to CLI/deps.edn 2020-03-08 15:17:18 -07: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
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
JC
3ca332f111
docs: section up Readme for permalinkability 2020-02-07 13:49:32 -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
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
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
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
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
b3dd0d1287 Clarify sset example with sql/call #227 2018-09-27 13:00:58 -07:00
Sean Corfield
61d8926a63 First cut for #219 2018-06-29 21:59:17 -07:00
Sean Corfield
ea76608c7c Merge branch 'delete' of https://github.com/MichaelBlume/honeysql into MichaelBlume-delete
Corrects `delete` to support multiple tables.
Adds tests.
Adds README examples.

# Conflicts:
#	src/honeysql/format.cljc
#	src/honeysql/helpers.clj
2018-06-26 18:24:01 -07:00
Sean Corfield
0c44eaa6e7 Fix #215 by adding select alias example 2018-06-25 13:00:42 -07:00
Sean Corfield
cc9b786602 Fix #213 by add raw/inline explanations to README 2018-06-25 12:30:48 -07:00
Daniel Compton
dfcaf1c8e9
Add Deps Versions dependency status 2017-12-18 21:35:48 +13:00
Colin Yates
b105b2f2e5 Added doc to use custom datatypes re: #177 (#179) 2017-08-26 11:39:04 -07:00
Vincent Storme
36239778ef Update copywrite year to current
... it's almost 2018
2017-08-26 11:27:03 -07:00
Michael Blume
a9dffec632 update jdbc example 2017-08-20 22:44:06 -07:00
Michael Blume
a707222d53 Run all code samples from README as tests
using `lein test-readme` alias
2017-07-19 10:28:51 -07:00
Michael Blume
e213364012 Update README to better reflect reality 2017-07-18 22:47:08 -07:00
Michael Blume
db32c8a654 match close parens in README 2017-05-20 21:47:05 -07:00
Michael Blume
2088a198e9 clarify in README that honeysql just generates sql
and has nothing to do with your db connection

Fix #148?
2017-05-20 21:45:20 -07:00
Richard Newman
29f3cd1099 Update README example to match #142. 2016-11-06 12:29:37 -08:00
Dave Della Costa
815389b58f add link to PostgreSQL extension lib, bump copyright year 2016-07-10 14:43:18 -04:00
Michael Blume
1e6902d17e fix lock example in readme 2016-05-07 11:09:09 -07:00
Jon Doane
93e66c90c4 Minor README typo. 2015-10-19 12:36:46 -07:00