Skip to content

Commit 770a7c7

Browse files
committed
Fix error after merge
1 parent d6f5159 commit 770a7c7

File tree

1 file changed

+0
-8
lines changed
  • Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0

1 file changed

+0
-8
lines changed

Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0/Compiler.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
2121

2222
// Constructors
2323

24-
protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
25-
{
26-
AppendSpaceIfNecessary();
27-
_ = context.Output.Append("(TRUNC(EXTRACT(EPOCH FROM (");
28-
node.Arguments[0].AcceptVisitor(this);
29-
_ = context.Output.Append("))::double precision * 1000))");
30-
}
31-
3224
public Compiler(PostgreSql.Driver driver)
3325
: base(driver)
3426
{

0 commit comments

Comments
 (0)