next-jdbc/test/next/jdbc
Sean Corfield 9372ce11cd Fix #50 by testing against (embedded) PostgreSQL
This is the first database that returns lowercase columns in results so 
there are a lot of conditionals in the tests now. It also returns entire 
rows on inserts instead of just the generated key.
2019-07-24 17:32:58 -07:00
..
connection_test.clj Improve connection pool tests 2019-07-18 11:24:13 -07:00
optional_test.clj Fix #50 by testing against (embedded) PostgreSQL 2019-07-24 17:32:58 -07:00
prepare_test.clj Fix #50 by testing against (embedded) PostgreSQL 2019-07-24 17:32:58 -07:00
protocols_test.clj Address #24 by setting warn on reflection in tests 2019-05-29 09:04:21 -07:00
quoted_test.clj Address #24 by setting warn on reflection in tests 2019-05-29 09:04:21 -07:00
result_set_test.clj Fix #50 by testing against (embedded) PostgreSQL 2019-07-24 17:32:58 -07:00
specs_test.clj Address #24 by setting warn on reflection in tests 2019-05-29 09:04:21 -07:00
sql_test.clj Fix #50 by testing against (embedded) PostgreSQL 2019-07-24 17:32:58 -07:00
test_fixtures.clj Fix #50 by testing against (embedded) PostgreSQL 2019-07-24 17:32:58 -07:00
transaction_test.clj Address #24 by setting warn on reflection in tests 2019-05-29 09:04:21 -07:00