50 Commits (6e4317ebfb54d5d6e1d52964d17ffde0abfd0b2e)

Author SHA1 Message Date
Juergen Hoeller cc4f1328ee Introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes 13 years ago
Juergen Hoeller 6b4c29cd24 Defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility 13 years ago
Juergen Hoeller d3c0dd1c7e Minor javadoc updates 13 years ago
Juergen Hoeller 99c7f25b05 Deprecated OracleLobHandler in favor of DefaultLobHandler for the Oracle 10g driver and higher 13 years ago
Juergen Hoeller 2bd584ca75 Added "createTemporaryLob" flag to DefaultLobHandler, using JDBC 4.0's createBlob/Clob mechanism 13 years ago
Juergen Hoeller 6a043e3ea1 Mentioning JDBC 4's unwrap method for obtaining the native connection now 13 years ago
Juergen Hoeller 1716c171d8 LazyConnectionDataSourceProxy catches setReadOnly exception analogous to DataSourceUtils 13 years ago
Carson McDonald 6a45d5bfb0 Minor changes to fix typos 13 years ago
Juergen Hoeller acffcdaa01 Polished *JdbcCall/Insert classes 13 years ago
Juergen Hoeller c1c27e7142 Deprecated JdbcTemplate's queryForInt/Long operations in favor of queryForObject (following NamedParameterJdbcTemplate) 13 years ago
Juergen Hoeller 3fa6723748 Added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs 13 years ago
Juergen Hoeller 8a4ce142c4 SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code, looping through the causes. 13 years ago
Phillip Webb f464a45ba4 Polish formatting 13 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 13 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 13 years ago
Juergen Hoeller 5d9ad5b1d1 AbstractDriverBasedDataSource does not rely on Properties chaining anymore 13 years ago
Juergen Hoeller 20c4ba40d8 AbstractDriverBasedDataSource does not rely on Properties chaining anymore 13 years ago
Juergen Hoeller f0a1ff2d76 JDBC parameter binding uses JDBC 3.0 ParameterMetaData (if available) for type determination 13 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 13 years ago
Chris Beams 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 13 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 13 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 13 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 13 years ago
Chris Beams 8597ec25ec Fix various Javadoc warnings 13 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 13 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 13 years ago
Juergen Hoeller 6e8117c627 Polishing along with backports to 3.1.4 13 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 13 years ago
Sam Brannen aa16caa2ac Support comments in statements in RDbPopulator 13 years ago
Juergen Hoeller 9e337d2705 Avoid a hard dependency on Sun's CachedRowSetImpl class 14 years ago
Juergen Hoeller ea95da126a Implement java.io.Closeable where appropriate 14 years ago
Juergen Hoeller d6e1a4a26a LocalDataSourceConnectionProvider checks against SmartDataSource before closing a Connection 14 years ago
Eric Weinberg 33abee2db2 Ensure LineNumberReader is always closed 14 years ago
Phillip Webb 073b627f4e Polish ResourceDatabasePopulator 14 years ago
Sam Brannen c79c4c6e25 Fix typos and suppress warnings in JdbcTemplate 14 years ago
Sam Brannen 4aaf014cc6 Support comments in SQL scripts in JdbcTestUtils 14 years ago
Juergen Hoeller 92a92b7937 Minor changes along with 3.1.3 backport 14 years ago
Juergen Hoeller 9ff640a95d AbstractRoutingDataSource consistently implements JDBC 4.0's Wrapper interface as well 14 years ago
Oliver Gierke 3fb3b7d67a Work around JDK7 String#substring performance regression 14 years ago
Juergen Hoeller a90f25668b Spring-backed DataSources consistently implement JDBC 4.0's Wrapper interface 14 years ago
Sam Brannen c795c1b362 Polishing 14 years ago
Juergen Hoeller 780a259c70 re-added JDBC 4.1 getParentLogger method 14 years ago
Sam Brannen 027e49c58a Document default scripts for embedded databases 14 years ago
Oliver Gierke 49c9a2a915 Use transactional connection during db population 14 years ago
Philippe Marschall 13239a0c3d Fix compiler warnings 14 years ago
Chris Beams 2db4e15f0e Translate SQLTimeoutException to QueryTimeoutException 14 years ago
Stevo Slavic effb762558 Fix javadoc warnings 14 years ago
Chris Beams 02a4473c62 Rename modules {org.springframework.*=>spring-*} 14 years ago