mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 19:20:29 +08:00
bump minimum required cubrid version
there is no reliable way to determine the cubrid PDO extension version used and also no reliable way to detect which combination of server and client produces wrong behavior. By requiering 9.3 or higher in both client and server we can be sure it works. fixes #852
This commit is contained in:
@@ -35,7 +35,8 @@ Below is the list of databases that are currently supported by Yii Active Record
|
||||
* SQLite 2 and 3: via [[yii\db\ActiveRecord]]
|
||||
* Microsoft SQL Server 2010 or later: via [[yii\db\ActiveRecord]]
|
||||
* Oracle: via [[yii\db\ActiveRecord]]
|
||||
* CUBRID 9.1 or later: via [[yii\db\ActiveRecord]]
|
||||
* CUBRID 9.3 or later: via [[yii\db\ActiveRecord]] (Note that due to a [bug](http://jira.cubrid.org/browse/APIS-658) in
|
||||
the cubrid PDO extension, quoting of values will not work, so you need CUBRID 9.3 as the client as well as the server)
|
||||
* Sphnix: via [[yii\sphinx\ActiveRecord]], requires `yii2-sphinx` extension
|
||||
* ElasticSearch: via [[yii\elasticsearch\ActiveRecord]], requires `yii2-elasticsearch` extension
|
||||
* Redis 2.6.12 or later: via [[yii\redis\ActiveRecord]], requires `yii2-redis` extension
|
||||
|
||||
@@ -10,7 +10,8 @@ uniform API and solves some inconsistencies between different DBMS. By default Y
|
||||
- [MariaDB](https://mariadb.com/)
|
||||
- [SQLite](http://sqlite.org/)
|
||||
- [PostgreSQL](http://www.postgresql.org/)
|
||||
- [CUBRID](http://www.cubrid.org/): version 9.1.0 or higher.
|
||||
- [CUBRID](http://www.cubrid.org/): version 9.3 or higher. (Note that due to a [bug](http://jira.cubrid.org/browse/APIS-658) in
|
||||
the cubrid PDO extension, quoting of values will not work, so you need CUBRID 9.3 as the client as well as the server)
|
||||
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
|
||||
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): version 2005 or higher.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user