OPEN - issue SPR-6346: NoSuchMethodException in DerbyEmbeddedDatabaseConfigurer

Added derby test case to EmbeddedDatabaseBuilderTests
This commit is contained in:
David Syer
2009-11-15 13:17:42 +00:00
parent 35d4d7bbac
commit 35472300ae
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
create table T_TEST (NAME varchar(50) not null);