We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d301bb3 commit 100266aCopy full SHA for 100266a
Orm/Xtensive.Orm.PostgreSql/Sql.Drivers.PostgreSql/v9_0/Compiler.cs
@@ -10,7 +10,7 @@ namespace Xtensive.Sql.Drivers.PostgreSql.v9_0
10
{
11
internal class Compiler : v8_4.Compiler
12
13
- // Constructors
+
14
protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
15
16
AppendSpaceIfNecessary();
@@ -19,6 +19,8 @@ protected override void VisitIntervalToMilliseconds(SqlFunctionCall node)
19
_ = context.Output.Append("))::double precision * 1000))");
20
}
21
22
+ // Constructors
23
24
public Compiler(SqlDriver driver)
25
: base(driver)
26
0 commit comments