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

This commit is contained in:
Lukas Eder 2012-08-18 17:34:55 +02:00
parent 3ba7ef5a9c
commit dcc3d0c33e

View File

@ -6033,7 +6033,7 @@ public class Factory implements FactoryOperations {
* <p>
* This translates into any dialect
*/
@Support({ ASE, CUBRID, DB2, DERBY, H2, HSQLDB, INGRES, MYSQL, ORACLE, POSTGRES, SQLSERVER, SYBASE })
@Support({ ASE, CUBRID, DB2, DERBY, FIREBIRD, H2, HSQLDB, INGRES, MYSQL, ORACLE, POSTGRES, SQLSERVER, SYBASE })
public static Field<String> currentUser() {
return new CurrentUser();
}