lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Oracle limit on findAll of LanguageSource #105

Open ilbassa opened 7 years ago

ilbassa commented 7 years ago

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