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

Author SHA1 Message Date
Travis Burtrum 39402c8613 Fix regression in QueryMapper.toResultSet() when ListQueryMapper was moved up, add tests for fix 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 ca43a27db9 Revert "Delete ListQueryMapper" 4 years ago
Travis Burtrum 3f4d3121b4 Delete ListQueryMapper 4 years ago
Travis Burtrum 3a562ad88a First step towards deleting ListQueryMapper, moving inList up to QueryMapper 4 years ago
Travis Burtrum 8698c2740d Fix NullListQueryMapper.java for java6 5 years ago
Travis Burtrum 7c053176d2 Add NullListQueryMapper.java 5 years ago
Travis Burtrum a378e640ae Fix ListQueryMapper 5 years ago
Travis Burtrum 1a161d7214 Refactor and make safe NullQueryMapper 5 years ago
Travis Burtrum a490154334 Fix QueryMapper toResultSet and insertGetGeneratedKeyType to use PreparedStatementFactory and become un-ambiguous 5 years ago
Travis Burtrum 6988a438ba Re-enable and fix jdk6 travis tests 5 years ago
Travis Burtrum d63e719ce0 Add missing overrided toResultSet methods to List and Null QueryMappers 5 years ago
Travis Burtrum 7524893ed7 Add overloads for QueryMapper.insertGetGeneratedKeyType 5 years ago
Travis Burtrum d9a83a5edf Hopefully fix QueryMapper.insertGetGeneratedKey() for all databases finally 5 years ago
Travis Burtrum c80bc43243 Remove some incorrect QueryMapper.toResultSet overrides 5 years ago
Travis Burtrum 1003819064 Attempt to fix testGetGeneratedKeysSingleLong for oracle 5 years ago
Travis Burtrum 10b1806b26 Add QueryMapper methods insertGetGeneratedKey and insertGetGeneratedKeyType 5 years ago
Travis Burtrum ac4216709e Minor re-factoring 5 years ago
Travis Burtrum af0c0f3483 Implement OptimalInList.java which picks the optimal in list based on connection type 5 years ago
Travis Burtrum 9c1efdc715 Optimize InListUtil.java 5 years ago
Travis Burtrum 3f45785865 Fix not in ANY bind lists 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 17a429399c Fix non-generic array TypeReference for java 6 5 years ago
Travis Burtrum a0dfc278c3 Implement toArrayMap for toType 5 years ago
Travis Burtrum d3c4f89316 Add Collection<Map<String,T>> support to QueryMapper.toType and test for it 5 years ago
Travis Burtrum f68fd749e3 Call super(Connection) if it exists, tweak cannot find Constructor error message 5 years ago
Travis Burtrum 50ebcc84cb Begin to refactor tests into single test module 5 years ago
Travis Burtrum 5c3a88232e Handle binding of Enums correctly 5 years ago
Travis Burtrum a6c5fc7b52 Implement optional compile-time SQL checking with explain plan 5 years ago
Travis Burtrum 1fa08bc74b Call com.moparisthebest.jdbc.Finishable.finish(ResultSet) in more cases as appropriate 5 years ago
Travis Burtrum 52dec09346 isSetter now recognizes Builder pattern, where this is returned instead of void 5 years ago
Travis Burtrum 6ba284e8c2 Setter methods now just have to start with 'set' not 'set[A-Z_]' 5 years ago
Travis Burtrum 2580de8f42 Fix rest of Enum issues 5 years ago
Travis Burtrum 9261ee216a Fix mapping null enums, add tests 5 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 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 f44183b520 Add java.time binding to preparedstatement in QueryMapper 6 years ago