Commit graph

89 commits

Author SHA1 Message Date
David Sargeant
90bdc5d1d9 Separated out vector and list. Use vector for 'as' and list for function calls. Default behavior for select, join, where, group, order-by, having, etc. is to append rather than replace. 2014-02-10 21:19:30 -05:00
Justin Kramer
88bc556578 0.4.3 2013-12-13 12:32:31 -05:00
Justin Kramer
c8fbc16ec3 option for format to return names of params (with more dynamic vars - boo) 2013-12-13 12:32:08 -05:00
Justin Kramer
5aa351ab48 Merge pull request #9 from doffltmiw/master
add support for insert, update and delete queries
2013-12-13 08:23:00 -08:00
alice
e7fefe86a6 add columns, merge-columns and query-values clauses 2013-12-12 11:35:38 +09:00
Justin Kramer
79553697ef Merge pull request #8 from grammati/oracle
Oracle support.
2013-09-06 15:36:27 -07:00
Chris Perkins
a4e9f0ff46 Oracle support.
Omit AS in JOIN, FROM, etc. because Oracle does not support it.
2013-09-06 16:29:41 -06:00
alice
806b9bafd6 fix values clause to take multiple sets of values 2013-09-07 01:19:13 +09:00
alice
6f2ef8f6c3 add support for insert, update and delete queries 2013-09-06 23:18:05 +09:00
Justin Kramer
730706fca8 0.4.2 2013-08-08 09:04:19 -04:00
Justin Kramer
03fe1650ee improve identifier quoting 2013-08-07 21:56:31 -04:00
Justin Kramer
9d46b48366 special case identifier quoting for * 2013-08-07 18:22:44 -04:00
Justin Kramer
3b07644b8a 0.4.2-SNAPSHOT 2013-08-07 18:22:24 -04:00
Justin Kramer
bdfd34a35c 0.4.1 2013-08-07 14:34:40 -04:00
Justin Kramer
cff7abad1f accept explicit parameters in quote-identifiers 2013-08-07 10:30:15 -04:00
Justin Kramer
35fbbabffa 0.5.0-SNAPSHOT 2013-08-07 10:29:34 -04:00
Justin Kramer
b1413128f3 0.4.0 2013-08-06 16:37:37 -04:00
Justin Kramer
ed5dab3d4f readme tweak 2013-08-06 16:36:56 -04:00
Justin Kramer
2b22ca3eb1 fix readme 2013-08-06 16:32:07 -04:00
Justin Kramer
7d4cc64ecb :distinct-on helper fn; fixes #1 2013-08-06 16:29:26 -04:00
Justin Kramer
23659e94bc mention that :ansi quoting is for postgres 2013-08-06 16:17:05 -04:00
Justin Kramer
74669d62b5 quote aliases better 2013-08-06 15:23:37 -04:00
Justin Kramer
b3da410e38 identifier quoting 2013-08-06 15:08:09 -04:00
Justin Kramer
4590b93df5 keyword syntax for bindable param 2013-08-06 14:27:56 -04:00
Justin Kramer
e768e3c1d1 fix test 2013-08-06 14:14:40 -04:00
Justin Kramer
96ddbc18f4 keyword syntax for sql calls 2013-08-06 14:06:00 -04:00
Justin Kramer
f9f2087163 bump clojure version 2013-08-06 14:06:00 -04:00
Justin Kramer
c405bda740 Merge pull request #4 from djpowell/master
Preserve case of function calls
2013-08-06 10:54:08 -07:00
David Powell
90f3088c24 Don't upper case function calls
To allow for case-sensitive function names
2013-04-12 19:11:33 +02:00
Justin Kramer
f13eeacff8 0.4.0-SNAPSHOT 2012-12-24 16:16:16 -05:00
Justin Kramer
f379e02273 0.3.0 2012-12-24 16:16:02 -05:00
Justin Kramer
28ca0add97 count-distinct fn handler 2012-12-03 12:39:06 -05:00
Justin Kramer
49f723a4bf why 2012-12-03 12:38:48 -05:00
Justin Kramer
f503b42b0d 0.3.0-SNAPSHOT 2012-11-01 13:58:38 -04:00
Justin Kramer
1258880235 cut 0.2.0 release 2012-11-01 13:58:16 -04:00
Justin Kramer
d1ca59173e readme: pull request note 2012-10-22 10:20:26 -04:00
Justin Kramer
76d6ccbcdb :left-join & :right-join clauses; simplifies :join syntax 2012-10-19 12:41:26 -04:00
Justin Kramer
bea39e3527 reset *fn-context?* for subqueries 2012-10-18 22:00:07 -04:00
Justin Kramer
7771a386ea prevent nil modifiers 2012-08-26 12:14:13 -04:00
Justin Kramer
33ba71ddaa regex alias 2012-08-26 12:14:07 -04:00
Justin Kramer
76d0a182e7 0.1.2-SNAPSHOT 2012-08-24 23:11:18 -04:00
Justin Kramer
d489005fcd release 0.1.1 2012-08-24 23:09:50 -04:00
Justin Kramer
b717070bbc qualifier and param examples 2012-08-24 23:06:24 -04:00
Justin Kramer
e0c190b50e data reader & test for param 2012-08-24 22:47:54 -04:00
Justin Kramer
51d0d220a0 param type, input-parameters arg for format, more docs 2012-08-24 22:40:50 -04:00
Justin Kramer
cb99df7c36 qualify, docs 2012-08-24 21:53:54 -04:00
Justin Kramer
92feca7eec readme tweak 2012-08-24 21:40:48 -04:00
Justin Kramer
c466a8cd8f 0.1.1-SNAPSHOT 2012-08-24 21:40:35 -04:00
Justin Kramer
4b8c73d5ff 0.1.0 release 2012-08-24 18:49:52 -04:00
Justin Kramer
a4a4d271ad one more readme update 2012-08-24 18:37:03 -04:00