Commit Graph

15 Commits

Author SHA1 Message Date
Travis Burtrum df2ccda9fa Add constructor calling for jdbcmapper and discover bug in javac 1.8 with -parameters option 2017-06-19 22:37:44 -04:00
Travis Burtrum 46686e5b05 Allow JdbcMapper to use reflection for non-public fields optionally 2017-06-19 00:34:23 -04:00
Travis Burtrum fe2a6eec22 Support for java.time api classes 2017-06-13 22:56:00 -04:00
Travis Burtrum 6fe563f25a Re-factor TypeMappingsFactory with proper support for Enums 2017-06-13 21:42:32 -04:00
Travis Burtrum 9c22b36267 Implement Stream support in jdbcmapper 2017-06-12 23:48:54 -04:00
Travis Burtrum 881de93799 Add ResultSetIterable support to jdbcmapper 2017-06-09 00:36:41 -04:00
Travis Burtrum d80a9325d7 Nicer dynamic type support for JdbcMapper maxRows, fixed unlimited loop on MAX_VALUE 2017-06-08 01:27:56 -04:00
Travis Burtrum e28c1fef14 Add support for maxRows in the annotation and sent in dynamically 2017-06-08 00:09:00 -04:00
Travis Burtrum d0d362c58c Implement Cleaner interface support in JdbcMapper, relax Cleaner interface 2017-06-07 21:29:28 -04:00
Travis Burtrum 85e0d868fe Compile differently based on Calendar object existence 2017-06-07 20:30:58 -04:00
Travis Burtrum 8d9a01766f Implement in lists for Oracle and standard SQL in JdbcMapper 2017-06-02 00:39:03 -04:00
Travis Burtrum 2162e35456 Add support for binding Blob, Clob, java.sql.Array to PreparedStatement in JdbcMapper 2017-05-29 18:26:11 -04:00
Travis Burtrum 2f19f2ad46 Remove requirement for @JdbcMapper.Mapper to implement JdbcMapper, logic around requiring close() method or not 2017-05-28 23:38:10 -04:00
Travis Burtrum 5960341297 Add presto-sqlparser module for alternative SQLParser implementation (requires java 8+) 2017-05-28 22:14:30 -04:00
Travis Burtrum 849a85f1be Split into modules 2017-05-28 18:01:00 -04:00