|
db1de1c43f
|
Slight re-factor of ResultSetUtil.java
|
2018-09-04 23:24:02 -04:00 |
|
|
ac4216709e
|
Minor re-factoring
|
2018-09-04 01:42:35 -04:00 |
|
|
9c1efdc715
|
Optimize InListUtil.java
|
2018-05-23 00:50:12 -04:00 |
|
|
81b91d43e8
|
Add ListQueryMapper.notInList() and tests
|
2018-05-22 23:09:57 -04:00 |
|
|
d89078ad89
|
Rename JdbcMapper.DatabaseType.STANDARD to ANY
|
2018-05-22 00:11:54 -04:00 |
|
|
5522014f8e
|
Implement JdbcMapper.DatabaseType.BIND support
|
2018-05-22 00:08:14 -04:00 |
|
|
2f8f293ed2
|
Refactor BindInList, split out to InListUtil, add unit tests
|
2018-05-21 01:05:53 -04:00 |
|
|
4874968824
|
Add annother inlist test where an array is re-used, fix hsqldb string type
|
2018-05-20 12:51:37 -04:00 |
|
|
7cc5af55fb
|
Implement UnNestArrayInList for hsqldb
|
2018-05-15 23:32:00 -04:00 |
|
|
30599a15fd
|
Add mariadb and postgresql tests
|
2018-05-15 22:41:02 -04:00 |
|
|
c2204b4635
|
Re-work IN LIST support in JdbcMapper to re-use created arrays, and free them after use
|
2018-05-12 00:30:57 -04:00 |
|
|
50ebcc84cb
|
Begin to refactor tests into single test module
|
2018-03-15 00:57:57 -04:00 |
|
|
edd6fc6e65
|
Remove Blob and Clob annotations in favor of SQL bind syntax
|
2018-03-14 02:25:11 -04:00 |
|
|
9261ee216a
|
Fix mapping null enums, add tests
|
2018-01-12 16:46:22 -05:00 |
|
|
72906cf3c5
|
Add @JdbcMapper.RunInTransaction and static support methods to QueryRunner
|
2017-11-29 23:51:27 -05:00 |
|
|
9829e98ae0
|
Add support for @SingleRow in JdbcMapper
|
2017-10-23 00:34:37 -04:00 |
|
|
d2353bd74b
|
Add JdbcMapper.WarnOnUnusedParams annotation
|
2017-08-07 15:26:52 -04:00 |
|
|
6f23696952
|
Allow to manually specify columnNames and isSelect for unparseable SQL queries in jdbcmapper
|
2017-08-04 13:55:05 -04:00 |
|
|
e246af935f
|
Tweak JdbcMapperFactory, now used for QueryMapper and JdbcMapper generated classes
|
2017-07-03 03:05:53 -04:00 |
|
|
08e2c9354d
|
QueryRunner re-factor
|
2017-07-03 01:57:52 -04:00 |
|
|
345a4120c8
|
Add withJitter(maxJitterMs) to QueryRunner.DelayStrategy
|
2017-07-03 01:20:06 -04:00 |
|
|
f24d4ed03e
|
Add JdbcMapperFactory.connectionFactory() methods
|
2017-07-03 00:45:36 -04:00 |
|
|
5d9ff80863
|
Use lambdas where possible in QueryRunner, fix java6 compilation
|
2017-07-03 00:00:03 -04:00 |
|
|
133c4eb8c9
|
Add QueryRunner.runRetryCompletableFuture method for java8+
|
2017-07-02 23:02:16 -04:00 |
|
|
8400ed3d00
|
QueryRunner.runRetry and runRetryFuture methods
|
2017-07-02 01:35:59 -04:00 |
|
|
a22109f31c
|
First go at QueryRunner and Factory<Connection> arg for QueryMapper
|
2017-07-01 02:07:04 -04:00 |
|
|
46686e5b05
|
Allow JdbcMapper to use reflection for non-public fields optionally
|
2017-06-19 00:34:23 -04:00 |
|
|
115a62293e
|
Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally
|
2017-06-18 21:58:55 -04:00 |
|
|
fe2a6eec22
|
Support for java.time api classes
|
2017-06-13 22:56:00 -04:00 |
|
|
280e11b713
|
Implement toStream() in querymapper
|
2017-06-12 22:57:43 -04:00 |
|
|
d74c272e73
|
Add ResultSetIterable support to querymapper
|
2017-06-08 23:02:12 -04:00 |
|
|
e28c1fef14
|
Add support for maxRows in the annotation and sent in dynamically
|
2017-06-08 00:09:00 -04:00 |
|
|
d0d362c58c
|
Implement Cleaner interface support in JdbcMapper, relax Cleaner interface
|
2017-06-07 21:29:28 -04:00 |
|
|
85e0d868fe
|
Compile differently based on Calendar object existence
|
2017-06-07 20:30:58 -04:00 |
|
|
f028853c15
|
Set in list type names in a smarter fashion
|
2017-06-02 01:59:17 -04:00 |
|
|
8d9a01766f
|
Implement in lists for Oracle and standard SQL in JdbcMapper
|
2017-06-02 00:39:03 -04:00 |
|
|
2162e35456
|
Add support for binding Blob, Clob, java.sql.Array to PreparedStatement in JdbcMapper
|
2017-05-29 18:26:11 -04:00 |
|
|
2f19f2ad46
|
Remove requirement for @JdbcMapper.Mapper to implement JdbcMapper, logic around requiring close() method or not
|
2017-05-28 23:38:10 -04:00 |
|
|
849a85f1be
|
Split into modules
|
2017-05-28 18:01:00 -04:00 |
|