Michael Blume
f00855c30b
Merge pull request #130 from rnewman/rnewman/rebase
...
ClojureScript support (fixes #117 )
2016-08-04 19:55:14 -07:00
Dave Della Costa
d5a0784e16
Merge pull request #133 from ddellacosta/master
...
Add link to nilenso's PostgreSQL extension lib
2016-07-20 16:39:51 -04:00
Richard Newman
f9546af9ca
Make defhelper work.
2016-07-18 14:13:10 -07:00
Richard Newman
ec03b7c06f
ClojureScript doesn't have IRecord, but we should be using record? anyway.
2016-07-18 14:12:01 -07:00
Richard Newman
0539e33d9a
Get tests running with 'lein doo'.
2016-07-18 14:12:01 -07:00
Richard Newman
496f315e86
Use modern cljsbuild.
2016-07-18 14:12:01 -07:00
Mike Blume
7c8cdf241d
MichaelBlume's first pass at ClojureScript support.
2016-07-18 14:12:01 -07:00
Mike Blume
5603e9df9f
Add ClojureScript build, move files to cljc.
...
ClojureScript build fails.
2016-07-18 14:10:52 -07:00
Richard Newman
791116702c
Ignore Vim hidden files.
2016-07-18 14:10:51 -07:00
Dave Della Costa
f23d687423
Merge pull request #124 from MichaelBlume/fix-arglists
...
fix arglist metadata
2016-07-12 10:00:36 -06:00
Dave Della Costa
815389b58f
add link to PostgreSQL extension lib, bump copyright year
2016-07-10 14:43:18 -04:00
Jon Doane
5b197f9756
Solve an issue where namespaced keywords and symbols where only taking the name portion of the identifier.
...
- This now checks if there is a namespace and prepends it to the name if it exists.
2016-07-09 10:37:33 -04:00
Michael Blume
634cad74cb
Begin 0.7.1 development cycle.
2016-06-07 16:59:13 -07:00
Michael Blume
39482d49c2
Cut 0.7.0 release.
2016-06-07 16:58:56 -07:00
Michael Blume
93b62586ce
Update changelog.
2016-06-07 16:58:08 -07:00
Michael Blume
3265e4e14d
fix arglist metadata
2016-05-21 13:26:18 -07:00
Michael Blume
8c0e88db43
Merge pull request #122 from akhudek/master
...
Treat numbers as paramterized values to fix issues with NaN, Infinity…
2016-05-19 16:04:44 -07:00
Alexander Hudek
7397b3a48f
Update tests for parameterized numbers.
2016-05-18 17:21:51 -04:00
Alexander K. Hudek
3ec65bd198
Treat numbers as paramterized values to fix issues with NaN, Infinity, and -Infinity.
2016-05-17 14:37:39 -04:00
Michael Blume
6bb6c2eaac
Merge pull request #120 from MichaelBlume/fix-lock-example
...
fix lock example in readme
2016-05-07 11:14:11 -07:00
Michael Blume
1e6902d17e
fix lock example in readme
2016-05-07 11:09:09 -07:00
Michael Blume
43df955a86
Merge pull request #111 from stuarth/master
...
allow joins without a pred
2016-03-30 23:10:18 -07:00
Michael Blume
d9567e64e0
Merge pull request #110 from csummers/master
...
escape quote characters in quoted identifiers
2016-03-12 17:33:09 -08:00
Dave Della Costa
0662a00722
Merge pull request #103 from jakemcc/add-intersect
...
add intersect support
2016-03-02 12:37:17 -05:00
Stuart Hinson
80e9d2ec44
allow joins without a pred
2016-03-01 09:39:21 -05:00
Curtis Summers
47cefd0371
escape quote characters in quoted identifiers
2016-02-24 06:45:49 -06:00
Michael Blume
a25ce4db5d
upgrade Clojure dependency
2016-02-09 14:59:00 -08:00
Michael Blume
971e542b29
Begin 0.6.4 development cycle
2016-02-09 14:56:22 -08:00
Michael Blume
c4278f2370
Cut 0.6.3 release.
2016-02-09 14:54:51 -08:00
Michael Blume
61cd800aa2
Merge pull request #108 from MichaelBlume/maps-records
...
prevent records from being treated as maps
2016-02-09 14:50:33 -08:00
Michael Blume
06c97376ef
prevent records from being treated as maps
...
Thanks to @djwhitt and @blinsay for reporting and for providing
test cases.
Fixes #106
2016-02-09 14:09:22 -08:00
Michael Blume
f8a2eedf45
demonstrate incorrect raw/call behavior
2016-02-09 14:07:51 -08:00
Jake McCrary
8fa44d22b3
add INTERSECT support
2015-11-29 17:49:45 -06:00
Jon Doane
93e66c90c4
Minor README typo.
2015-10-19 12:36:46 -07:00
Michael Blume
d164d53a35
Begin 0.6.3 development cycle
2015-10-19 12:36:23 -07:00
Michael Blume
83624a85ca
Cut 0.6.2 release.
2015-10-19 12:31:57 -07:00
Michael Blume
0c9474a833
update CHANGES
2015-10-19 12:31:34 -07:00
Jon Doane
62947623c9
Updated README with examples of dashed names.
2015-10-19 12:30:33 -07:00
Michael Blume
607ee17cca
Merge pull request #95 from emidln/emidln/with_column_names
...
Support column names in :with clauses
2015-10-18 11:07:03 -07:00
Michael Blume
d1eb29b28f
Merge pull request #93 from jrdoane/master
...
Added support for preserving dashes in quoted names.
2015-10-13 23:36:08 -07:00
Brandon Adams
10a1565467
Support column names in :with clauses
...
This binds `honeysql.format/*subquery?*` to `false` which turns
on processing of a cte-name like `[:foo {:columns [:a :b :c]}]`
resulting in a string like `WITH foo (a, b, c)`.
2015-10-12 15:13:16 -05:00
Jon Doane
4b1f26632e
Add a "huh" on the allow-dashed-names option on honeysql.format/format.
2015-10-11 12:14:47 -04:00
Jon Doane
f38668edc6
Added one more assertion to test dashed names that are split by periods.
2015-10-11 11:38:50 -04:00
Jon Doane
7e78b10ae4
Added simple test to check for preserved dashes when the var is bound to true.
2015-10-11 11:29:55 -04:00
Jon Doane
1f6e9151fd
Updated default for allowing dashes.
2015-10-11 11:03:03 -04:00
Jon Doane
95e208485a
Added support for preserving dashes in quoted names.o
2015-10-11 10:47:14 -04:00
Dave Della Costa
ee2b778d52
Merge pull request #89 from dball/document-unions
...
Document the correct use of the :union clause
2015-08-26 11:22:58 +09:00
Donald Ball
ec2cd1cd29
Document the correct use of the :union clause
...
My co-workers and I naively expected to include the :union in the
primary query, not as a container. This is a good representation, but
merits explanation.
2015-08-25 11:25:05 -04:00
Dave Della Costa
19b629cb30
Merge pull request #88 from ddellacosta/master
...
adds tests for :union and :union-all
2015-08-26 00:14:11 +09:00
Dave Della Costa
2123c01fb5
adds tests for :union and :union-all
2015-08-26 00:11:29 +09:00