Skip to content

Commit 82ea0ad

Browse files
committed
Fix CurrentTimestampSelectString for Firebird4Dialect
1 parent e89bea5 commit 82ea0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/NHibernate/Dialect/Firebird4Dialect.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ namespace NHibernate.Dialect
44
{
55
public class Firebird4Dialect: FirebirdDialect
66
{
7+
public override string CurrentTimestampSelectString => "select LOCALTIMESTAMP from RDB$DATABASE";
8+
79
protected override void RegisterFunctions()
810
{
911
base.RegisterFunctions();

0 commit comments

Comments
 (0)