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.
2 parents 20b9ad5 + 246e979 commit d3536c2Copy full SHA for d3536c2
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