Commit Graph

22 Commits

Author SHA1 Message Date
Travis Burtrum d2353bd74b Add JdbcMapper.WarnOnUnusedParams annotation 2017-08-07 15:26:52 -04:00
Travis Burtrum 6f23696952 Allow to manually specify columnNames and isSelect for unparseable SQL queries in jdbcmapper 2017-08-04 13:55:05 -04:00
Travis Burtrum 6fef6f284f in JdbcMapper, return byte[] as ResultSet.getBytes() and not as an array of the columns 2017-07-12 22:34:51 -04:00
Travis Burtrum e246af935f Tweak JdbcMapperFactory, now used for QueryMapper and JdbcMapper generated classes 2017-07-03 03:05:53 -04:00
Travis Burtrum a22109f31c First go at QueryRunner and Factory<Connection> arg for QueryMapper 2017-07-01 02:07:04 -04:00
Travis Burtrum c1b8cfcf3b Use expected defaults for primitive types in jdbcmapper 2017-06-28 16:00:32 -04:00
Travis Burtrum 220a26c334 Add support for returning ResultSet to jdbcmapper 2017-06-19 23:50:59 -04:00
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