File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ public function toDialectString(Dialect $dialect)
176
176
? $ dialect ->literalToString (Dialect::LITERAL_TRUE )
177
177
: $ dialect ->literalToString (Dialect::LITERAL_FALSE );
178
178
else
179
- $ default = $ dialect ->valueToString ($ default );
179
+ $ default = $ dialect ->valueToString ($ this -> default );
180
180
181
181
$ out .= ' DEFAULT ' .($ default );
182
182
}
Original file line number Diff line number Diff line change
1
+ 2012-04-22 Georgiy T. Kutsurua
2
+
3
+ * core/OSQL/DBColumn.class.php: Fix DBColumn
4
+
1
5
2012-04-20 Timofey A. Anisimov
2
6
3
7
* test/main/OsqlSelectTest.class.php,
4
8
core/SQLFullOuterJoin.class.php,
5
9
core/Joiner.class.php
6
10
core/SelectQuery.class.php:
7
11
Full outer join capability in select query
12
+
8
13
2012-04-12 Evgeny V. Kokovikhin
9
14
10
15
* test/main/Utils/PinbaTest.class.php, main/Monitoring/PinbaClient.class.php:
You can’t perform that action at this time.
0 commit comments