I want to use a php library that uses PDO. And I want to use an Oracle database with it. The problem is that authors of that library use unquoted identifiers in their queries, e.g.: In this case, Oracle converts the case of identifiers to UPPER, but authors assume the case is lower, therefore an undefined index php error occurs.