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

Author SHA1 Message Date
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 12f13121ee Downgrade hsqldb for java 1.6 5 years ago
Travis Burtrum 292cce2533 Manually load drivers pre-java8 5 years ago
Travis Burtrum ca4c827788 Add support for testing against multiple database backends 5 years ago
Travis Burtrum 319e4f7765 Add caching to .travis.yml 5 years ago
Travis Burtrum 79625c08cd Fix java8+ diamond operator 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 17a429399c Fix non-generic array TypeReference for java 6 5 years ago
Travis Burtrum 3fb9559ba7 Fix generated code causing warnings 5 years ago
Travis Burtrum 564df7b022 Fix some warnings 5 years ago
Travis Burtrum 2650b60f47 Remove now useless extra toType tests now that we test everything with toType 5 years ago
Travis Burtrum a0dfc278c3 Implement toArrayMap for toType 5 years ago
Travis Burtrum e2c1f9a12d Fix QueryMapperTypeQmDao for java6 5 years ago
Travis Burtrum 2d36126c00 Run all tests with new QueryMapper.toType function 5 years ago
Travis Burtrum d80d3dee93 Add tests that do not use constructors 5 years ago
Travis Burtrum d3c4f89316 Add Collection<Map<String,T>> support to QueryMapper.toType and test for it 5 years ago
Travis Burtrum c151f3ba0e Finish porting tests 5 years ago
Travis Burtrum c04a9ee842 Fix generic array creation error in JdbcMapper, add test 5 years ago
Travis Burtrum 1c561181ff Finish porting tests 5 years ago
Travis Burtrum 9f00f4924f Fix for java6 5 years ago
Travis Burtrum 05ac1d3f84 Test porting continues 5 years ago
Travis Burtrum f9af32dba2 Port more tests to JdbcMapper 5 years ago
Travis Burtrum b9f963ca5f Fix partial test refactor with java 6 5 years ago
Travis Burtrum 670e14d57e Refactor QueryMapper tests to run against JdbcMapper too, partially done 5 years ago
Travis Burtrum 3af0d94e82 Add jdk 10 and 11 to .travis.yml 5 years ago
Travis Burtrum 49296f1f2a Improve QueryRunner 50% failure rate test 5 years ago
Travis Burtrum 64e500ca2a Add JdbcMapper cleaner test 5 years ago
Travis Burtrum 337abc8c6d Revert fields from public to protected in tests 5 years ago
Travis Burtrum 2be8f073a4 Use correct variable name to work inside lambdas 5 years ago
Travis Burtrum c91f6efd9e Add .travis.yml 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 cb36e783ed Fix paramPattern regex 5 years ago
Travis Burtrum edd6fc6e65 Remove Blob and Clob annotations in favor of SQL bind syntax 5 years ago
Travis Burtrum ba7fb733b2 More enum support 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 4c8c848a1f Fix jdbcmapper enums when being compiled in same run as generated code 5 years ago
Travis Burtrum 391fbc6b97 Forgot to genPrestoPersonDAO.sh as always 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 ebccf0a0e2 Forgot to generated Presto tests 5 years ago