Commit Graph

19 Commits

Author SHA1 Message Date
Travis Burtrum 50ebcc84cb Begin to refactor tests into single test module 2018-03-15 00:57:57 -04:00
Travis Burtrum edd6fc6e65 Remove Blob and Clob annotations in favor of SQL bind syntax 2018-03-14 02:25:11 -04:00
Travis Burtrum 4c8c848a1f Fix jdbcmapper enums when being compiled in same run as generated code 2018-01-15 14:12:41 -05:00
Travis Burtrum 391fbc6b97 Forgot to genPrestoPersonDAO.sh as always 2018-01-15 13:35:09 -05:00
Travis Burtrum ebccf0a0e2 Forgot to generated Presto tests 2018-01-12 16:48:29 -05:00
Travis Burtrum 9829e98ae0 Add support for @SingleRow in JdbcMapper 2017-10-23 00:34:37 -04:00
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 c1b8cfcf3b Use expected defaults for primitive types in jdbcmapper 2017-06-28 16:00:32 -04:00
Travis Burtrum 8079ae6aa7 Forgot to run genPrestoPersonDAO.sh 2017-06-19 23:50:59 -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 f9ac10c70f Fix multiple artifact builds 2017-06-13 23:55:57 -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 c902da5126 Add support for java 8 while keeping java 6 compatible artifacts 2017-06-12 20:59:04 -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