Projects
Filters
Dashboards
Apps
Create
java.jdbc
Classic software project
Back to project
Filters
All issues
Open issues
Done issues
Resolved recently
Updated recently
View all filters
Projects
/
Issues
Export Issues
Go to advanced search
Search issues
Submit
Assignee
Reporter
Status
Type
Switch to detail view
Type
Key
Summary
Assignee
Reporter
P
Status
Created
JDBC
-
179
with-db-transaction commits partial transaction
Sean Corfield
Sean Corfield
Closed
Dec 24, 2019
JDBC
-
178
host, port, and classname keys from db-spec pollute the connection properties
Sean Corfield
Sean Corfield
Closed
May 5, 2019
JDBC
-
177
Allow more types of things in create-table-ddl column spec
Sean Corfield
Sean Corfield
Closed
Mar 1, 2019
JDBC
-
176
When getGeneratedKeys is not supported, non-multi statement execution result treated as seqable
Sean Corfield
Kimmo Koskinen
Closed
Jan 7, 2019
JDBC
-
175
Update datafy/default-schema to handle table_id case
Sean Corfield
Oliver George
Closed
Dec 10, 2018
JDBC
-
174
PostgreSQL/MySQL need extra options to do insert-multi! with columns as a single operation
Sean Corfield
Sean Corfield
Closed
Nov 26, 2018
JDBC
-
173
Create connections for outdated Oracle SID
Sean Corfield
import
Closed
Oct 28, 2018
JDBC
-
172
Update mysql classname for 8.0 Connector/J API
Sean Corfield
import
Closed
Aug 12, 2018
JDBC
-
171
with-db-connection cannot be safely nested
Sean Corfield
Sean Corfield
Closed
Aug 10, 2018
JDBC
-
170
Connection string query parameters aren't decoded correctly
Sean Corfield
import
Closed
Jul 4, 2018
JDBC
-
169
Since db-do-execute-prepared-return-keys produces a result-set-seq, it should support result-set-fn and row-fn
Sean Corfield
Sean Corfield
Closed
Jun 21, 2018
JDBC
-
168
Connections created form db-strings limit query and execute!
Sean Corfield
import
Closed
May 9, 2018
JDBC
-
167
db-do-execute-prepared-return-keys should always return a collection
Sean Corfield
Ikuru Kanuma
Closed
Apr 23, 2018
JDBC
-
166
db-do-prepared-return-keys overwrites :return-keys (with true) so you cannot pass vector of column names into execute!
Sean Corfield
Ikuru Kanuma
Closed
Apr 23, 2018
JDBC
-
165
spec for three with-db-* functions does not allow for optional third argument (opts)
Sean Corfield
Sean Corfield
Closed
Jan 31, 2018
JDBC
-
164
Fix spelling errors
Sean Corfield
Stuart Hinson
Closed
Dec 7, 2017
JDBC
-
163
Add option to return generated keys from execute!
Sean Corfield
Sean Corfield
Closed
Nov 28, 2017
JDBC
-
162
Identifiers option is always lower-cased even when overriden.
Sean Corfield
import
Closed
Nov 3, 2017
JDBC
-
161
README needs to be updated regarding MSSQL drivers
Sean Corfield
import
Closed
Oct 20, 2017
JDBC
-
160
Change to readme to highlight documentation
Sean Corfield
Shaun Mahood
Closed
Oct 6, 2017
JDBC
-
159
Add support for (jdbc/query) string keys
Sean Corfield
Jonas Enlund
Closed
Oct 5, 2017
JDBC
-
158
in db-transaction* an error in rollback can obscure an application error
Sean Corfield
Michael Blume
Closed
Oct 4, 2017
JDBC
-
157
Review specs for efficiency
Sean Corfield
Sean Corfield
Closed
Sep 19, 2017
JDBC
-
156
Incorrect connection-uri spec
Sean Corfield
Ikuru Kanuma
Closed
Sep 13, 2017
JDBC
-
155
Mismatched parameters in get-connection throws a generic error
Sean Corfield
import
Closed
Aug 30, 2017
JDBC
-
154
Fix missing docs on java.jdbc/prepare-statement 's :cursor
Sean Corfield
Stuart Hinson
Closed
Aug 10, 2017
JDBC
-
153
Support :auto-commit option on get-connection
Sean Corfield
Sean Corfield
Closed
Jul 5, 2017
JDBC
-
152
Reflection in 0.7.0-beta2
Sean Corfield
import
Closed
Jul 2, 2017
JDBC
-
151
Make it easier to use database types / drivers that java.jdbc does not know about
Sean Corfield
Sean Corfield
Closed
Mar 23, 2017
JDBC
-
150
register dbtype pgsql from com.impossibl.postgres.jdbc.PGDriver
Sean Corfield
import
Closed
Mar 1, 2017
JDBC
-
149
quoted could accept a keyword for a database type and "do the right thing"
Sean Corfield
Sean Corfield
Closed
Nov 17, 2016
JDBC
-
148
get-connection should prioritize its choices better
Sean Corfield
Sean Corfield
Closed
Nov 16, 2016
JDBC
-
147
Improve docstring for input-many!
Sean Corfield
Paulus Esterhazy
Closed
Nov 8, 2016
JDBC
-
146
insert! params cannot contain keys of reserved words
Sean Corfield
import
Closed
Oct 20, 2016
JDBC
-
145
Deadlock when using JDBC from two separate threads with two separate drivers
Sean Corfield
Rogan Morrow
Closed
Oct 6, 2016
JDBC
-
144
Passes options all the way down in key CRUD fns
Sean Corfield
import
Closed
Sep 21, 2016
JDBC
-
143
Make it easier to test java.jdbc in other environments
Sean Corfield
Sean Corfield
Closed
Sep 17, 2016
JDBC
-
142
Incorrect insert! usage in README
Sean Corfield
Julien Julien
Closed
Sep 2, 2016
JDBC
-
141
Add get-isolation-level to make it easier to work with nested transactions
Sean Corfield
Sean Corfield
Closed
Aug 31, 2016
JDBC
-
140
Both :identifiers and :entities should be ident? -> ident? functions
Sean Corfield
Sean Corfield
Closed
Aug 24, 2016
JDBC
-
139
Update docs to prefer dbtype / dbname style of db-spec
Sean Corfield
Sean Corfield
Closed
Aug 15, 2016
JDBC
-
138
postgres subprotocol does not auto-detect driver classname
Sean Corfield
Sean Corfield
Closed
Aug 15, 2016
JDBC
-
137
make 'result-set-seq' accept customized result-set-read-column to support multi-database environment
Sean Corfield
import
Closed
Aug 7, 2016
JDBC
-
136
Provide global options in the db-spec map
Sean Corfield
Sean Corfield
Closed
Jun 28, 2016
JDBC
-
135
Add some sort of explain option
Sean Corfield
Sean Corfield
Closed
Jun 28, 2016
JDBC
-
134
postgres insert results should respect `indentifiers` option
Sean Corfield
Ryan Fowler
Closed
Jun 22, 2016
JDBC
-
133
Provide optional :qualifier option to better support namespaced keywords as column identifiers
Sean Corfield
Sean Corfield
Closed
Jun 14, 2016
JDBC
-
132
create-table-ddl fails with wrong specs type
Sean Corfield
import
Closed
May 31, 2016
JDBC
-
131
db-transaction* doesn't handle .setAutoCommit throwing exception
Sean Corfield
import
Closed
May 31, 2016
JDBC
-
130
hyphens not allowed for column and table names
Sean Corfield
import
Closed
May 18, 2016
Give feedback
1-50 of 179
1
2
3
4