Query processing

Devart ODBC Driver for PostgreSQL does not preprocess or modify SQL statements on the client side. All queries are sent to the PostgreSQL server as is. The PostgreSQL server is fully responsible for parsing, validating, optimizing, and executing the queries. This ensures predictable behavior and guarantees that query execution strictly follows the PostgreSQL SQL syntax and semantics supported by the server version you are connected to.