289 Commits (dependabot/maven/junit-junit-4.13.1)
 

Author SHA1 Message Date
Travis Burtrum 9261ee216a Fix mapping null enums, add tests 5 years ago
Travis Burtrum c6bde5233d Should be java.io.StringReader 5 years ago
Travis Burtrum 2eb39703ec Add java6 support for @RunInTransaction 5 years ago
Travis Burtrum 72906cf3c5 Add @JdbcMapper.RunInTransaction and static support methods to QueryRunner 5 years ago
Travis Burtrum 3675ae0f73 Fix compilation for 1.6 5 years ago
Travis Burtrum a22e8d6d58 Print proper errors with links to methods instead of throwing exceptions 5 years ago
Travis Burtrum f58e107ff5 Look at all implemented classes for methods+fields in JdbcMapperProcessor 5 years ago
Travis Burtrum b2c5235a81 Fix JdbcMapperTest 6 years ago
Travis Burtrum 9829e98ae0 Add support for @SingleRow in JdbcMapper 6 years ago
Travis Burtrum d2353bd74b Add JdbcMapper.WarnOnUnusedParams annotation 6 years ago
Travis Burtrum 6f23696952 Allow to manually specify columnNames and isSelect for unparseable SQL queries in jdbcmapper 6 years ago
Travis Burtrum c1b8b2e705 Fix sql statement escaping 6 years ago
Travis Burtrum 6fef6f284f in JdbcMapper, return byte[] as ResultSet.getBytes() and not as an array of the columns 6 years ago
Travis Burtrum e246af935f Tweak JdbcMapperFactory, now used for QueryMapper and JdbcMapper generated classes 6 years ago
Travis Burtrum 08e2c9354d QueryRunner re-factor 6 years ago
Travis Burtrum 345a4120c8 Add withJitter(maxJitterMs) to QueryRunner.DelayStrategy 6 years ago
Travis Burtrum f24d4ed03e Add JdbcMapperFactory.connectionFactory() methods 6 years ago
Travis Burtrum 5d9ff80863 Use lambdas where possible in QueryRunner, fix java6 compilation 6 years ago
Travis Burtrum 133c4eb8c9 Add QueryRunner.runRetryCompletableFuture method for java8+ 6 years ago
Travis Burtrum 8400ed3d00 QueryRunner.runRetry and runRetryFuture methods 6 years ago
Travis Burtrum a22109f31c First go at QueryRunner and Factory<Connection> arg for QueryMapper 6 years ago
Travis Burtrum 09c114e106 Tweak QueryMapper 6 years ago
Travis Burtrum f30a09ee3f Add java.time binding to preparedstatement in jdbcmapper 6 years ago
Travis Burtrum f44183b520 Add java.time binding to preparedstatement in QueryMapper 6 years ago
Travis Burtrum 0011925d6a Support binding java.time.Instant to a PreparedStatement in jdbcmapper, handle multi-line strings, fix bind conversions if null 6 years ago
Travis Burtrum 195a0c0484 Add TypeReference and toType method to querymapper 6 years ago
Travis Burtrum c1b8cfcf3b Use expected defaults for primitive types in jdbcmapper 6 years ago
Travis Burtrum 8079ae6aa7 Forgot to run genPrestoPersonDAO.sh 6 years ago
Travis Burtrum 220a26c334 Add support for returning ResultSet to jdbcmapper 6 years ago
Travis Burtrum dca6249667 Add first go at readme 6 years ago
Travis Burtrum f66c8429fb Fix case of functions in select statement in SimpleSQLParser 6 years ago
Travis Burtrum 68c1c0482e Clarify jdk8 bug comment 6 years ago
Travis Burtrum df2ccda9fa Add constructor calling for jdbcmapper and discover bug in javac 1.8 with -parameters option 6 years ago
Travis Burtrum d2df6dabaf Add constructor calling for querymapper in java8+ only for now 6 years ago
Travis Burtrum 46686e5b05 Allow JdbcMapper to use reflection for non-public fields optionally 6 years ago
Travis Burtrum 115a62293e Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 6 years ago
Travis Burtrum f9ac10c70f Fix multiple artifact builds 6 years ago
Travis Burtrum fe2a6eec22 Support for java.time api classes 6 years ago
Travis Burtrum 6fe563f25a Re-factor TypeMappingsFactory with proper support for Enums 6 years ago
Travis Burtrum 9c22b36267 Implement Stream support in jdbcmapper 6 years ago
Travis Burtrum 280e11b713 Implement toStream() in querymapper 6 years ago
Travis Burtrum c902da5126 Add support for java 8 while keeping java 6 compatible artifacts 6 years ago
Travis Burtrum 099d88c26d Enable java 8 lambda for ResultSetIterable when compiling for 8+ 6 years ago
Travis Burtrum 12ba416181 Preserve parameter level annotations in generated source 6 years ago
Travis Burtrum 881de93799 Add ResultSetIterable support to jdbcmapper 6 years ago
Travis Burtrum d74c272e73 Add ResultSetIterable support to querymapper 6 years ago
Travis Burtrum d80a9325d7 Nicer dynamic type support for JdbcMapper maxRows, fixed unlimited loop on MAX_VALUE 6 years ago
Travis Burtrum 4db87d4dc5 javax.sql is not java.sql oops 6 years ago
Travis Burtrum e28c1fef14 Add support for maxRows in the annotation and sent in dynamically 6 years ago
Travis Burtrum d0d362c58c Implement Cleaner interface support in JdbcMapper, relax Cleaner interface 6 years ago