Skip to content

Commit

Permalink
0.1.3 with proper SQLite support.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 1, 2012
1 parent 5818d00 commit 8064edb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 0.1.3:

* Fix JDBC-26 (fully) by adding transaction/generated keys support for SQLite3 (based on patch from Nelson Morris)

Changes in 0.1.2:

* Fix JDBC-23 by handling prepared statement params correctly (Ghadi Shayban)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ Formerly known as clojure.contrib.sql.
Releases and Dependency Information
========================================

Latest stable release: 0.1.2
Latest stable release: 0.1.3

* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22java.jdbc%22)

* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~java.jdbc~~~)

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

[org.clojure/java.jdbc "0.1.2"]
[org.clojure/java.jdbc "0.1.3"]

[Maven](http://maven.apache.org/) dependency information:

<dependency>
<groupId>org.clojure</groupId>
<artifactId>java.jdbc</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>


Expand Down Expand Up @@ -88,6 +88,8 @@ Developer Information
Change Log
====================

* Release 0.1.3 on 2012-02-29
* Fix generated keys inside transactions for SQLite3 [JDBC-26](http://dev.clojure.org/jira/browse/JDBC-26)
* Release 0.1.2 on 2012-02-29
* Handle prepared statement params correctly [JDBC-23](http://dev.clojure.org/jira/browse/JDBC-23)
* Add support for SQLite3 [JDBC-26](http://dev.clojure.org/jira/browse/JDBC-26)
Expand Down

0 comments on commit 8064edb

Please sign in to comment.