Commit Graph

  • c46568c832 Support Chicken 5 chicken-5 Kritphong Mongkhonvanit 2019-08-14 12:06:42 +0700
  • d1bb7d008c Release 0.2.4 master Moritz Heidkamp 2017-04-20 23:00:58 +0200
  • 9c3a02a21a Merged in sjamaan/ssql (pull request #1) Peter Bex 2017-04-20 21:00:00 +0000
  • 16682ee9fc Strip the syntax of operator type instead of injecting it Peter Bex 2017-04-20 21:36:36 +0200
  • 54e50214a8 Point to bitbucket in .release-info, too Moritz Heidkamp 2016-03-14 12:44:35 +0100
  • 45a337313a Release version 0.2.3 Moritz Heidkamp 2016-02-27 15:40:59 +0100
  • 69c9baddd5 Replace alist-ref + apply with custom pred-alist-ref Moritz Heidkamp 2016-02-21 11:00:57 +0100
  • e3911142b9 release version 0.2.2 Moritz Heidkamp 2011-10-12 09:34:11 +0200
  • dd79f54057 correct category to `db' Moritz Heidkamp 2011-10-12 09:32:57 +0200
  • 27017c63a9 add 0.2.1 to release-info Moritz Heidkamp 2011-10-06 10:52:04 +0200
  • 053630c826 bump version to 0.2.1 Moritz Heidkamp 2011-10-06 10:51:39 +0200
  • 1531fece47 add test-depends Moritz Heidkamp 2011-10-06 10:38:47 +0200
  • ffc1c37159 add release 0.2.0 Moritz Heidkamp 2011-09-01 15:09:02 +0200
  • 4d2aa907f5 add some tests for the `null?' operator Moritz Heidkamp 2011-09-01 15:08:09 +0200
  • 4759d4381f add GROUP BY support Moritz Heidkamp 2011-08-26 14:15:56 +0200
  • 976718ed55 add the `coalesce' function Moritz Heidkamp 2011-08-23 19:04:22 +0200
  • d63c4c9063 turn `values' into a normal prefix operator and require tuples to be given as vectors to reduce special-casing Moritz Heidkamp 2011-08-23 17:11:44 +0200
  • 25e5e8b98b re-use the function operator for `call' instead of re-implementing it Moritz Heidkamp 2011-08-23 17:00:45 +0200
  • cc9ea436a5 improve sub-query parenthesization and add more tests Moritz Heidkamp 2011-08-23 17:00:24 +0200
  • 69915c5082 add `call' syntax to allow calling of arbitrary functions Moritz Heidkamp 2011-08-22 20:17:57 +0200
  • 4f63ddbbb0 add support for DELETE statements Moritz Heidkamp 2011-08-22 19:18:05 +0200
  • ae8e641faa amend clauses-order Moritz Heidkamp 2011-08-18 18:38:31 +0200
  • b3cbead806 add group to composition tests Moritz Heidkamp 2011-08-18 17:10:33 +0200
  • a723338316 change `(update widgets ...)' to `(update (table widgets) ...)' so as to not have a single symbol floating around there in order to make update statements composable Moritz Heidkamp 2011-08-18 17:08:04 +0200
  • d1de827a00 change insert syntax Moritz Heidkamp 2011-08-18 16:14:03 +0200
  • b2a6da33c2 it's not like I created that API myself Moritz Heidkamp 2011-08-17 20:39:35 +0200
  • 8307540474 allow inserts without explicit column list Moritz Heidkamp 2011-08-17 20:31:01 +0200
  • f0b456f288 basic insert support Moritz Heidkamp 2011-08-17 20:16:34 +0200
  • e6bd91c7bc no syntax striptease there Moritz Heidkamp 2011-08-17 20:04:11 +0200
  • b95efc8ca5 simple update support Moritz Heidkamp 2011-08-17 19:21:07 +0200
  • fa53aa1e26 downcase tests Moritz Heidkamp 2011-08-17 18:22:50 +0200
  • b7e5e72ac4 add test for set literals Moritz Heidkamp 2011-08-17 18:22:25 +0200
  • e5ce524449 use test-group Moritz Heidkamp 2011-08-17 18:21:01 +0200
  • c8a5172bcd inject where inject is due Moritz Heidkamp 2011-08-17 18:20:54 +0200
  • 35e94e023c allow column aliasing in (col ...) Moritz Heidkamp 2011-03-31 22:06:54 +0200
  • c23ca2ce48 add `in' operator Moritz Heidkamp 2011-03-31 21:07:58 +0200
  • f564b4316c add support for tuple literals as vectors Moritz Heidkamp 2011-03-31 21:04:22 +0200
  • 3b59938c32 ssql: add `infix*' operator type which allows defining infix operators without surrounding parens (required for column aliases with `AS') Moritz Heidkamp 2011-03-31 21:03:22 +0200
  • 3dcf68e37f remove postgresql from meta file Moritz Heidkamp 2011-03-30 19:07:43 +0200
  • dbc492029d fix release-info tarball location Moritz Heidkamp 2011-03-26 19:48:11 +0100
  • 6d1ef1c6f8 add release-info file Moritz Heidkamp 2011-03-26 19:15:16 +0100
  • e7e17baf47 make `merge-clause' a proper method Moritz Heidkamp 2011-03-06 22:21:38 +0100
  • 9fde24d7b5 move `insert-clause' into ssql translator engine so it can be specialized Moritz Heidkamp 2011-03-06 22:03:02 +0100
  • 7c27be9b96 very basic ssql composition support through the `ssql-compose' procedure Moritz Heidkamp 2011-03-06 14:41:43 +0100
  • a05efe2ad3 ssql: move ssql-pgsql into a separate egg to remove the postgresql dependency and rename it to ssql-postgresql in the course to match with awful-postgresql and autoform-postgresql syn 2011-02-27 21:13:35 +0000
  • 33c17eb471 ssql: add check to `define-operator' to fail at macro expansion time rather than at runtime when invalid operator types are given syn 2011-02-27 20:43:35 +0000
  • 9ae0559ec2 ssql: don't wrap prefix and suffix operators in parentheses; fix FROM clause with multiple tables to separate table names with commas; add `order' operator. syn 2011-02-27 20:31:54 +0000
  • 9dfb01510d ssql: add ssql-pgsql (whoops) syn 2011-02-25 22:20:22 +0000
  • 1c67cd0c36 ssql: port to chicken 4 and remove prometheud dependency syn 2011-02-25 22:14:40 +0000