Firebird will not be experimental, but "beta"

This commit is contained in:
Lukas Eder 2012-08-24 01:13:51 +02:00
parent a243b86fc2
commit 7abc0907f0

View File

@ -90,10 +90,7 @@ public enum SQLDialect {
/**
* The Firebird SQL dialect
*
* @deprecated - [#430] Firebird support is experimental. Use at your own risk!
*/
@Deprecated
FIREBIRD("Firebird", FirebirdFactory.class),
/**