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
Hi,
I have just installed this extension and I tried to open the "scan" menù "translatemanager/language/scan" but the system raised this exception: SQLSTATE[HY000]: General error: 1795 OCIStmtExecute: ORA-01795: il numero massimo di espressioni in un elenco è 1000
in the controllers/actions/ScanAction.php file at row number 56.
It seems that ORACLE doesn't support an array of more than 1000 elements in the "IN" clause, it is possible to solve this problem by doing the findAll() by groups?
Thanks
The text was updated successfully, but these errors were encountered:
ilbassa
changed the title
Oracle
Oracle limit on findAll of LanguageSource
Jun 30, 2017
Hi,
I have just installed this extension and I tried to open the "scan" menù "translatemanager/language/scan" but the system raised this exception:
SQLSTATE[HY000]: General error: 1795 OCIStmtExecute: ORA-01795: il numero massimo di espressioni in un elenco è 1000
in the controllers/actions/ScanAction.php file at row number 56.
It seems that ORACLE doesn't support an array of more than 1000 elements in the "IN" clause, it is possible to solve this problem by doing the findAll() by groups?
Thanks
The text was updated successfully, but these errors were encountered: