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