next-jdbc/test/next/jdbc
Sean Corfield 0fd8bf1a88 Fixes #51 by implementing IPersistentMap in full
* `dissoc`, `cons`, `=` -- both realize a full row.
* `count`, `empty` -- do not realize rows, `empty` doesn't use the builder at all.
* `str` -- attempts to realize a row (else returns the same "helpful" string as before).
2019-08-02 12:24:04 -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 Fixes #51 by implementing IPersistentMap in full 2019-08-02 12:24:04 -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