267 Commits (a4e192e33db05afccc0c3df64edf0850ded4b4df)

Author SHA1 Message Date
Sam Brannen f7e53a071b Polishing 7 years ago
Mansur Mustaquim 82dbde13b6 Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on the same line as '*/' (#22392) 7 years ago
Sebastien Deleuze 0b9522c84e Migrate Kotlin Mockito tests to Mockk 7 years ago
Rossen Stoyanchev 38ae282c3b Update log category precision for all tests 7 years ago
Juergen Hoeller bf272b0b21 Nullability fine-tuning based on IntelliJ IDEA 2018.3 inspection 8 years ago
Juergen Hoeller a3d763d137 Consistent parameter resolution for batch updates (IN clauses etc) 8 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 8 years ago
Hanope bfb49c7249 Fix typos 8 years ago
Juergen Hoeller 362c59c310 Consistently return empty array in case of empty batch arguments 8 years ago
Sam Brannen bdac39150f Polish contribution 8 years ago
Chris Harding 24ed6de6aa Add backslash escape support to containsSqlScriptDelimiters 8 years ago
Juergen Hoeller 58e9706991 Polishing 8 years ago
Sam Brannen 7077af14f1 Use Float.valueOf(float) instead of deprecated Float(double) constructor 8 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 8 years ago
Phillip Webb 1c25cec44f Polish test code 8 years ago
Juergen Hoeller 7bce7504c7 JdbcTemplate consistently exposes first value of equally named columns 8 years ago
Juergen Hoeller 25559b9e44 Polishing 8 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 8 years ago
Juergen Hoeller ff53d78e96 Remove bogus DataSource test from JpaTransactionManagerTests 8 years ago
Juergen Hoeller 0bc01fcd55 Polishing 8 years ago
Johnny Lim 8dd0974e2f Rename SingleColumnRowMapperTest to align with the other tests 8 years ago
nkjackzhang 82cb5dbf2b NamedParameterUtils.parseSqlStatement should parse :{x} style parameter correctly 8 years ago
Juergen Hoeller 82515a3f01 Consistent incrementer arrangement for PostgreSQL, DB2 and SAP HANA 8 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 8 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 8 years ago
Kazuki Shimizu 8c623c8a42 Supports ConversionService on SingleColumnRowMapper 8 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 8 years ago
Juergen Hoeller ac7a699356 NamedParameterUtils.isParameterSeparator checks for non-ASCII characters 8 years ago
Juergen Hoeller 44fd2d96cc Restore original separator set (but keep new isParameterSeparator impl) 8 years ago
Juergen Hoeller b2322e58d9 Support for PostgreSQL array syntax 8 years ago
Juergen Hoeller b55a2631ba NamedParameterJdbcTemplate provides accessor for classic JdbcTemplate 9 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 9 years ago
Juergen Hoeller 7ae59d0c2a Nullability refinements on private and static methods 9 years ago
Sam Brannen 4e81ee5fdf Verify support for H2 database aliases in SQL scripts 9 years ago
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