We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f5159 commit 770a7c7Copy full SHA for 770a7c7
Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0/Compiler.cs
@@ -21,14 +21,6 @@ protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
21
22
// Constructors
23
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
-
32
public Compiler(PostgreSql.Driver driver)
33
: base(driver)
34
{
0 commit comments