Skip to content

Commit

Permalink
prepare release 0.4.0
Browse files Browse the repository at this point in the history
long overdue
  • Loading branch information
ygrek committed Oct 1, 2017
1 parent 9f8d677 commit 2a5a56a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: sqlgg
Version: 0.3.0
Version: 0.4.0
License: GPL-2
Authors: ygrek <ygrek@autistici.org>
Copyrights: (C) 2009 ygrek
Expand Down
11 changes: 11 additions & 0 deletions changelog
@@ -1,6 +1,17 @@
sqlgg changelog
---------------

0.4.0
2017-09-30
* sql: many typing improvements
* sql: SELECT FOR UPDATE, ON UPDATE, ON DELETE, ON DUPLICATE KEY UPDATE,
IS NOT? NULL, INTERVAL, CREATE INDEX column(N), VALUES function, UUID,
SELECT IF
* sql: parse stored procedures
* sql: dynamically add functions
* ocaml: support multiple substitutions in queries
* ocaml: install traits and implementations as subpackages

0.3.0
2015-04-14
* fix common prefix truncation for automatic variable names
Expand Down

0 comments on commit 2a5a56a

Please sign in to comment.