Sean Corfield
|
4d7a5a440b
|
Fix #43 by relaxing the spec for insert-multi!
Adds tests for `insert-multi!` that pass sequences instead of vectors.
|
2019-07-11 12:34:02 -07:00 |
|
Sean Corfield
|
821f9b1a5a
|
Fixes #44
Also adds `assert`s in SQL-generating functions, instead of just
producing illegal SQL.
|
2019-07-11 12:11:32 -07:00 |
|
Sean Corfield
|
ba4dc837e1
|
Fixes #33 by improving specs
|
2019-07-02 18:50:25 -07:00 |
|
Sean Corfield
|
fdfb0697ec
|
Address #24 by setting warn on reflection in tests
This highlights the reflection on `.close` (in the connection tests).
|
2019-05-29 09:04:21 -07:00 |
|
Sean Corfield
|
adf5a03e05
|
Address #21 by adding next.jdbc.specs
Docs still need to be updated for this!
|
2019-05-21 21:45:05 -07:00 |
|
Sean Corfield
|
2702a01773
|
Multi-DB testing
Instead of just testing against H2 in-memory, we now test against Derby,
H2 in-memory, H2 on-disk, hsqldb, and SQLite
|
2019-04-21 17:10:29 -07:00 |
|
Sean Corfield
|
03b09f6e03
|
Alpha 5; fixes #12 by adding :order-by option to for-query
|
2019-04-21 13:42:33 -07:00 |
|
Sean Corfield
|
214470bf9d
|
Use auto_increment so H2 will return generated keys
Also update the result set builder used in one test
|
2019-04-20 23:42:22 -07:00 |
|
Sean Corfield
|
9b3eeb02d3
|
Test SQL-level DB functions
|
2019-04-19 23:25:03 -07:00 |
|
Sean Corfield
|
3b0b059f62
|
Add connection tests
Improve handling of relative files with H2 database connections.
|
2019-04-18 21:35:38 -07:00 |
|
Sean Corfield
|
d59b1ec2fb
|
Basic SQL tests and bug fix!
Multi-row insert did not apply `:column-fn` correctly.
|
2019-04-18 18:31:15 -07:00 |
|
Sean Corfield
|
e1fa7055b4
|
Stub test namespaces
Yes, real tests are coming soon...
|
2019-04-18 14:15:15 -07:00 |
|