Upgraded embedded Derby support to 10.6+ and build to 10.10

Issue: SPR-10469
This commit is contained in:
Juergen Hoeller
2013-12-23 21:58:42 +01:00
parent 9a39f39b6f
commit b4d6e27fb3
4 changed files with 34 additions and 41 deletions

View File

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