You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Yiisoft\Db\Oracle\Tests\QueryTest::testSelectWithoutFrom
Yiisoft\Db\Exception\IntegrityException: SQLSTATE[HY000]: General error: 923 OCIStmtExecute: ORA-00923: FROM keyword not found where expected
(/tmp/php-src-php-8.2.10/ext/pdo_oci/oci_statement.c:153)
The SQL being executed was: SELECT 1
This can be solved by adding FROM DUAL for SQL expressions without FROM statement.
The text was updated successfully, but these errors were encountered:
Executing
Query
withoutFROM
statement fails in Oracle:Tests yiisoft/db#760
https://github.com/yiisoft/db/actions/runs/6324733173/job/17174800505?pr=760
This can be solved by adding
FROM DUAL
for SQL expressions withoutFROM
statement.The text was updated successfully, but these errors were encountered: