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