[#430] Add support for the Firebird database - Fixed support annotation
This commit is contained in:
parent
3ba7ef5a9c
commit
dcc3d0c33e
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user