|
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 |
|
|
6fef6f284f
|
in JdbcMapper, return byte[] as ResultSet.getBytes() and not as an array of the columns
|
2017-07-12 22:34:51 -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 |
|
|
46686e5b05
|
Allow JdbcMapper to use reflection for non-public fields optionally
|
2017-06-19 00:34:23 -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 |
|
|
c902da5126
|
Add support for java 8 while keeping java 6 compatible artifacts
|
2017-06-12 20:59:04 -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 |
|
|
5960341297
|
Add presto-sqlparser module for alternative SQLParser implementation (requires java 8+)
|
2017-05-28 22:14:30 -04:00 |
|