fix pgsql support
parent
b2b003a125
commit
d37c179661
|
@ -70,6 +70,8 @@ class Utils
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = new SelectStatement();
|
$sql = new SelectStatement();
|
||||||
|
|
||||||
|
if (!$count_only) {
|
||||||
$sql->columns([
|
$sql->columns([
|
||||||
'option_id',
|
'option_id',
|
||||||
'option_creadt',
|
'option_creadt',
|
||||||
|
@ -81,6 +83,7 @@ class Utils
|
||||||
'option_content',
|
'option_content',
|
||||||
'option_content_xhtml',
|
'option_content_xhtml',
|
||||||
]);
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
$sql->join(
|
$sql->join(
|
||||||
(new JoinStatement())
|
(new JoinStatement())
|
||||||
|
|
Loading…
Reference in New Issue