From b6379bdfbd11e5251879ee6c8c82abd05168376c Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sat, 24 Oct 2009 10:15:24 +0400 Subject: [PATCH] Version bump --- index.html | 1 + sqlite.asd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4c4e42b..5fe570d 100644 --- a/index.html +++ b/index.html @@ -444,6 +444,7 @@ This project has a 28 Apr 2009 0.1.3 Added support for passing all values of type REAL (including RATIONAL) as query parameter. cl-sqlite is made available as git repository.
  • 10 May 2009 0.1.4 Added test suite (based on FiveAM testing framework); changed foreign library definition to work on Mac OS X (thanks to Patrick Stein) and removed the dependency on sqlite3_next_stmt function that appeared only in sqlite 3.6.0 (making cl-sqlite work with older sqlite versions)
  • 13 June 2009 0.1.5 Allow passing pathnames to CONNECT function. +
  • 24 Oct 2009 0.1.6 Add busy-timeout argument to CONNECT. Fix library defininitions for running on Microsoft Windows.
     

    Acknowledgements

    diff --git a/sqlite.asd b/sqlite.asd index 2c2b185..e1aedb4 100644 --- a/sqlite.asd +++ b/sqlite.asd @@ -1,7 +1,7 @@ (defsystem :sqlite :name "sqlite" :author "Kalyanov Dmitry " - :version "0.1.4" + :version "0.1.6" :license "Public Domain" :components ((:file "sqlite-ffi") (:file "cache") -- 2.11.4.GIT