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

Author SHA1 Message Date
Travis Burtrum c143004fc2 Implement {str:booleanParamName} for JdbcMapper to set booleans as Strings for crippled databases like Oracle 3 years ago
Travis Burtrum 1e4a1c2371 Allow parens directly before and after FROM 3 years ago
Travis Burtrum 3a51d6ee56 Fix breakage when encountering TYPE_USE annotations 3 years ago
Travis Burtrum aac0f30e8a Extend SimpleSQLParser to support more SQL, add tests 3 years ago
Travis Burtrum d6d77c9528 Update snapshots for @RunInTransaction void support 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 14d4b897ad Fix travis-ci build, re-enable Oracle tests 4 years ago
Travis Burtrum 27f26e6ef4 SimpleSQLParser supports subqueries-as-columns now 4 years ago
Travis Burtrum 1a37b1c4d1 Add OpenJDK 14 to travis-ci tests, disable oracle tests since maven.oracle.com is broken 4 years ago
Travis Burtrum 1766a9af6d JdbcMapperProcessor considers anything implementing Bindable a shortcut for {sql:} 4 years ago
Travis Burtrum e47ec84325 Clean up SqlBuilder API 4 years ago
Travis Burtrum a535465a2a Update snapshots for last commit 4 years ago
Travis Burtrum 39402c8613 Fix regression in QueryMapper.toResultSet() when ListQueryMapper was moved up, add tests for fix 4 years ago
Travis Burtrum 73729f5622 Upgrade c3p0 in test module 4 years ago
Travis Burtrum 46a37f6571 Implement snapshot tests for generated code 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 5e7bf3e0e2 Fix getGeneratedKey test 4 years ago
Travis Burtrum f24ba9ba0b Fix bug with generated SQL for getGeneratedKey, add unit test for it 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 fad614f85a Partially implement PreparedStatement.getGeneratedKeys() returning long/Long in JdbcMapper 5 years ago
Travis Burtrum 6988a438ba Re-enable and fix jdk6 travis tests 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 3d3ae891ad Rename auto_table from tests to avoid collisions 5 years ago
Travis Burtrum 04c3d429a0 Add testGetGeneratedKeysSingleLong tests 5 years ago
Travis Burtrum af0c0f3483 Implement OptimalInList.java which picks the optimal in list based on connection type 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 961f3979d2 Rework test/pom.xml and .travis.yml to better support seperate DatabaseType testing 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 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 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 4bb9b33604 Skip mssql test for jdk6 5 years ago
Travis Burtrum 20c933b1c9 Fix postgresql test 5 years ago
Travis Burtrum 62cf37dd27 Add mssql tests 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 1d6f71918c Add sqlite to tests 5 years ago
Travis Burtrum 2db37683d6 Test ArrayInList support in JdbcMapper and QueryMapper where supported 5 years ago
Travis Burtrum 292cce2533 Manually load drivers pre-java8 5 years ago