|
c1b8b2e705
|
Fix sql statement escaping
|
2017-08-03 09:46:34 -04:00 |
|
|
6fef6f284f
|
in JdbcMapper, return byte[] as ResultSet.getBytes() and not as an array of the columns
|
2017-07-12 22:34:51 -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 |
|
|
09c114e106
|
Tweak QueryMapper
|
2017-06-30 23:37:36 -04:00 |
|
|
f30a09ee3f
|
Add java.time binding to preparedstatement in jdbcmapper
|
2017-06-30 23:32:10 -04:00 |
|
|
f44183b520
|
Add java.time binding to preparedstatement in QueryMapper
|
2017-06-30 23:18:51 -04:00 |
|
|
0011925d6a
|
Support binding java.time.Instant to a PreparedStatement in jdbcmapper, handle multi-line strings, fix bind conversions if null
|
2017-06-29 14:59:49 -04:00 |
|
|
195a0c0484
|
Add TypeReference and toType method to querymapper
|
2017-06-29 00:00:46 -04:00 |
|
|
c1b8cfcf3b
|
Use expected defaults for primitive types in jdbcmapper
|
2017-06-28 16:00:32 -04:00 |
|
|
8079ae6aa7
|
Forgot to run genPrestoPersonDAO.sh
|
2017-06-19 23:50:59 -04:00 |
|
|
220a26c334
|
Add support for returning ResultSet to jdbcmapper
|
2017-06-19 23:50:59 -04:00 |
|
|
dca6249667
|
Add first go at readme
|
2017-06-19 23:50:59 -04:00 |
|
|
f66c8429fb
|
Fix case of functions in select statement in SimpleSQLParser
|
2017-06-19 23:50:59 -04:00 |
|
|
68c1c0482e
|
Clarify jdk8 bug comment
|
2017-06-19 23:50:59 -04:00 |
|
|
df2ccda9fa
|
Add constructor calling for jdbcmapper and discover bug in javac 1.8 with -parameters option
|
2017-06-19 22:37:44 -04:00 |
|
|
d2df6dabaf
|
Add constructor calling for querymapper in java8+ only for now
|
2017-06-19 21:08:22 -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 |
|
|
f9ac10c70f
|
Fix multiple artifact builds
|
2017-06-13 23:55:57 -04:00 |
|
|
fe2a6eec22
|
Support for java.time api classes
|
2017-06-13 22:56:00 -04:00 |
|
|
6fe563f25a
|
Re-factor TypeMappingsFactory with proper support for Enums
|
2017-06-13 21:42:32 -04:00 |
|
|
9c22b36267
|
Implement Stream support in jdbcmapper
|
2017-06-12 23:48:54 -04:00 |
|
|
280e11b713
|
Implement toStream() in querymapper
|
2017-06-12 22:57:43 -04:00 |
|
|
c902da5126
|
Add support for java 8 while keeping java 6 compatible artifacts
|
2017-06-12 20:59:04 -04:00 |
|
|
099d88c26d
|
Enable java 8 lambda for ResultSetIterable when compiling for 8+
|
2017-06-12 19:24:04 -04:00 |
|
|
12ba416181
|
Preserve parameter level annotations in generated source
|
2017-06-11 20:25:53 -04:00 |
|
|
881de93799
|
Add ResultSetIterable support to jdbcmapper
|
2017-06-09 00:36:41 -04:00 |
|
|
d74c272e73
|
Add ResultSetIterable support to querymapper
|
2017-06-08 23:02:12 -04:00 |
|
|
d80a9325d7
|
Nicer dynamic type support for JdbcMapper maxRows, fixed unlimited loop on MAX_VALUE
|
2017-06-08 01:27:56 -04:00 |
|
|
4db87d4dc5
|
javax.sql is not java.sql oops
|
2017-06-08 00:23:59 -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 |
|
|
8e125d8e68
|
Clean up random todos
|
2017-06-07 19:15:00 -04:00 |
|
|
6897043392
|
Fix compilation with java 6
|
2017-06-07 03:00:29 -04:00 |
|
|
53a8c4032e
|
Add missing import to generated JdbcMapper classes
|
2017-06-07 02:50:36 -04:00 |
|
|
783b51b810
|
Migrate JdbcMapperProcessor away from using reflection and Class objects all together...
|
2017-06-07 02:43:46 -04:00 |
|
|
a1ad929cf4
|
Half measure to avoid using Class objects in CompileTimeResultSetMapper
|
2017-06-06 22:33:51 -04:00 |
|
|
be6689aa29
|
Sometimes class is not available on classpath, use type when we can
|
2017-05-29 18:26:11 -04:00 |
|
|
f028853c15
|
Set in list type names in a smarter fashion
|
2017-06-02 01:59:17 -04:00 |
|
|
c1139447e4
|
In JdbcMapper, error out on unused parameters
|
2017-06-02 01:01:53 -04:00 |
|
|
f14b87203a
|
If we can not properly infer PreparedStatement bind in JdbcMapper, error out saying so
|
2017-06-02 00:43:32 -04:00 |
|
|
8d9a01766f
|
Implement in lists for Oracle and standard SQL in JdbcMapper
|
2017-06-02 00:39:03 -04:00 |
|