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
db-transaction does not close connection?
create-table & drop-table doesn't honor naming strategy
Allow execute! to do batch updates via :multi? optional argument
Reflection warning removal
insert-rows (incorrectly) patches incomplete records
jdbc insert-records can not handle spaces in columnames
Support stored procedures with CallableStatement
Transactions do not rollback on non-Exception Throwables
A mechanism for reading specialized types from result sets could be useful
insert! (and insert) need to support insert of full rows with no column names
Add db-do-commands to match new API
Rewrite old API (with *db*) in terms of new API
insert! always uses a transaction
How to preserve order of rows?
insert nulls using .setNull (e.g. for Teradata)
Boolean - BIT(1) - columns are returned as byte[] via some DB connections
There is no way to execute a raw statement outside a transaction
Provide support for alternate transaction strategies
using exisiting java based connection pool in clojure
Wrong timezone for java.sql.Date, java.sql.Time and java.sql.Timestamp objects returned by with-query-results
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)
prepared-statement* behaves different on OpenJDK 1.6 and OS X Java 1.6.
Use repeat instead of replicate
Add sqlite3 support
The classnames private var should be public
Make where-params optional for update-values function
Prepared statements' parameters don't get applied
Infer :classname from :subprotocol
Accept string URL as connection parameters
Create new clean API that accepts connection etc (post 0.1.0)
Consolidate jdbc / jdbc.internal namespaces (post 0.1.0)
Consider ["name = ? and age = ?" nil 42]
Type-hint public fns returning Connection
do-prepared doesn't throw on invalid SQL
resultset-seq uses structmap which has been deprecated
delete-rows does not work with null WHERE
Add unit tests for generated keys
exceptions when trying to insert into apache derby
Transaction not rolled back on Throwable exception
Attempts to return generated keys on batch inserts fails on PostgreSQL and MS SQL Server
Solve duplicate column label issue
Review (and fix) reflection warnings