You are currently using a new, unsaved search.
1 2 Next >>
Clojure 1.2 compatibility
Reflection warning removal
db-transaction does not close connection?
create-table should allow table-spec
Add hook to allow operations on PreparedStatement prior to query execution
Solve duplicate column label issue
Review (and fix) reflection warnings
Attempts to return generated keys on batch inserts fails on PostgreSQL and MS SQL Server
Transaction not rolled back on Throwable exception
exceptions when trying to insert into apache derby
resultset-seq uses structmap which has been deprecated
do-prepared doesn't throw on invalid SQL
Prepared statements' parameters don't get applied
with-connection does not accept standard jdbc URIs.
prepared-statement* behaves different on OpenJDK 1.6 and OS X Java 1.6.
Consolidate jdbc / jdbc.internal namespaces (post 0.1.0)
using exisiting java based connection pool in clojure
Consider to make do-prepared-return-keys public
distinct? throws clojure.lang.ArityException, when applied with no arguments
Boolean - BIT(1) - columns are returned as byte[] via some DB connections
Wrong timezone for java.sql.Date, java.sql.Time and java.sql.Timestamp objects returned by with-query-results
Create new clean API that accepts connection etc (post 0.1.0)
Add db-do-commands to match new API
Transactions do not rollback on non-Exception Throwables
insert-rows (incorrectly) patches incomplete records
jdbc insert-records can not handle spaces in columnames
insert! (and insert) need to support insert of full rows with no column names
insert! always uses a transaction
Rewrite old API (with *db*) in terms of new API
Allow execute! to do batch updates via :multi? optional argument
Better support for Oracle
More reflection warnings to investigate
A mechanism for reading specialized types from result sets could be useful
get-connection's URI conventions incompatible with PostgreSQL
get-connection returns an error
Adding stropping and qualified identifiers to java.jdbc
Inconsistency between tuples and regular maps
Global connection mechanism / connection pooling
delete-rows does not work with null WHERE
Type-hint public fns returning Connection
Use repeat instead of replicate
Accept string URL as connection parameters
Consider ["name = ? and age = ?" nil 42]
Infer :classname from :subprotocol
Make where-params optional for update-values function
Add sqlite3 support
Performance improvement (Remove intermediate lazy sequence in resultset-seq)
update-or-insert does not work with oracle
There is no way to execute a raw statement outside a transaction
How to preserve order of rows?