59 Commits (6af117037f41126c0400a46fcfdfd94297635399)

Author SHA1 Message Date
David Syer 1e249085d2 SPR-7364: added separator property to database populator to deal with things like PL/SQL 15 years ago
David Syer 9c73be0869 SPR-6688: Add tests and explicit detection of \ in sql script extractor 15 years ago
Thomas Risberg 9c39084b62 SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes 15 years ago
Thomas Risberg 7b25351288 switched to create the PreparedStatementCreatorFactory using a list of SqlParameters to preserve type names (SPR-7699) 15 years ago
Juergen Hoeller f917704e61 fixed embedded database exception test 16 years ago
Oliver Gierke a54c4bd0cf SPR-7604 - Support multiple embedded databases. 16 years ago
Oliver Gierke 7a24e4116f SPR-7604 - Support multiple embedded databases. 16 years ago
Thomas Risberg 4be9b83c31 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; 16 years ago
Juergen Hoeller 5294db8e62 fixed yet another regression with respect to newlines (SPR-7449) 16 years ago
Sam Brannen 22a0850aca [SPR-7449] @Ignore'd failing test for regression in ResourceDatabasePopulator. 16 years ago
Juergen Hoeller 90d1a297cb polishing 16 years ago
Juergen Hoeller 22ab9d6ce8 DataSourceUtils lets timeout exceptions through even for setReadOnly calls (revised; SPR-7226) 16 years ago
David Syer d4103d1168 RESOLVED - issue SPR-6668: Small Connection leak in DataSourceInitializer 16 years ago
David Syer 8dd8a2b451 RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag 16 years ago
David Syer 769bacfc28 RESOLVED - issue SPR-6365: spring-jdbc.xsd script element claims resource patterns can be used for any SQL resource location but this is only supported for initialize-database tag 16 years ago
Keith Donald 0be14b0974 removed new EmbeddedDatabaeBuilder methods that don't seem very useful for embedded scenarios; javadoc polishing 16 years ago
David Syer 27c1a578f4 OPEN - issue SPR-6346: NoSuchMethodException in DerbyEmbeddedDatabaseConfigurer 16 years ago
David Syer 67932323ad RESOLVED - issue SPR-6345: ResourceDatabasePopulator does not handle comments properly when ignoring failures 16 years ago
Keith Donald 254f477423 removed embedded databases factory in favor of new useDefaultScripts builder method 16 years ago
Keith Donald add8476160 embeddedd databases convenience factory; builder polishing 16 years ago
David Syer d55d291313 RESOLVED - issue SPR-5917: fixed classpath pattern for ANT 16 years ago
David Syer 4e2ebdf8e4 RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases 16 years ago
David Syer 8fba8e87ab RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases 16 years ago
David Syer ba249fb1b1 RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases 16 years ago
Juergen Hoeller c459b7e905 "data.sql" instead of "test-data.sql" (SPR-6020) 17 years ago
Juergen Hoeller 2147e66d7c changed NamedParameter/SimpleJdbcOperations parameter signatures to accept any Map value type (SPR-6046) 17 years ago
Mark Pollack 2f66da5293 SPR-5976 - Upgrade POMS to JUnit 4.6 17 years ago
Thomas Risberg 49f6a8db65 added some additional tests (SPR-3322, SPR-5162) 17 years ago
Thomas Risberg 35d527f756 Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758) 17 years ago
Thomas Risberg 1a703b3a63 added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739) 17 years ago
Thomas Risberg b23704f0f2 added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696) 17 years ago
Thomas Risberg 1343f95a43 added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322) 17 years ago
Keith Donald 55694f5ca1 removed unused imports 17 years ago
Keith Donald 4a727f391f applied Joris's patch to shutdown Embedded Derby DB; adjusted manifest template to restrict derby version range from 10.5.1. to 10.6 17 years ago
Keith Donald 2587e09b57 derby embedded db support initial commit; shutdown use case needs work 17 years ago
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Keith Donald ad4c6710b5 polish 17 years ago
Keith Donald 582b194061 h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps 17 years ago
Keith Donald 3f24357f96 spring-jdbc xsd initial commit; includes embedded-database tag 17 years ago
Keith Donald ee645318b8 polish 17 years ago
Keith Donald 527bbf4c5e eliminated dependency on jdbc core 17 years ago
Keith Donald 539f9b3575 polish 17 years ago
Keith Donald 28ae04ead2 added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population 17 years ago
Keith Donald 812e7272d5 embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review 17 years ago
Thomas Risberg c6bab66017 added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588) 17 years ago
Thomas Risberg b37a461eb0 added tests for custom SQLException translation, polished (SPR-4899) 17 years ago
Thomas Risberg ee4c0e7101 switched tests to use JUnit4 17 years ago
Thomas Risberg d3c10437c4 added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986) 17 years ago
Thomas Risberg b9b536871c fixed missing tabs in application context file (SPR-3987) 17 years ago
Thomas Risberg 87a53c0777 moved the application context file to correct directory (SPR-3987) 17 years ago