Skip to content

Commit 6ad792c

Browse files
committed
Updated distribution files
1 parent 5444b5f commit 6ad792c

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2014-10-08: Fixed a callback locking bug when encountering rows containing
2+
unexpected NULLs.
3+
4+
Thanks to <[email protected]> for this patch!
5+
16
2014-07-04: Moved to GitHub.
27

38
2012-12-02: Added new functions

lib/META

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 91bf960d40cdc4d8df18168f72c983d7)
3-
version = "2.0.6"
4-
description = "sqlite3-ocaml - bindings to the SQLite3 library"
2+
# DO NOT EDIT (digest: 1b69b1c599bc2c8a7c558406b2269d24)
3+
version = "2.0.7"
4+
description = "sqlite3-ocaml - SQLite3 bindings"
55
archive(byte) = "sqlite3.cma"
66
archive(byte, plugin) = "sqlite3.cma"
77
archive(native) = "sqlite3.cmxa"

setup.ml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: c129ace000ccbfdfd508940222dcff04) *)
4+
(* DO NOT EDIT (digest: 5e70b386b060766d51d5020cdd41d791) *)
55
(*
66
Regenerated by OASIS v0.4.4
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6922,7 +6922,7 @@ let setup_t =
69226922
alpha_features = [];
69236923
beta_features = [];
69246924
name = "sqlite3-ocaml";
6925-
version = "2.0.6";
6925+
version = "2.0.7";
69266926
license =
69276927
OASISLicense.DEP5License
69286928
(OASISLicense.DEP5Unit
@@ -6949,12 +6949,12 @@ let setup_t =
69496949
"Christian Szegedy <[email protected]>"
69506950
];
69516951
homepage = Some "http://mmottl.github.io/sqlite3-ocaml";
6952-
synopsis = "sqlite3-ocaml - bindings to the SQLite3 library";
6952+
synopsis = "sqlite3-ocaml - SQLite3 bindings";
69536953
description =
69546954
Some
69556955
[
69566956
OASISText.Para
6957-
"sqlite3-ocaml offers library functions for accessing SQLite3 database"
6957+
"sqlite3-ocaml is an OCaml library with bindings to the SQLite3 client API. Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL database engine with outstanding performance for many use cases. These bindings are written in a way that enables a friendly coexistence with the old (version 2) SQLite and its OCaml wrapper ocaml-sqlite."
69586958
];
69596959
categories = [];
69606960
conf_type = (`Configure, "internal", Some "0.4");
@@ -7395,7 +7395,7 @@ let setup_t =
73957395
};
73967396
oasis_fn = Some "_oasis";
73977397
oasis_version = "0.4.4";
7398-
oasis_digest = Some "\154\148\153\130¹9kÄÏä\157-ï]0Ñ";
7398+
oasis_digest = Some "K)\127nÝÛÄðÿÚ\011\024û\020";
73997399
oasis_exec = None;
74007400
oasis_setup_args = [];
74017401
setup_update = false

0 commit comments

Comments
 (0)