Commit graph

8 commits

Author SHA1 Message Date
jaapb
228210efdc Updated databases/ocaml-sqlite3 for dune compatibility.
Package is now compatible with dune 1.7; revbump.
2019-03-05 16:25:25 +00:00
jaapb
4f8e8755dd Revbump for databases/ocaml-sqlite3.
No upstream changes, just dealing with new files caused to be installed
by the new version of jbuilder.
2018-04-04 19:49:32 +00:00
jaapb
1d63a1bbe0 Updated databases/ocaml-sqlite3 to version 4.3.0.
This version includes a build system change (to jbuilder),
backup functionality and added support for MSVC.
2017-10-14 10:44:20 +00:00
jaapb
fc84189532 Updated package to latest version, 4.0.5. Changes include:
Changed default configuration setting for loadable extensions
 on Mac OS X.  Due to frequent installation issues the default
 setting is now to turn off loadable extensions on that platform.
 You will have to explicitly turn them on if you need them.

Fixed a bug finalizing user-defined functions for a database.

More build process improvements for Homebrew users.

 Improved build process for Homebrew users.

Major API change that is compatible with major release series 2:
 It is now possible to return errors from user-defined SQL-functions
 by simply raising (arbitrary) exceptions.  This somewhat
 tricky internal change eliminates the need for Data.ERROR and
 reestablishes compatibility with major release series 2.
 Sorry for the churn, but the more elegant solution was not
 quite obvious!

Added user function error handling (major API change).

Fixed a build problem due to Oasis/ocamlbuild inconsistency.

Fixed a callback locking bug when encountering rows containing
 unexpected NULLs.
2016-08-17 15:39:43 +00:00
jaapb
8f666fedd2 Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:15:05 +00:00
jaapb
8eb1b47d36 Updated package to version 2.0.6. Package now uses ocaml.mk framework.
There seem to have been no major changes, but upstream is now hosted on
github.
2014-10-09 19:48:40 +00:00
jaapb
82d6fe9326 Updated databases/ocaml-sqlite3 to version 2.0.2. Summary of changes:
2012-07-20:  Downgraded findlib version requirement to support the Debian
             testing branch.
2012-07-16:  Replaced String.trim function in myocamlbuild.ml to allow
             compiling with OCaml 3.12.1.
2012-07-15:  New major release version 2.0.0:
               * Upgraded to OCaml 4.00
               * Switched to Oasis for packaging
               * Switched to OCamlBuild for the build process
               * Rewrote README in Markdown
               * Added stricter compilation flags
2012-05-19: Fixed cpp warnings and removed superfluous check for dynamic
            linking library.  The latter improves portability to FreeBSD.
2011-03-10: Added sqlite3_open_v2 functionality.

There are also some changes to the package itself: the upstream distribution
site changed; the maintainer e-mail address as well, and the package now
uses PLIST_VARS.
2012-09-16 11:34:45 +00:00
wiz
ce77cacc9d Initial import of ocaml-sqlite3-1.6.1, packaged by Jaap Boender in
PR 41690.

This package contains is an OCaml database library wrapper for
SQLite.
2012-05-14 09:20:39 +00:00