694 Commits (7f9933fdb742b6eec66cfb1d79de91972bfddf74)

Author SHA1 Message Date
Marc Wrobel bd3499671c Fix typos in test code 2 years ago
Marc Wrobel bca104798b Fix and improve Javadoc in spring-jdbc 2 years ago
Juergen Hoeller 5247eeba84 Support LocalDate/Time for SQL type mappings 2 years ago
Sam Brannen d274e893a6 Remove superfluous static declaration for enum, annotation, & interface 2 years ago
Sam Brannen 5650e20edd Polishing 2 years ago
Johnny Lim 2885177f5b Add @since tag for new CannotGetJdbcConnectionException constructor 2 years ago
Stephane Nicoll e98b602d4f Polish "Fix DataSourceUtils inconsistent exception handling" 2 years ago
Kevin Schönfeld edfe5d2f18 Fix DataSourceUtils inconsistent exception handling 2 years ago
Juergen Hoeller d7be1e0dab Polishing 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Sam Brannen 59c7bb1f86 Use Arrays.toString instead of Arrays.asList when generating Strings 3 years ago
Juergen Hoeller c81e11d537 Polishing 3 years ago
Sam Brannen e26d8839b3 Stop referring to features as Java 6/7 features where unnecessary 3 years ago
Juergen Hoeller 90103b0ae9 Consistent support for direct column matches in DataClassRowMapper 3 years ago
Juergen Hoeller 46363c337b Avoid confusing debug log entries with DataClassRowMapper 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Sam Brannen fb312d0ed5 Improve Javadoc for DatabasePopulator 3 years ago
Sam Brannen 420c4f3df3 Explicitly test BeanPropertyRowMapper.underscoreName(String) 3 years ago
Sam Brannen 420ff46b2a Polishing 3 years ago
Marten Deinum 261bc2ad6a Fix regression in BeanPropertyRowMapper.underscoreName(String) 3 years ago
Sam Brannen 51d263bd06 Simplify H2SequenceMaxValueIncrementerTests 3 years ago
Sam Brannen 90072d06fb Test H2SequenceMaxValueIncrementer against all H2 2.0.x compatibility modes 3 years ago
Sam Brannen 75e1811470 Ensure H2SequenceMaxValueIncrementer works with all H2 compatibility modes 3 years ago
Sam Brannen 18781e58ac Polish contribution 3 years ago
Henning Poettker ed4e2289cd Support H2 1.4 & 2.0 in H2SequenceMaxValueIncrementer 3 years ago
Stephane Nicoll b67e97d388 Polish 3 years ago
Stephane Nicoll 23babe27bb Polish "Add tests for AbstractRoutingDataSource" 3 years ago
Kazuki Shimizu bcb9f159ca Add tests for AbstractRoutingDataSource 3 years ago
Stephane Nicoll 544f357661 Polish "Refine StoredProcedure#declareParameter Javadoc" 3 years ago
awgtek ca4f338d75 Refine StoredProcedure#declareParameter Javadoc 3 years ago
Sam Brannen 0853baaa3f Fix Javadoc in [NamedParameter]JdbcOperations.queryForObject methods 3 years ago
Sam Brannen 89c7797ffb Commit in DatabasePopulatorUtils if Connection has auto-commit=false 3 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 3 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 3 years ago
Juergen Hoeller 4fe3ca1b82 DataClassRowMapper suppresses setter method calls for constructor-bound properties 3 years ago
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Sam Brannen b677206159 Polish Javadoc 3 years ago
Sam Brannen 7c756027a0 Deprecate internal APIs in ScriptUtils in spring-jdbc 4 years ago
Sam Brannen 4c642ccdcd Logically reorganize methods in ScriptUtils 4 years ago
Sam Brannen c80c4e001a Add missing author tags and sync SQL script support for JDBC & R2DBC 4 years ago
Sam Brannen 4cfad25468 Polish ScriptUtils implementations 4 years ago
Sam Brannen 569ce840cf Ignore comments when searching for statement delimiter in ScriptUtils 4 years ago
Sam Brannen 84e56bb5d9 Sync ScriptUtilsUnitTests implementations to simplify maintenance 4 years ago
Sam Brannen cda72e4a70 Ignore delimiter enclosed in double quotes in ScriptUtils 4 years ago
Juergen Hoeller be52ec8bd5 DataClassRowMapper exposes generic constructor parameters for type conversion 4 years ago
Sam Brannen 697108cc42 Support safe-updates mode in MySQLMaxValueIncrementer 4 years ago
Sam Brannen 1f477a5c1c Polish Javadoc for ColumnMapRowMapper 4 years ago
Marten Deinum ceac2a5c3c
Remove reference to Commons Collections in ColumnMapRowMapper Javadoc 4 years ago
Sam Brannen 5b114b7208 Cross reference DataClassRowMapper from BeanPropertyRowMapper 4 years ago
Carsten Dimmek 8de10e9199 Accept nullable values in MapSqlParameterSource set operators 4 years ago