Skip to content

Commit

Permalink
prepare release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Oct 16, 2018
1 parent c64809f commit f8b5e5f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: sqlgg
Version: 0.4.4
Version: 0.4.5
License: GPL-2
Authors: ygrek <[email protected]>
Copyrights: (C) 2009 ygrek
Expand Down
12 changes: 12 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
sqlgg changelog
---------------

0.4.5
2018-10-16
* improve type resolution for functions
* improve single-row detection
* improve type for numeric expressions a bit
* sql: ANY_VALUE, IS NOT DISTINCT FROM, COUNT(DISTINCT ...), from_unixtime,
IFNULL, NULLIF, multi-value INSERT
* sql: more datetime functions (sqlite)
* caml: generate List module
* forbid `-params none` with autogenerated parameters
* mysql: allow override value types

0.4.4
2018-03-10
* build: switch to ppx_deriving, fixes build with OCaml 4.06
Expand Down
10 changes: 5 additions & 5 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: ca12cda33593aba764f28d3276947c20)
version = "0.4.4"
# DO NOT EDIT (digest: 2b3ee9bfb4a2e545052f8a997ebfb1df)
version = "0.4.5"
description = "SQL guided (code) generator"
requires = "extlib ppx_deriving.std"
archive(byte) = "sqlgg.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "sqlgg.cmxa"
archive(native, plugin) = "sqlgg.cmxs"
exists_if = "sqlgg.cma"
package "traits" (
version = "0.4.4"
version = "0.4.5"
description = "SQL guided (code) generator"
archive(byte) = "sqlgg_traits.cma"
archive(byte, plugin) = "sqlgg_traits.cma"
Expand All @@ -19,7 +19,7 @@ package "traits" (
)

package "sqlite3" (
version = "0.4.4"
version = "0.4.5"
description = "SQL guided (code) generator"
requires = "sqlite3 sqlgg.traits"
archive(byte) = "sqlgg_sqlite3.cma"
Expand All @@ -30,7 +30,7 @@ package "sqlite3" (
)

package "mysql" (
version = "0.4.4"
version = "0.4.5"
description = "SQL guided (code) generator"
requires = "mysql sqlgg.traits"
archive(byte) = "sqlgg_mysql.cma"
Expand Down
6 changes: 3 additions & 3 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.4 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 55534dd84a28999d7c7be6422360278a) *)
(* DO NOT EDIT (digest: e2f00e8bf30aaaa6fbbe907502344e6b) *)
(*
Regenerated by OASIS v0.4.11
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -7060,7 +7060,7 @@ let setup_t =
{
oasis_version = "0.4";
ocaml_version = Some (OASISVersion.VGreaterEqual "4.02");
version = "0.4.4";
version = "0.4.5";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -7965,7 +7965,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.11";
oasis_digest = Some "\182\185]#\1336\137\248\186\131\246\012\187,\172*";
oasis_digest = Some ":@\007\138J\194\016O}\230\001E\149i`\186";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit f8b5e5f

Please sign in to comment.