[#430] Add support for the Firebird database - Fixed CURRENT_USER()

This commit is contained in:
Lukas Eder 2012-08-17 18:48:01 +02:00
parent 5ecc70035a
commit ad41d00e92

View File

@ -64,6 +64,7 @@ class CurrentUser extends AbstractFunction<String> {
case DB2:
case DERBY:
case FIREBIRD:
case HSQLDB:
case INGRES:
case POSTGRES: