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

Author SHA1 Message Date
Travis Burtrum 85e0d868fe Compile differently based on Calendar object existence 6 years ago
Travis Burtrum 8e125d8e68 Clean up random todos 6 years ago
Travis Burtrum 6897043392 Fix compilation with java 6 6 years ago
Travis Burtrum 53a8c4032e Add missing import to generated JdbcMapper classes 6 years ago
Travis Burtrum 783b51b810 Migrate JdbcMapperProcessor away from using reflection and Class objects all together... 6 years ago
Travis Burtrum a1ad929cf4 Half measure to avoid using Class objects in CompileTimeResultSetMapper 6 years ago
Travis Burtrum be6689aa29 Sometimes class is not available on classpath, use type when we can 6 years ago
Travis Burtrum f028853c15 Set in list type names in a smarter fashion 6 years ago
Travis Burtrum c1139447e4 In JdbcMapper, error out on unused parameters 6 years ago
Travis Burtrum f14b87203a If we can not properly infer PreparedStatement bind in JdbcMapper, error out saying so 6 years ago
Travis Burtrum 8d9a01766f Implement in lists for Oracle and standard SQL in JdbcMapper 6 years ago
Travis Burtrum 2162e35456 Add support for binding Blob, Clob, java.sql.Array to PreparedStatement in JdbcMapper 6 years ago
Travis Burtrum 12fc0edbd4 Call .setClob for clob wrapped Strings in QueryMapper 6 years ago
Travis Burtrum 2f19f2ad46 Remove requirement for @JdbcMapper.Mapper to implement JdbcMapper, logic around requiring close() method or not 6 years ago
Travis Burtrum 5960341297 Add presto-sqlparser module for alternative SQLParser implementation (requires java 8+) 6 years ago
Travis Burtrum 849a85f1be Split into modules 6 years ago
Travis Burtrum 59cf4ff2cd Fork from beehive 6 years ago
Travis Burtrum d8f7e6df4a Initial JdbcMapper annotation support 6 years ago
Travis Burtrum 67ae0d257c Change getColumnName to getColumnLabel, should work the same on oracle and fix mysql... 6 years ago
Travis Burtrum 5d859c49d7 Fix test database use with multiple test classes 6 years ago
Travis Burtrum efd1d44808 Major refactor, more tests 6 years ago
Travis Burtrum e7639d740c Somewhat major re-factor, all tests pass now 6 years ago
Travis Burtrum b425bb49b0 Setup tests for all ResultSetMappers, fix some problems 6 years ago
Travis Burtrum c9e8037963 Cache options for CachingResultSetMapper too, added StaticCachingResultSetMapper and StaticCompilingResultSetMapper 6 years ago
Travis Burtrum ccbbb3929e Cache constructor in CachingResultSetMapper too 6 years ago
Travis Burtrum f97ad82389 Some re-factoring for lazy loading 6 years ago
Travis Burtrum 9310c759e6 Flexible cache implementation options in CompilingResultSetMapper 6 years ago
Travis Burtrum 34a7a55bfc Fix map and array mapping from CompilingResultSetMapper, add javadocs 6 years ago
Travis Burtrum 61010ec39e Handle booleans same way in CompilingResultSetMapper as ResultSetMapper 6 years ago
Travis Burtrum 2e6fce9786 Initial CompilingResultSetMapper implementation 6 years ago
Travis Burtrum 9d131e13ce Make CachingResultSetMapper not have an entire cache shared over the whole application, only per instance, also fix hashing logic 6 years ago
Travis Burtrum 1b2f248574 Add Compiler 6 years ago
Travis Burtrum 8ac701ea4a Fix NewDefaultObjectResultSetMapper 6 years ago
Travis Burtrum b0a5905c41 Remove toMap that takes a Map class, because it cannot be called without an unchecked warning, send in object 6 years ago
Travis Burtrum fcc0fda3dc tools.jar is gone, depend on aptIn16s API 6 years ago
Travis Burtrum 6f4b54f5f3 Un-deprecate FormData, there will never be another major version, beehive as a whole is deprecated 6 years ago
Travis Burtrum 6bcb3d0039 Close context in a finally 6 years ago
Travis Burtrum a7e159b172 Add QueryMapper.noBind, which is skipped if sent in as one of the bindObjects 8 years ago
Travis Burtrum 1850272d64 [maven-release-plugin] prepare for next development iteration 8 years ago
Travis Burtrum 98bcef3dbb [maven-release-plugin] prepare release beehive-1.0.4 8 years ago
Travis Burtrum cae029e496 Suppress warnings in generated code 8 years ago
Travis Burtrum 95dcf6722c Have InList sql always be wrapped by parens 8 years ago
Travis Burtrum 430b4eab76 Make inListReplace string public 8 years ago
Travis Burtrum 04170dda82 Add ListQueryMapper and various InList implementations to assist with sql-in-type queries 8 years ago
Travis Burtrum bd02ce8372 [maven-release-plugin] prepare for next development iteration 8 years ago
Travis Burtrum c3b84adc3e [maven-release-plugin] prepare release beehive-1.0.3 8 years ago
Travis Burtrum 0c6a39eeb4 Add another test to ensure proper exception gets thrown when no proper constructor can be found 8 years ago
Travis Burtrum d0e71273f1 Prepare pom for easier release to maven central, require tests always 8 years ago
Travis Burtrum 79eac08efe Fix returning of primitive array types 8 years ago
Travis Burtrum bb40891e14 Add FinalTest to ensure the compiler in-lining behavior does not change in the future 8 years ago