dependabot[bot]
|
e8bddb474e
|
Bump junit from 4.11 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Travis Burtrum
|
83fdc67e4a
|
Add AutoCloseableUtil.java for java8+
|
3 years ago |
Travis Burtrum
|
c143004fc2
|
Implement {str:booleanParamName} for JdbcMapper to set booleans as Strings for crippled databases like Oracle
|
3 years ago |
Travis Burtrum
|
4f5800a269
|
Add OpenJDK 16 CI tests
|
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
|
39dbefda64
|
Add testing on OpenJDK 15
|
3 years ago |
Travis Burtrum
|
aac0f30e8a
|
Extend SimpleSQLParser to support more SQL, add tests
|
3 years ago |
Travis Burtrum
|
c327f24e02
|
Make FunctionSupplier a FunctionalInterface
|
4 years ago |
Travis Burtrum
|
595caa4aa8
|
Switch internal implementation of Cache refresh timing logic
|
4 years ago |
Travis Burtrum
|
f290187ee0
|
Add Cache utilities for java8+ only
|
4 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
|
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
|
62bf29dc2b
|
Change default JdbcMapper.beanSuffix
|
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
|
54e99e41aa
|
Make sure EnsureContext is called before defaultInList is set up
|
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
|
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
|
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
|
bf7be50d89
|
Correct readme
|
4 years ago |
Travis Burtrum
|
29ec477334
|
Start PreparedStatement binding documentation, fix some omissions/inconsistencies between QueryMapper and JdbcMapper
|
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
|
f9dff338da
|
Add a bit to readme.md
|
4 years ago |
Travis Burtrum
|
ca43a27db9
|
Revert "Delete ListQueryMapper"
This reverts commit 3f4d3121
|
4 years ago |
Travis Burtrum
|
68db5eda17
|
travis-ci: Remove OracleJDK 11, add OpenJDKs 12 and 13
|
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
|
508b7cfc51
|
Fix travis-ci openjdk6 build, disable oraclejdk10 build
|
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
|
5 years ago |
Travis Burtrum
|
20c5cb6f8d
|
Add SpringRepository and SpringScope annotations for generating JdbcMapper implementations with spring annotations
|
5 years ago |
Travis Burtrum
|
8698c2740d
|
Fix NullListQueryMapper.java for java6
|
5 years ago |
Travis Burtrum
|
7c053176d2
|
Add NullListQueryMapper.java
|
5 years ago |
Travis Burtrum
|
a378e640ae
|
Fix ListQueryMapper
|
5 years ago |