1155 Commits (bcc9e27dd00a7eaf2f7e66d04d04ed31d0dd1efc)

Author SHA1 Message Date
Juergen Hoeller 6cea397bd8 Consistent handling of early setCatalog/setSchema/setHoldability calls 6 days ago
Juergen Hoeller de562deab0 Recognize error code 149 as deadlock loser (MySQL Galera) 1 week ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 2 weeks ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 2 weeks ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 2 weeks ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 2 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Manu Sridharan 8a1a9d2ab2 Fix nullability annotation in JdbcTemplate 2 months ago
qwding 149397ed10 Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter 2 months ago
Sam Brannen 799a520c35 Consistently refer to "an SQL" statement, type, etc. 2 months ago
Juergen Hoeller 5d33de943b Polishing 2 months ago
Juergen Hoeller 7da65fe4fc Support -1 for undetermined length in SqlBinaryValue/SqlCharacterValue 2 months ago
Brian Clozel ec6b7730a2 Polishing contribution 3 months ago
jher235 fc29d88778 Use StringBuilder in JdbcTemplate for batch updates 3 months ago
Juergen Hoeller ab33000750 Do not keep target connection after failed settings 4 months ago
Juergen Hoeller f58d0f6aae Consistent namespace element declarations 4 months ago
Juergen Hoeller c1b6bfb681 Expose non-existent resources at the end of the sorted result 4 months ago
Juergen Hoeller 35b8fbf901 Remove javadoc references to deprecated PropertiesBeanDefinitionReader 4 months ago
Sébastien Deleuze 23f0cfb925 Fix JdbcOperations Kotlin extensions 4 months ago
Sébastien Deleuze 6b8552b4c1 Refine ParameterizedPreparedStatementSetter nullability 4 months ago
Juergen Hoeller 2b526efe65 Polishing 5 months ago
Juergen Hoeller a33027703d Preserve Connection readOnly state for defaultReadOnly DataSource 5 months ago
Sam Brannen 00e1429378 Polish SQLErrorCodeSQLExceptionTranslatorTests 5 months ago
Sam Brannen 2d3c2e3feb Revise contribution 5 months ago
Dmytro Nosan a41af448ec Ensure SingletonSupplier is singleton even if singletonInstance is null 5 months ago
Juergen Hoeller 5471961f06 Restore exposure of original BatchUpdateException as root cause 5 months ago
Park Juhyeong 4b7b280ac3 Optimize resource URL resolution in SortedResourcesFactoryBean 5 months ago
Sébastien Deleuze 694224f1a6 Remove outdated Spring version mentions 5 months ago
Sam Brannen bccfbfd630 Fix previous commit for 6.2.x compatibility 5 months ago
Brian Clozel 506b76032f Add missing reflection hints for JdbcUtils 5 months ago
Juergen Hoeller 6c5de48059 Ignore SQL state 3B001 in HSQLDB exception message as well 6 months ago
Sam Brannen c2ef11e1fc Remove test prefixes and avoid warnings in JDBC and TX tests 6 months ago
Juergen Hoeller c2a66e723f Polishing 6 months ago
Juergen Hoeller 2ee34a5632 Add MySQLTableMetaDataProvider for correct generated-keys support 6 months ago
Juergen Hoeller 332953c9a4 Align BatchUpdateException handling among SQLExceptionTranslator variants 6 months ago
Juergen Hoeller d484e4f3ff Ignore SQL state 3B001 in releaseSavepoint (for HSQLDB) 6 months ago
Sébastien Deleuze da0a36bfd6 Upgrade to NullAway 0.12.10 and refine nullability 6 months ago
Juergen Hoeller b8f71b2321 Add DataFieldMaxValueIncrementer for SQLite (migrated from Spring Batch) 7 months ago
Lukáš Kvídera db9e938ec4 Detect Informix error codes as DuplicateKeyException 7 months ago
Sébastien Deleuze 7a2a167f34 Upgrade nullability plugin to 0.0.4 7 months ago
Sam Brannen 15d3692669 Update assertion in JdbcClientIntegrationTests 8 months ago
Sam Brannen 37b076be51 Support multiple result sets in ScriptUtils.executeSqlScript() 8 months ago
Juergen Hoeller f3832c7262 Add note on SQL types with SqlBinaryValue/SqlCharacterValue 8 months ago
Juergen Hoeller 16e99f289c Accept support for generated keys column name array on HSQLDB/Derby 8 months ago
Juergen Hoeller dacaf7fd56 Align @Nullable annotation 8 months ago
Juergen Hoeller 642e554c52 Process PostgreSQL-returned catalog/schema names in given case 8 months ago
Sébastien Deleuze a61b297967 Specify flexible generics nullness in spring-jdbc 9 months ago
Juergen Hoeller 9406e7ee2a Add additional javadoc notes on 7.0 9 months ago