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

Author SHA1 Message Date
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 278e99e894 Fix JdbcMapper blob/clob warning messages and mistaken fallthrough to CLOB case from BLOB 5 years ago
Travis Burtrum fad614f85a Partially implement PreparedStatement.getGeneratedKeys() returning long/Long in JdbcMapper 5 years ago
Travis Burtrum b04e9092d2 Get rid of SourceVersion warnings 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 268b0500f1 Fix testGetGeneratedKeysSingleLong 5 years ago
Travis Burtrum 05d6c4c4be Disable jdk6 test until https issue can be resolved 5 years ago
Travis Burtrum 3d3ae891ad Rename auto_table from tests to avoid collisions 5 years ago
Travis Burtrum 04c3d429a0 Add testGetGeneratedKeysSingleLong tests 5 years ago
Travis Burtrum 10b1806b26 Add QueryMapper methods insertGetGeneratedKey and insertGetGeneratedKeyType 5 years ago
Travis Burtrum 185b4eb501 Fix jdk6 travis build, failed due to TLS 1.2 on maven central 5 years ago
Travis Burtrum 1e9bf0dc5a Alternate oracle-xe download in .travis.yml 5 years ago
Travis Burtrum 22fad7f487 Fix documentation markdown 5 years ago
Travis Burtrum 08b9348447 More documentation 5 years ago
Travis Burtrum 8e677aa92e Fix ResultSet leak in toStream 5 years ago
Travis Burtrum d85e5ce7f1 Rearrange readme 5 years ago
Travis Burtrum e896a66e0e Fix nested list format 5 years ago
Travis Burtrum f85101fc67 More documentation 5 years ago
Travis Burtrum f0f627a3b3 Finish documenting 'Column to Object Mapping' 5 years ago
Travis Burtrum db1de1c43f Slight re-factor of ResultSetUtil.java 5 years ago
Travis Burtrum b861d63115 Start at documentation 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 d0a912a83e In array list test, use highest interface or class available 5 years ago
Travis Burtrum 9ad437b697 Can never cache PreparedStatement with bind in lists 5 years ago
Travis Burtrum bc2250d9f4 travis-ci fix java7, h2 does not support ANY 5 years ago
Travis Burtrum 961f3979d2 Rework test/pom.xml and .travis.yml to better support seperate DatabaseType testing 5 years ago
Travis Burtrum b609747b50 Fix java6 compilation 5 years ago
Travis Burtrum 3bb274fa83 travis-ci test databases supporting bind (all), any (h2 java8+, postgres), oracle, unnest (hsql) all seperately 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 ad7dc13dab Fix QueryMapperTypeQmDao.java java6 compilation 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 6e56622ce0 Tweak in list tests 5 years ago
Travis Burtrum 23c87a25c7 Finish implementing oracle travis-ci testing 5 years ago
Travis Burtrum 7dab1bcc8c Run seperate oracle/hsqldb tests for java6 too 5 years ago
Travis Burtrum 6a0ad970f7 Oracle needs special settings for artifacts 5 years ago
Travis Burtrum c899d07a71 Profiles to test oracle and hsql special DatabaseTypes 5 years ago
Travis Burtrum 5057a282bd Move test deps and versions to test module 5 years ago
Travis Burtrum bcbcab5de1 add oracle tests 5 years ago