120 Commits (f46520e6e8e70e59ad46bc31debdfd155cf943bc)

Author SHA1 Message Date
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 9 years ago
Sebastien Deleuze 86580b2358 Polishing 9 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 9 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 9 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 9 years ago
Juergen Hoeller 0b118322b0 Polishing 9 years ago
Juergen Hoeller af6f688196 Test for BeanPropertySqlParameterSource with collection 9 years ago
arturgspb 8db8c85b69 SPR-15382 Spring Jdbc add Postgresql ?| and ?& operators support 9 years ago
Sebastien Deleuze 9963c4a495 Fix Kotlin warnings 9 years ago
Juergen Hoeller 0f51ff5ebc Reset global rollback-only status when rolling back to savepoint 9 years ago
Juergen Hoeller 8d707eb530 Polishing 9 years ago
Juergen Hoeller 07dd61eabd Drop NativeJdbcExtractor mechanism in favor of JDBC 4 unwrap 9 years ago
Juergen Hoeller b630c9bea7 Clear synchronization before triggering afterCompletion callbacks 9 years ago
Juergen Hoeller 02195f5abf Support for read-only transactions through explicit SET TRANSACTION statement 9 years ago
Mario Arias c33ad15b28 Add Kotlin JDBC extensions 9 years ago
Philippe Marschall 3f97ab183e Avoid use of double constructor of BigDecimal 9 years ago
Juergen Hoeller 1f4c6de287 Polishing 10 years ago
Juergen Hoeller a0fee4657d JdbcUtils explicitly extracts SQL date/time for JSR-310 LocalDate/Time 10 years ago
Juergen Hoeller 2f9ed5917b Polishing 10 years ago
Juergen Hoeller 71d83388d4 Test for multi-character delimiter 10 years ago
Juergen Hoeller ab0d523cc0 Polishing 10 years ago
Juergen Hoeller 5ac7a32c8a Raise JDBC driver feature baseline to JDBC 4.0+ 10 years ago
Juergen Hoeller e03dea1d64 Polishing 10 years ago
Juergen Hoeller 7287baefeb GenericSqlQuery configured with RowMapper instance 10 years ago
Sam Brannen 1391248ea6 Introduce log4j 2 for Spring's test suite 10 years ago
Stephane Nicoll 00d2606b00 Explicit type can be replaced by <> 10 years ago
Juergen Hoeller 0fc0ce78ae Drop deprecated dependencies on Log4j, JRuby, JExcel, Burlap, Commons Pool/DBCP 10 years ago
Juergen Hoeller ca9ffa2012 Convenience constructors for CompositeDatabasePopulator 10 years ago
Johnny Lim 44e652f99e Remove duplicate words 10 years ago
Juergen Hoeller 797f5dbba6 StatementCreatorUtils handles Types.BOOLEAN through PreparedStatement.setBoolean 10 years ago
Juergen Hoeller 517ebd1d3e Consistent formatting 10 years ago
Stephane Nicoll 714ae2684c Support for global separator in JDBC namespace 10 years ago
Juergen Hoeller e8a0ef0206 Polishing 11 years ago
Juergen Hoeller cca037a74d Polishing 11 years ago
Juergen Hoeller 11d1f050e9 NamedParameterUtils skips Postgres-style ?? operator 11 years ago
Sam Brannen d5ee787e1e Migrate JUnit 3 tests to JUnit 4 11 years ago
Sam Brannen 8af0151f1b Suppress recent deprecation warnings in tests 11 years ago
Sam Brannen a43d78ea55 Suppress warnings in tests in spring-jdbc 11 years ago
Sam Brannen 9ab4062317 Clean up warnings in tests in spring-jdbc 11 years ago
Sam Brannen d54aab2338 Log connection URL for embedded databases 11 years ago
Juergen Hoeller e0f012f32d Removal of redundant JdkVersion checks in the test suite 11 years ago
Juergen Hoeller 2934256257 Polishing 11 years ago
ndebeiss 629bcb6599 Support single quotes nested in double quotes in SQL scripts 11 years ago
Juergen Hoeller e0329306df JdbcTemplate's queryForObject allows for specifying primitive types as well 11 years ago
Sam Brannen 6c530b7bfb Delete trailing whitespace in XML files 11 years ago
Stephane Nicoll 8dec8823fb Allow parameter name binding for SimpleJdbcCall 11 years ago
Juergen Hoeller 050e581c10 StatementCreatorUtils.setValue only uses setString etc for Types.OTHER in case of Oracle 11 years ago
Sam Brannen c0fbe0ae5a Support unique names for embedded databases 11 years ago
Sam Brannen c36c6cbfaa Introduce database-name in <jdbc:embedded-database> 11 years ago
Sam Brannen 7e2f12cf9f Allow <jdbc:embedded-database> to be declared w/o id 11 years ago