David Syer
|
99e6c7c45d
|
SPR-6717: Added support for database destroy scripts
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4470 50f2f4bb-b051-0410-bef5-90022cba6387
|
15 years ago |
David Syer
|
1e249085d2
|
SPR-7364: added separator property to database populator to deal with things like PL/SQL
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4417 50f2f4bb-b051-0410-bef5-90022cba6387
|
15 years ago |
David Syer
|
9c73be0869
|
SPR-6688: Add tests and explicit detection of \ in sql script extractor
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4410 50f2f4bb-b051-0410-bef5-90022cba6387
|
15 years ago |
Oliver Gierke
|
a54c4bd0cf
|
SPR-7604 - Support multiple embedded databases.
Added missing test configuration file.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3716 50f2f4bb-b051-0410-bef5-90022cba6387
|
16 years ago |
Sam Brannen
|
22a0850aca
|
[SPR-7449] @Ignore'd failing test for regression in ResourceDatabasePopulator.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3557 50f2f4bb-b051-0410-bef5-90022cba6387
|
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
Grr: classpath*: again...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2443 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 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
Added resource pattern feature to embedded datasource XML parser.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2442 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
27c1a578f4
|
OPEN - issue SPR-6346: NoSuchMethodException in DerbyEmbeddedDatabaseConfigurer
Added derby test case to EmbeddedDatabaseBuilderTests
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2439 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
67932323ad
|
RESOLVED - issue SPR-6345: ResourceDatabasePopulator does not handle comments properly when ignoring failures
http://jira.springframework.org/browse/SPR-6345
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2436 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
d55d291313
|
RESOLVED - issue SPR-5917: fixed classpath pattern for ANT
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2231 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
4e2ebdf8e4
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved classes but not resources (fixed)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2230 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
8fba8e87ab
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Tweak initializer to allow placeholders for script locations
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2229 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
David Syer
|
ba249fb1b1
|
RESOLVED - issue SPR-5917: DataSourceInitializer and namespace support for creating and populating databases
Moved populator to init package and added namespace features
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2227 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Juergen Hoeller
|
c459b7e905
|
"data.sql" instead of "test-data.sql" (SPR-6020)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1971 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Keith Donald
|
2587e09b57
|
derby embedded db support initial commit; shutdown use case needs work
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1197 50f2f4bb-b051-0410-bef5-90022cba6387
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1137 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Thomas Risberg
|
d3c10437c4
|
added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@764 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Thomas Risberg
|
b9b536871c
|
fixed missing tabs in application context file (SPR-3987)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@763 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Thomas Risberg
|
87a53c0777
|
moved the application context file to correct directory (SPR-3987)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@762 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Thomas Risberg
|
d79c880c46
|
added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@761 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Arjen Poutsma
|
3a3e814482
|
Moved tests from testsuite to jdbc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@222 50f2f4bb-b051-0410-bef5-90022cba6387
|
18 years ago |
Arjen Poutsma
|
87209473ae
|
Initial import of JDBC module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@123 50f2f4bb-b051-0410-bef5-90022cba6387
|
18 years ago |