|
337abc8c6d
|
Revert fields from public to protected in tests
|
2018-04-17 23:42:21 -04:00 |
|
|
2be8f073a4
|
Use correct variable name to work inside lambdas
|
2018-04-17 23:07:34 -04:00 |
|
|
c91f6efd9e
|
Add .travis.yml
|
2018-03-23 00:54:00 -04:00 |
|
|
f68fd749e3
|
Call super(Connection) if it exists, tweak cannot find Constructor error message
|
2018-03-17 00:42:22 -04:00 |
|
|
50ebcc84cb
|
Begin to refactor tests into single test module
|
2018-03-15 00:57:57 -04:00 |
|
|
5c3a88232e
|
Handle binding of Enums correctly
|
2018-03-15 00:45:42 -04:00 |
|
|
cb36e783ed
|
Fix paramPattern regex
|
2018-03-14 02:30:03 -04:00 |
|
|
edd6fc6e65
|
Remove Blob and Clob annotations in favor of SQL bind syntax
|
2018-03-14 02:25:11 -04:00 |
|
|
ba7fb733b2
|
More enum support
|
2018-03-09 00:09:01 -05:00 |
|
|
a6c5fc7b52
|
Implement optional compile-time SQL checking with explain plan
|
2018-03-06 01:04:44 -05:00 |
|
|
1fa08bc74b
|
Call com.moparisthebest.jdbc.Finishable.finish(ResultSet) in more cases as appropriate
|
2018-01-15 14:46:13 -05:00 |
|
|
4c8c848a1f
|
Fix jdbcmapper enums when being compiled in same run as generated code
|
2018-01-15 14:12:41 -05:00 |
|
|
391fbc6b97
|
Forgot to genPrestoPersonDAO.sh as always
|
2018-01-15 13:35:09 -05:00 |
|
|
52dec09346
|
isSetter now recognizes Builder pattern, where this is returned instead of void
|
2018-01-15 13:24:53 -05:00 |
|
|
6ba284e8c2
|
Setter methods now just have to start with 'set' not 'set[A-Z_]'
|
2018-01-15 12:54:59 -05:00 |
|
|
2580de8f42
|
Fix rest of Enum issues
|
2018-01-15 11:56:06 -05:00 |
|
|
ebccf0a0e2
|
Forgot to generated Presto tests
|
2018-01-12 16:48:29 -05:00 |
|
|
9261ee216a
|
Fix mapping null enums, add tests
|
2018-01-12 16:46:22 -05:00 |
|
|
c6bde5233d
|
Should be java.io.StringReader
|
2017-12-06 01:08:25 -05:00 |
|
|
2eb39703ec
|
Add java6 support for @RunInTransaction
|
2017-11-30 22:52:38 -05:00 |
|
|
72906cf3c5
|
Add @JdbcMapper.RunInTransaction and static support methods to QueryRunner
|
2017-11-29 23:51:27 -05:00 |
|
|
3675ae0f73
|
Fix compilation for 1.6
|
2017-11-10 00:26:55 -05:00 |
|
|
a22e8d6d58
|
Print proper errors with links to methods instead of throwing exceptions
|
2017-11-08 23:31:28 -05:00 |
|
|
f58e107ff5
|
Look at all implemented classes for methods+fields in JdbcMapperProcessor
|
2017-11-08 23:21:40 -05:00 |
|
|
b2c5235a81
|
Fix JdbcMapperTest
|
2017-10-23 00:38:39 -04: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 |
|
|
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 |
|