169 Commits (31135cc2c4987f22ea5838feb2540558cfcc1ccd)

Author SHA1 Message Date
Phillip Webb 02850f357f Migrate exception checking tests to use AssertJ 7 years ago
Sam Brannen 73dbd06361 Enforces static imports for JUnit 4 assertions and assumptions 7 years ago
Phillip Webb 816bbee8de Remove '.*' imports from tests 7 years ago
Phil Webb d7320de871 Migrate away from ExpectedException (#22922) 7 years ago
Sam Brannen 47c39304af Use assertThat from Hamcrest instead of JUnit 4 7 years ago
Juergen Hoeller 0babc1fb64 Polishing 7 years ago
Juergen Hoeller a11a592734 AbstractSqlParameterSource enumerates parameter values in toString() 7 years ago
Spring Operator 3db08c6b7a URL Cleanup 7 years ago
Spring Operator 8f77b7366e URL Cleanup 7 years ago
Sebastien Deleuze cbb5a78aa0 Infer Kotlin null-safety from type variables 7 years ago
Sebastien Deleuze 0ca8428603 Fix lambda nullability in JdbcOperations extensions 7 years ago
Spring Operator 540759ec41 URL Cleanup 7 years ago
Spring Operator dc6f63f610 URL Cleanup 7 years ago
Spring Operator d99edd154f URL Cleanup 7 years ago
Spring Operator 6a0ef1aa64 URL Cleanup 7 years ago
Juergen Hoeller 106a757098 Polishing 7 years ago
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 7 years ago
Juergen Hoeller a3d763d137 Consistent parameter resolution for batch updates (IN clauses etc) 7 years ago
Stephane Nicoll 7b6f2f8fb3 Polish contribution 7 years ago
Hanope bfb49c7249 Fix typos 7 years ago
Juergen Hoeller 362c59c310 Consistently return empty array in case of empty batch arguments 7 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 8 years ago
sdeleuze 9f1d8517ba Polish Kotlin source code style 8 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