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
|
9e89131a5b
|
Support @RunInTransaction for methods returning void
|
4 years ago |
Travis Burtrum
|
73867bb011
|
SimpleSQLChecker handles Stream in-lists
|
4 years ago |
Travis Burtrum
|
27f26e6ef4
|
SimpleSQLParser supports subqueries-as-columns now
|
4 years ago |
Travis Burtrum
|
943ac3ac85
|
JdbcMapper allow wildcards for java.sql.ResultSet
|
4 years ago |
Travis Burtrum
|
168186d43f
|
Fix SQLChecker for bind in lists and Bindable sql params
|
4 years ago |
Travis Burtrum
|
1766a9af6d
|
JdbcMapperProcessor considers anything implementing Bindable a shortcut for {sql:}
|
4 years ago |
Travis Burtrum
|
94d3ba89e0
|
SimpleSQLChecker tighten up exception handling
|
4 years ago |
Travis Burtrum
|
7b1b83fddd
|
Lazy load SQLChecker so it doesn't error if it won't be used
|
4 years ago |
Travis Burtrum
|
29ec477334
|
Start PreparedStatement binding documentation, fix some omissions/inconsistencies between QueryMapper and JdbcMapper
|
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
|
f24ba9ba0b
|
Fix bug with generated SQL for getGeneratedKey, add unit test for it
|
4 years ago |
Travis Burtrum
|
e7f191f54b
|
Reuse variable
|
4 years ago |
Travis Burtrum
|
243bf8c1ae
|
Add @JdbcMapper.SkipSQLCheck annotation, and another method to skip SQL checking in SimpleSQLChecker
|
4 years ago |
Travis Burtrum
|
20c5cb6f8d
|
Add SpringRepository and SpringScope annotations for generating JdbcMapper implementations with spring annotations
|
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
|
3f45785865
|
Fix not in ANY bind lists
|
5 years ago |
Travis Burtrum
|
9ad437b697
|
Can never cache PreparedStatement with bind in lists
|
5 years ago |
Travis Burtrum
|
b609747b50
|
Fix java6 compilation
|
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
|
c899d07a71
|
Profiles to test oracle and hsql special DatabaseTypes
|
5 years ago |
Travis Burtrum
|
7cc5af55fb
|
Implement UnNestArrayInList for hsqldb
|
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
|
3fb9559ba7
|
Fix generated code causing warnings
|
5 years ago |
Travis Burtrum
|
c04a9ee842
|
Fix generic array creation error in JdbcMapper, add test
|
5 years ago |
Travis Burtrum
|
64e500ca2a
|
Add JdbcMapper cleaner test
|
5 years ago |
Travis Burtrum
|
2be8f073a4
|
Use correct variable name to work inside lambdas
|
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
|
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
|
9261ee216a
|
Fix mapping null enums, add tests
|
5 years ago |