Issues
- with-db-transaction commits partial transactionJDBC-179Resolved issue: JDBC-179Sean Corfield
- host, port, and classname keys from db-spec pollute the connection propertiesJDBC-178Resolved issue: JDBC-178Sean Corfield
- Allow more types of things in create-table-ddl column specJDBC-177Resolved issue: JDBC-177Sean Corfield
- When getGeneratedKeys is not supported, non-multi statement execution result treated as seqableJDBC-176Resolved issue: JDBC-176Sean Corfield
- Update datafy/default-schema to handle table_id caseJDBC-175Resolved issue: JDBC-175Sean Corfield
- PostgreSQL/MySQL need extra options to do insert-multi! with columns as a single operationJDBC-174Resolved issue: JDBC-174Sean Corfield
- Create connections for outdated Oracle SIDJDBC-173Resolved issue: JDBC-173Sean Corfield
- Update mysql classname for 8.0 Connector/J APIJDBC-172Resolved issue: JDBC-172Sean Corfield
- with-db-connection cannot be safely nestedJDBC-171Resolved issue: JDBC-171Sean Corfield
- Connection string query parameters aren't decoded correctlyJDBC-170Resolved issue: JDBC-170Sean Corfield
- Since db-do-execute-prepared-return-keys produces a result-set-seq, it should support result-set-fn and row-fnJDBC-169Resolved issue: JDBC-169Sean Corfield
- Connections created form db-strings limit query and execute!JDBC-168Resolved issue: JDBC-168Sean Corfield
- db-do-execute-prepared-return-keys should always return a collectionJDBC-167Resolved issue: JDBC-167Sean Corfield
- db-do-prepared-return-keys overwrites :return-keys (with true) so you cannot pass vector of column names into execute!JDBC-166Resolved issue: JDBC-166Sean Corfield
- spec for three with-db-* functions does not allow for optional third argument (opts)JDBC-165Resolved issue: JDBC-165Sean Corfield
- Fix spelling errorsJDBC-164Resolved issue: JDBC-164Sean Corfield
- Add option to return generated keys from execute!JDBC-163Resolved issue: JDBC-163Sean Corfield
- Identifiers option is always lower-cased even when overriden.JDBC-162Resolved issue: JDBC-162Sean Corfield
- README needs to be updated regarding MSSQL driversJDBC-161Resolved issue: JDBC-161Sean Corfield
- Change to readme to highlight documentationJDBC-160Resolved issue: JDBC-160Sean Corfield
- Add support for (jdbc/query) string keysJDBC-159Resolved issue: JDBC-159Sean Corfield
- in db-transaction* an error in rollback can obscure an application errorJDBC-158Resolved issue: JDBC-158Sean Corfield
- Review specs for efficiencyJDBC-157Resolved issue: JDBC-157Sean Corfield
- Incorrect connection-uri specJDBC-156Resolved issue: JDBC-156Sean Corfield
- Mismatched parameters in get-connection throws a generic errorJDBC-155Resolved issue: JDBC-155Sean Corfield
- Fix missing docs on java.jdbc/prepare-statement 's :cursorJDBC-154Resolved issue: JDBC-154Sean Corfield
- Support :auto-commit option on get-connectionJDBC-153Resolved issue: JDBC-153Sean Corfield
- Reflection in 0.7.0-beta2JDBC-152Resolved issue: JDBC-152Sean Corfield
- Make it easier to use database types / drivers that java.jdbc does not know aboutJDBC-151Resolved issue: JDBC-151Sean Corfield
- register dbtype pgsql from com.impossibl.postgres.jdbc.PGDriverJDBC-150Resolved issue: JDBC-150Sean Corfield
- quoted could accept a keyword for a database type and "do the right thing"JDBC-149Resolved issue: JDBC-149Sean Corfield
- get-connection should prioritize its choices betterJDBC-148Resolved issue: JDBC-148Sean Corfield
- Improve docstring for input-many!JDBC-147Resolved issue: JDBC-147Sean Corfield
- insert! params cannot contain keys of reserved wordsJDBC-146Resolved issue: JDBC-146Sean Corfield
- Deadlock when using JDBC from two separate threads with two separate driversJDBC-145Resolved issue: JDBC-145Sean Corfield
- Passes options all the way down in key CRUD fnsJDBC-144Resolved issue: JDBC-144Sean Corfield
- Make it easier to test java.jdbc in other environmentsJDBC-143Resolved issue: JDBC-143Sean Corfield
- Incorrect insert! usage in READMEJDBC-142Resolved issue: JDBC-142Sean Corfield
- Add get-isolation-level to make it easier to work with nested transactionsJDBC-141Resolved issue: JDBC-141Sean Corfield
- Both :identifiers and :entities should be ident? -> ident? functionsJDBC-140Resolved issue: JDBC-140Sean Corfield
- Update docs to prefer dbtype / dbname style of db-specJDBC-139Resolved issue: JDBC-139Sean Corfield
- postgres subprotocol does not auto-detect driver classnameJDBC-138Resolved issue: JDBC-138Sean Corfield
- make 'result-set-seq' accept customized result-set-read-column to support multi-database environmentJDBC-137Resolved issue: JDBC-137Sean Corfield
- Provide global options in the db-spec mapJDBC-136Resolved issue: JDBC-136Sean Corfield
- Add some sort of explain optionJDBC-135Resolved issue: JDBC-135Sean Corfield
- postgres insert results should respect `indentifiers` optionJDBC-134Resolved issue: JDBC-134Sean Corfield
- Provide optional :qualifier option to better support namespaced keywords as column identifiersJDBC-133Resolved issue: JDBC-133Sean Corfield
- create-table-ddl fails with wrong specs typeJDBC-132Resolved issue: JDBC-132Sean Corfield
- db-transaction* doesn't handle .setAutoCommit throwing exceptionJDBC-131Resolved issue: JDBC-131Sean Corfield
- hyphens not allowed for column and table namesJDBC-130Resolved issue: JDBC-130Sean Corfield
50 of 179