Commit graph

  • 403fb33fc4 Support for RETURNING keyword Erik Price 2015-01-08 20:57:14 -0500
  • ed3fdfe985 Merge 25ba952a3e into 0c3f3d0403 Isaac Cambron 2015-01-07 01:07:57 +0000
  • 25ba952a3e support postgres-native parameters Isaac Cambron 2015-01-06 19:58:56 -0500
  • 7fc3b371b0 Support basic common table expressions. Alexander K. Hudek 2014-12-30 00:14:37 -0500
  • f8a5886124 Add full join Justin Dell 2014-11-05 15:04:21 -0600
  • 4af6f27070 Merge 90bdc5d1d9 into 0c3f3d0403 David Sargeant 2014-10-24 14:38:04 +0000
  • 6e3dc62993 Merge 7423e192af into 0c3f3d0403 Dave Della Costa 2014-10-22 20:41:33 +0000
  • 0c3f3d0403 Fix example of insert-into w/ nested query Howard M. Lewis Ship 2014-10-22 10:01:46 -0700
  • 2e68476016 Merge ff760e12de into 1157887edd fdhenard 2014-10-08 01:13:50 +0000
  • 1157887edd Merge pull request #21 from gfredericks/arglist-metadata Howard M. Lewis Ship 2014-10-07 18:12:50 -0700
  • 0aeb9990da Update README.md Howard M. Lewis Ship 2014-10-07 15:08:57 -0700
  • f9ec9001e0 Extend the examples for insert-into Howard M. Lewis Ship 2014-10-07 15:07:39 -0700
  • 68d8091f8a Add a file to track changes Howard M. Lewis Ship 2014-10-07 14:46:52 -0700
  • 6622c49b47 Merge pull request #22 from stathissideris/master Howard M. Lewis Ship 2014-10-07 14:43:19 -0700
  • 12190fe322 Merge pull request #24 from cloojure/patch-1 Howard M. Lewis Ship 2014-10-07 14:42:22 -0700
  • d953615727 Added OVER (PARTITION BY) clause Supports windowed aggregate functions as fields {:aggregate :%fn.field :over {:partition-by [:field]}} Niels van Klaveren 2014-08-19 11:11:09 +0200
  • b8888174e5 Added DELETE clause that takes a FROM clause Makes T-SQL join deletes possible Niels van Klaveren 2014-08-19 11:01:47 +0200
  • 5704b9c561 Merge 0ce17ccfcf into 88bc556578 Menthalion 2014-08-19 08:29:41 +0000
  • 0ce17ccfcf Fixed aggregate without having to first arguments, which broke SELECT field order independence and aliasing Niels van Klaveren 2014-08-19 10:29:28 +0200
  • 41095d18ce Seemingly more idiomatic use of aggregate clause by preventing aliasing in defhelper instead of by destructuring in formatter. Menthalion 2014-08-18 23:00:05 +0200
  • bdeb95d956 Added support for :aggregate and :over clauses Supports COUNT(*) OVER (PARTITION BY a ORDER BY b) clauses Niels van Klaveren 2014-08-18 17:11:53 +0200
  • 49538bfa10 Added separate :delete that can take a :from clause Supports MS SQL style join DELETE alias1 from table1 alias1 table2 alias2 Niels van Klaveren 2014-08-18 17:08:20 +0200
  • 1d648a1b54 Merge 084183ea94 into 88bc556578 Thomas Athorne 2014-08-04 14:32:08 +0000
  • 084183ea94 So that I can use this version. Thomas Athorne 2014-08-04 15:25:44 +0100
  • 53d5185173 Make 'format' ignore all keys in the map with 'nil' as their value. Thomas Athorne 2014-08-04 15:08:16 +0100
  • 753cff8374 Added .nrepl-port to gitignore. Thomas Athorne 2014-08-04 15:07:15 +0100
  • 54e77ec4c9 Update README.md Alan Thompson 2014-07-24 22:52:08 -0700
  • e283c1437e Better examples Stathis Sideris 2014-06-21 15:14:46 +0100
  • 3abe6a104f Updated readme to reflect the fact that insert, update, delete are already implemented. Stathis Sideris 2014-06-21 13:23:02 +0100
  • edd268ae7d Maintain the arglist metadata for helpers Gary Fredericks 2014-05-01 17:26:33 +0000
  • 7423e192af adds documentation for insert/update/delete in README.md, and adds a few tests for values Dave Della Costa 2014-03-08 17:32:17 +0900
  • 9c7f5017ae Merge 17b6af58ec into 88bc556578 Dave Della Costa 2014-03-08 08:25:17 +0000
  • 17b6af58ec adds another test for values helper format Dave Della Costa 2014-03-08 17:25:08 +0900
  • ab991b2dd8 Whoops, realized I had misunderstood intended format for insert-into's values helper. Reverts patch, updates README to suit. Dave Della Costa 2014-03-08 17:21:56 +0900
  • 73caa251b8 fixes formatting of insert/update/delete header, fixes version # in that section Dave Della Costa 2014-03-05 21:34:16 +0900
  • 290cc4cee0 Updates README with insert/update/delete examples. Dave Della Costa 2014-03-05 21:16:24 +0900
  • f489eda4d0 Fixes formatting for values, adds tests. Dave Della Costa 2014-03-05 21:16:05 +0900
  • 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. David Sargeant 2014-02-10 21:19:30 -0500
  • ff760e12de remove debugging Frank Henard 2014-01-28 14:25:43 -0600
  • d32d16e8e2 add select-top clause Frank Henard 2014-01-28 14:07:45 -0600
  • 88bc556578 0.4.3 0.4.3 Justin Kramer 2013-12-13 12:32:31 -0500
  • c8fbc16ec3 option for format to return names of params (with more dynamic vars - boo) Justin Kramer 2013-12-13 12:32:08 -0500
  • 5aa351ab48 Merge pull request #9 from doffltmiw/master Justin Kramer 2013-12-13 08:23:00 -0800
  • e7fefe86a6 add columns, merge-columns and query-values clauses alice 2013-12-12 11:35:38 +0900
  • 79553697ef Merge pull request #8 from grammati/oracle Justin Kramer 2013-09-06 15:36:27 -0700
  • 0f89296cf5 Merge a4e9f0ff46 into 730706fca8 Chris Perkins 2013-09-06 15:31:05 -0700
  • a4e9f0ff46 Oracle support. Chris Perkins 2013-09-06 16:29:41 -0600
  • 806b9bafd6 fix values clause to take multiple sets of values alice 2013-09-07 01:19:13 +0900
  • 6f2ef8f6c3 add support for insert, update and delete queries alice 2013-09-06 23:18:05 +0900
  • 730706fca8 0.4.2 Justin Kramer 2013-08-08 09:04:19 -0400
  • 03fe1650ee improve identifier quoting Justin Kramer 2013-08-07 21:56:31 -0400
  • 9d46b48366 special case identifier quoting for * Justin Kramer 2013-08-07 18:22:44 -0400
  • 3b07644b8a 0.4.2-SNAPSHOT Justin Kramer 2013-08-07 18:22:24 -0400
  • bdfd34a35c 0.4.1 Justin Kramer 2013-08-07 14:34:40 -0400
  • cff7abad1f accept explicit parameters in quote-identifiers Justin Kramer 2013-08-07 10:30:15 -0400
  • 35fbbabffa 0.5.0-SNAPSHOT Justin Kramer 2013-08-07 10:29:34 -0400
  • b1413128f3 0.4.0 Justin Kramer 2013-08-06 16:37:37 -0400
  • ed5dab3d4f readme tweak Justin Kramer 2013-08-06 16:36:56 -0400
  • 2b22ca3eb1 fix readme Justin Kramer 2013-08-06 16:32:07 -0400
  • 7d4cc64ecb :distinct-on helper fn; fixes #1 Justin Kramer 2013-08-06 16:29:09 -0400
  • 23659e94bc mention that :ansi quoting is for postgres Justin Kramer 2013-08-06 16:17:05 -0400
  • 74669d62b5 quote aliases better Justin Kramer 2013-08-06 15:23:37 -0400
  • b3da410e38 identifier quoting Justin Kramer 2013-08-06 15:08:09 -0400
  • 4590b93df5 keyword syntax for bindable param Justin Kramer 2013-08-06 14:27:56 -0400
  • e768e3c1d1 fix test Justin Kramer 2013-08-06 14:14:40 -0400
  • 96ddbc18f4 keyword syntax for sql calls Justin Kramer 2013-08-06 14:05:17 -0400
  • f9f2087163 bump clojure version Justin Kramer 2013-08-06 13:55:49 -0400
  • c405bda740 Merge pull request #4 from djpowell/master Justin Kramer 2013-08-06 10:54:08 -0700
  • 34483f445d Merge 90f3088c24 into f13eeacff8 David Powell 2013-05-03 08:18:27 -0700
  • 90f3088c24 Don't upper case function calls David Powell 2013-04-12 19:11:33 +0200
  • f13eeacff8 0.4.0-SNAPSHOT Justin Kramer 2012-12-24 16:16:16 -0500
  • f379e02273 0.3.0 Justin Kramer 2012-12-24 16:16:02 -0500
  • 28ca0add97 count-distinct fn handler Justin Kramer 2012-12-03 12:39:06 -0500
  • 49f723a4bf why Justin Kramer 2012-12-03 12:38:48 -0500
  • f503b42b0d 0.3.0-SNAPSHOT Justin Kramer 2012-11-01 13:58:38 -0400
  • 1258880235 cut 0.2.0 release Justin Kramer 2012-11-01 13:58:16 -0400
  • d1ca59173e readme: pull request note Justin Kramer 2012-10-22 10:20:26 -0400
  • 76d6ccbcdb :left-join & :right-join clauses; simplifies :join syntax Justin Kramer 2012-10-19 12:41:26 -0400
  • bea39e3527 reset *fn-context?* for subqueries Justin Kramer 2012-10-18 22:00:07 -0400
  • 7771a386ea prevent nil modifiers Justin Kramer 2012-08-26 12:14:13 -0400
  • 33ba71ddaa regex alias Justin Kramer 2012-08-26 12:14:07 -0400
  • 76d0a182e7 0.1.2-SNAPSHOT Justin Kramer 2012-08-24 23:11:18 -0400
  • d489005fcd release 0.1.1 Justin Kramer 2012-08-24 23:09:50 -0400
  • b717070bbc qualifier and param examples Justin Kramer 2012-08-24 23:06:24 -0400
  • e0c190b50e data reader & test for param Justin Kramer 2012-08-24 22:47:54 -0400
  • 51d0d220a0 param type, input-parameters arg for format, more docs Justin Kramer 2012-08-24 22:40:44 -0400
  • cb99df7c36 qualify, docs Justin Kramer 2012-08-24 21:52:36 -0400
  • 92feca7eec readme tweak Justin Kramer 2012-08-24 21:40:48 -0400
  • c466a8cd8f 0.1.1-SNAPSHOT Justin Kramer 2012-08-24 21:40:35 -0400
  • 4b8c73d5ff 0.1.0 release Justin Kramer 2012-08-24 18:49:52 -0400
  • a4a4d271ad one more readme update Justin Kramer 2012-08-24 18:37:03 -0400
  • b20a8ab06d more readme updates Justin Kramer 2012-08-24 18:31:49 -0400
  • ee7f891aea readme update Justin Kramer 2012-08-24 18:20:58 -0400
  • 2a37063995 fix test Justin Kramer 2012-08-24 18:20:45 -0400
  • e45a58f267 allow custom clauses Justin Kramer 2012-08-24 18:19:17 -0400
  • faa495c362 don't allow nil in :offset or :limit Justin Kramer 2012-08-24 17:35:49 -0400
  • cfadae53d1 always pipe base map through build, to ensure consistency Justin Kramer 2012-08-24 17:08:22 -0400
  • 18d5fa19e8 make clause-building extensible, move helper fns to honeysql.helpers Justin Kramer 2012-08-24 16:50:56 -0400
  • 3b97fd4f06 allow string aliases Justin Kramer 2012-08-22 11:23:00 -0400
  • 73da451ab3 not-like sugar Justin Kramer 2012-08-18 15:41:51 -0400