242 Commits (bd7fd57ad2114ce3ed3385116b886862a6cb3fd3)

Author SHA1 Message Date
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
David Syer 296099f222 SPR-8592: add SpEL support in <jdbc:/> 13 years ago
Juergen Hoeller bbcf358a9d jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well; added "encoding" attribute to jdbc:script element; general revision of DatabasePopulator configuration and execution code 13 years ago
Juergen Hoeller e63e6cdbde polishing 13 years ago
Juergen Hoeller 19c2672dc3 polishing 13 years ago
Juergen Hoeller 4a11765dfd avoid Logger.getGlobal() - it's Java 7 only... 13 years ago
Juergen Hoeller e1d81e04bc prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 13 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 13 years ago
David Syer 6933a1af28 SPR-6717: Added support for database destroy scripts 13 years ago
Thomas Risberg 97e047ed66 added check for existing configuration of generated keys before calling update with a KeyHolder. (SPR-7564) 13 years ago
Thomas Risberg 189cc262ad updated codes for Sybase (SPR-8125) 13 years ago
Thomas Risberg 0adcb2ad2e Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334) 13 years ago
Sam Brannen bfecedf5e2 Reverted Dave's changes to Eclipse project settings since we do not use Maven to build. 14 years ago
David Syer 14edc9fc03 SPR-7364: added separator property to database populator to deal with things like PL/SQL 14 years ago
David Syer 645631ad2e SPR-6688: Add tests and explicit detection of \ in sql script extractor 14 years ago
Thomas Risberg f5f738f2b4 SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes 14 years ago
Thomas Risberg 939da34869 switched to create the PreparedStatementCreatorFactory using a list of SqlParameters to preserve type names (SPR-7699) 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Thomas Risberg 171f1ee097 added additional parameter name matching using lowercase with Locale.ENGLISH (SPR-7658) 14 years ago
Juergen Hoeller 5da5fc6499 polishing 14 years ago
Juergen Hoeller 0f924820e8 revised OracleTableMetaDataProvider for reliable Oracle Connection detection; autodetect JdbcTemplate's NativeJdbcExtractor (SPR-7611) 14 years ago
Thomas Risberg bd22bed10a added a SybaseAnywhereMaxValueIncrementer since syntax is slightly different than for Sybase ASE (SPR-7623) 14 years ago
Juergen Hoeller ccded10d86 added configurable Connection/Statement/ResultSet target types to Jdbc4NativeJdbcExtractor (SPR-7613); added OracleJdbc4NativeJdbcExtractor with pre-configured Oracle JDBC API types 14 years ago
Juergen Hoeller 2433feab09 fixed embedded database exception test 14 years ago
Juergen Hoeller be04aca037 consistent handling of unwrap/isWrapperFor/isClosed in JDBC proxies 14 years ago
Juergen Hoeller 153680a5e6 polishing 14 years ago
Juergen Hoeller a15d023b45 ResourceDatabasePopulator throws descriptive ScriptStatementFailedException with resource details (SPR-7546) 14 years ago
Thomas Risberg 63b8ae085a added a nativeJdbcExtractor property for the TableMetaDataProvider and a method to specify the one to use for SImpleJdbcInsert (SPR-7611) 14 years ago
Oliver Gierke 1c6e131746 SPR-7604 - Support multiple embedded databases. 14 years ago
Oliver Gierke ba2bac17de SPR-7604 - Support multiple embedded databases. 14 years ago
Oliver Gierke b467f2c858 SPR-7602 - Correctly shutdown Derby >= 10.6 14 years ago
Thomas Risberg b2b195e2cf changed the access of the "reconcileColumnsToUse" and "reconcileParameters" methods to protected (SPR-7556) 14 years ago
Juergen Hoeller c2dab9c200 EmbeddedDatabaseFactory shuts down database when failing to populate it in initDatabase (SPR-7536) 14 years ago
Juergen Hoeller 53692a79e2 polishing 14 years ago
Thomas Risberg 1247d2085b Polished the support for looking up column values by column label (SPR-7506) 14 years ago
Thomas Risberg 90636f66a8 Added support for looking up column values by column label to support CachedRowSetImpl which doesn't allow for column label use (SPR-7506); added some generics; 14 years ago
Juergen Hoeller 4e3227441b DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement (SPR-7487) 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Juergen Hoeller 82bcef037d JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing (SPR-7497) 14 years ago
Ben Hale 7730e76c06 Publishing license and notice files 14 years ago
Arjen Poutsma dbfa049e1e Prepping for 3.0.5 14 years ago
Juergen Hoeller 1503a139e2 fixed yet another regression with respect to newlines (SPR-7449) 14 years ago
Sam Brannen e3400f77c9 [SPR-7449] @Ignore'd failing test for regression in ResourceDatabasePopulator. 14 years ago
Juergen Hoeller 48874801a3 fixed accidental regression with respect to newlines 14 years ago
Juergen Hoeller 7cddb1c50e polishing 14 years ago
Juergen Hoeller a8133a9917 ignore empty statements (SPR-7363) 14 years ago
Juergen Hoeller b261d336b1 HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393) 14 years ago