Commit graph

121 commits

Author SHA1 Message Date
Sean Corfield
780c759541 Complete support for MariaDB #100
Adds tests and test dependencies, based on a new environment variable. 
Updates change log. Documents difference in generated key return between 
MySQL and MariaDB.
2020-03-16 15:19:21 -07:00
Sean Corfield
79236b45e5 Improve plan/reduce documentation
Also rolls H2 version back so examples work properly. 1.4.200 doesn't 
like one of the data types the examples use.
2020-03-08 17:05:13 -07:00
Sean Corfield
9c71be9622 Bump dependencies 2020-02-28 11:47:09 -08:00
Sean Corfield
a2ba8ff780 Fixes #82 and adds next.jdbc.prepare/statement 2019-12-20 15:45:22 -08:00
Sean Corfield
fec1166e5c Test on JDK11; document updated Derby versions
1.15.x.y requires JDK9+ and requires two dependencies.

1.14.x.y runs on JDKs up to 11.
2019-11-16 00:12:13 -08:00
Sean Corfield
774e08236f Add optional MySQL testing 2019-11-15 15:38:51 -08:00
Sean Corfield
27f9e87e27 Bump org.clojure/java.data to 0.1.4 2019-10-14 08:56:20 -07:00
Sean Corfield
7f7cc9d16d Bump org.clojure/java.data to 0.1.2 2019-10-12 16:17:51 -07:00
Sean Corfield
296cd51aa5 PostgreSQL IN/= ANY(?) test
Hopefully documentation to come!
2019-09-04 18:43:30 -07:00
Sean Corfield
5e10bdc0fa Update test.check to 0.10.0 2019-08-12 10:50:35 -07:00
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
Sean Corfield
c9a9310449 Update test deps 2019-07-19 12:33:45 -07:00
Sean Corfield
60c1e6660f Support connection pooling more easily 2019-07-17 23:50:56 -07:00
Sean Corfield
d50917fc9f Default Clojure is 1.10.1 2019-06-08 18:10:52 -07:00
Sean Corfield
8db9689dff Simplify deps/CircleCI setup
User -R to get deps for caching, then -A to actually run tests
2019-05-26 16:04:39 -07:00
Sean Corfield
45f25d1912 Clean up and small doc improvements 2019-05-10 14:17:49 -07:00
Sean Corfield
f1e45d16bb First pass at CircleCI testing 2019-05-10 13:42:58 -07:00
Sean Corfield
6e96258da3 Remove perf alias/clojure.java.jdbc dependency
I'll create a specific performance test suite again in the future.
2019-04-21 17:36:26 -07:00
Sean Corfield
579558f5be Create pom.xml for upcoming deployment 2019-04-20 11:46:02 -07:00
Sean Corfield
28f735bafd Add benchmarks against clojure.java.jdbc 2019-04-01 20:37:14 -07:00
Sean Corfield
a8c1c37cfd Baseline project setup 2019-01-07 20:38:58 -08:00