Commit Graph
17 Commits
Author SHA1 Message Date
Keith Donald 28ae04ead2 added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1053 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-22 19:31:46 +00:00
Keith Donald 812e7272d5 embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1050 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-22 17:07:20 +00:00
Thomas Risberg c6bab66017 added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@822 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-25 15:26:39 +00:00
Thomas Risberg b37a461eb0 added tests for custom SQLException translation, polished (SPR-4899)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@768 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 21:32:40 +00:00
Thomas Risberg ee4c0e7101 switched tests to use JUnit4
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@765 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-12 06:29:33 +00:00
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
2009-03-12 04:38:56 +00:00
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
2009-03-12 04:35:45 +00:00
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
2009-03-12 02:17:49 +00:00
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
2009-03-11 23:01:22 +00:00
Thomas Risberg 41ad9365d9 added a DuplicatKeyException catagory for SQLException translation (SPR-5125)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@760 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-09 23:26:54 +00:00
Juergen Hoeller 8af560b4f4 added "flush()" method to TransactionStatus and TransactionSynchronization interfaces; test context manager automatically flushes transactions before rolling back; general polishing of transaction management code
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@655 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-19 00:24:05 +00:00
Chris Beams 6531b0ad79 moving unit tests from .testsuite -> .jdbc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@438 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-16 23:29:28 +00:00
Arjen Poutsma bb10adaefa Moved tests from testsuite to jdbc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@249 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-31 10:02:48 +00:00
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
2008-10-30 17:35:13 +00:00
Arjen Poutsma 850e370b5b Moved tests from testsuite to jdbc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@221 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-30 17:24:23 +00:00
Arjen Poutsma 74bc74036b Moved tests from testsuite to jdbc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@219 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-30 17:17:12 +00:00
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
2008-10-23 14:23:13 +00:00