[#430] Add support for the Firebird database - Fixed DUAL table

This commit is contained in:
Lukas Eder 2012-08-17 18:46:52 +02:00
parent 83981bf9dd
commit 5ecc70035a

View File

@ -72,6 +72,10 @@ class Dual extends AbstractTable<Record> {
case SQLSERVER:
break;
case FIREBIRD:
context.literal("RDB$DATABASE");
break;
case HSQLDB:
context.literal("INFORMATION_SCHEMA")
.sql(".")