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 377c0be commit 246e979Copy full SHA for 246e979
core/OSQL/DBColumn.class.php
@@ -176,7 +176,7 @@ public function toDialectString(Dialect $dialect)
176
? $dialect->literalToString(Dialect::LITERAL_TRUE)
177
: $dialect->literalToString(Dialect::LITERAL_FALSE);
178
else
179
- $default = $dialect->valueToString($default);
+ $default = $dialect->valueToString($this->default);
180
181
$out .= ' DEFAULT '.($default);
182
}
0 commit comments