Yii and sql-89

Will Yii work with a database that only supports sql-89?

Depends on what is the database. You need PDO driver for it and implemented Yii schema definition.

It’s for ODBC. I have a new ODBC schema working to some extent. I am worried about sql that exists outside of the odbc schema. Do I have cause for concern?

Anyone?