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

Author SHA1 Message Date
Travis Burtrum 83fdc67e4a Add AutoCloseableUtil.java for java8+ 3 years ago
Travis Burtrum c143004fc2 Implement {str:booleanParamName} for JdbcMapper to set booleans as Strings for crippled databases like Oracle 3 years ago
Travis Burtrum c327f24e02 Make FunctionSupplier a FunctionalInterface 4 years ago
Travis Burtrum 595caa4aa8 Switch internal implementation of Cache refresh timing logic 4 years ago
Travis Burtrum f290187ee0 Add Cache utilities for java8+ only 4 years ago
Travis Burtrum 9e89131a5b Support @RunInTransaction for methods returning void 4 years ago
Travis Burtrum b62dc1912a Add SingletonCloseable.java and many tests for it 4 years ago
Travis Burtrum 62bf29dc2b Change default JdbcMapper.beanSuffix 4 years ago
Travis Burtrum 54e99e41aa Make sure EnsureContext is called before defaultInList is set up 4 years ago
Travis Burtrum e47ec84325 Clean up SqlBuilder API 4 years ago
Travis Burtrum 29ec477334 Start PreparedStatement binding documentation, fix some omissions/inconsistencies between QueryMapper and JdbcMapper 4 years ago
Travis Burtrum 89966a616d Make configurable system property JdbcMapper.beanSuffix 4 years ago
Travis Burtrum 267e438ac0 Remove JdbcMapper.WarnOnUnusedParams param in favor of prefixing unused params with _ 4 years ago
Travis Burtrum 664c00a5b2 Implement JdbcMapper.sqlBuilder() method 4 years ago
Travis Burtrum 26617e0781 Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 4 years ago
Travis Burtrum 243bf8c1ae Add @JdbcMapper.SkipSQLCheck annotation, and another method to skip SQL checking in SimpleSQLChecker 4 years ago
Travis Burtrum 6988a438ba Re-enable and fix jdk6 travis tests 5 years ago
Travis Burtrum 8e677aa92e Fix ResultSet leak in toStream 5 years ago
Travis Burtrum db1de1c43f Slight re-factor of ResultSetUtil.java 5 years ago
Travis Burtrum ac4216709e Minor re-factoring 5 years ago
Travis Burtrum 9c1efdc715 Optimize InListUtil.java 5 years ago
Travis Burtrum 81b91d43e8 Add ListQueryMapper.notInList() and tests 5 years ago
Travis Burtrum d89078ad89 Rename JdbcMapper.DatabaseType.STANDARD to ANY 5 years ago
Travis Burtrum 5522014f8e Implement JdbcMapper.DatabaseType.BIND support 5 years ago
Travis Burtrum 2f8f293ed2 Refactor BindInList, split out to InListUtil, add unit tests 5 years ago
Travis Burtrum 4874968824 Add annother inlist test where an array is re-used, fix hsqldb string type 5 years ago
Travis Burtrum 7cc5af55fb Implement UnNestArrayInList for hsqldb 5 years ago
Travis Burtrum 30599a15fd Add mariadb and postgresql tests 5 years ago
Travis Burtrum c2204b4635 Re-work IN LIST support in JdbcMapper to re-use created arrays, and free them after use 5 years ago
Travis Burtrum 50ebcc84cb Begin to refactor tests into single test module 5 years ago
Travis Burtrum edd6fc6e65 Remove Blob and Clob annotations in favor of SQL bind syntax 5 years ago
Travis Burtrum 9261ee216a Fix mapping null enums, add tests 5 years ago
Travis Burtrum 72906cf3c5 Add @JdbcMapper.RunInTransaction and static support methods to QueryRunner 5 years ago
Travis Burtrum 9829e98ae0 Add support for @SingleRow in JdbcMapper 5 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 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 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 fe2a6eec22 Support for java.time api classes 6 years ago
Travis Burtrum 280e11b713 Implement toStream() in querymapper 6 years ago
Travis Burtrum d74c272e73 Add ResultSetIterable support to querymapper 6 years ago
Travis Burtrum e28c1fef14 Add support for maxRows in the annotation and sent in dynamically 6 years ago