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