256 Commits (9506f8d883d4d2543784e459663e041c2afd2dfa)

Author SHA1 Message Date
Chris Beams bd6c3becb0 Increment version to 3.2.0.BUILD-SNAPSHOT 13 years ago
Juergen Hoeller 1141a1d610 polishing 13 years ago
Chris Beams 70c28a0bc5 Add Apache license header where missing in src/main 13 years ago
Chris Beams 7b491370a3 Polish EmbeddedDatabaseBuilder 13 years ago
Juergen Hoeller b21e1ee669 polishing 13 years ago
Thomas Risberg dee9e280b0 SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} 13 years ago
Thomas Risberg 933e22320d SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} 13 years ago
Thomas Risberg 4f5248bb5c SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} 13 years ago
Thomas Risberg aec82fbd4a SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1} 13 years ago
Thomas Risberg 92d6e5a14c SPR-8270 Adding improved support for detecting current schema name for Oracle 13 years ago
Thomas Risberg 118ee3fce8 SPR-8652 Fixing queryForLong and queryForInt implementation to use correct expected type 13 years ago
Thomas Risberg 0920f2d7d5 SPR-8235 SPR-7480 Updating H2 error codes 13 years ago
Chris Beams 4e522c0cc3 Fix Javadoc error in JdbcOperations 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
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