Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update oracle link #18896

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide-es/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Yii DAO soporta las siguientes bases de datos:
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/): versión 8.4 o superior.
- [CUBRID](http://www.cubrid.org/): versión 9.3 o superior.
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): versión 2008 o superior.

## Creando Conexiones DB <span id="creating-db-connections"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-fr/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dans Yii 2.0, les objets d'accès aux bases de données prennent en charge les b
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/): version 8.4 ou plus récente.
- [CUBRID](http://www.cubrid.org/): version 9.3 ou plus récente.
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): version 2008 ou plus récente.

> Info: depuis Yii 2.1, la prise en charge des objets d'accès aux bases de données pour CUBRID, Oracle et MSSQL n'est plus fournie en tant que composants du noyau. Cette prise en charge nécessite l'installation d'[extensions](structure-extensions.md) séparées.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Yii 2.0 では、DAO は下記の DBMS のサポートを内蔵しています
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/): バージョン 8.4 以上。
- [CUBRID](http://www.cubrid.org/): バージョン 9.3 以上。
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): バージョン 2008 以上。

> Note: PHP 7 用の pdo_oci の新しいバージョンは、現在、ソース・コードとしてのみ存在します。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Yii DAO из коробки поддерживает следующие базы
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/): версии 8.4 или выше.
- [CUBRID](http://www.cubrid.org/): версии 9.3 или выше.
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): версии 2008 или выше.


Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Yii DAO 支持下列现成的数据库:
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/):版本 8.4 或更高
- [CUBRID](http://www.cubrid.org/):版本 9.3 或更高。
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx):版本 2008 或更高。

> Info: 在Yii 2.1及更高版本中,DAO 支持 CUBRID,Oracle 和 MSSQL
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/db-dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Yii 2.0, DAO supports the following databases out of the box:
- [SQLite](http://sqlite.org/)
- [PostgreSQL](http://www.postgresql.org/): version 8.4 or higher
- [CUBRID](http://www.cubrid.org/): version 9.3 or higher.
- [Oracle](http://www.oracle.com/us/products/database/overview/index.html)
- [Oracle](https://www.oracle.com/database/)
- [MSSQL](https://www.microsoft.com/en-us/sqlserver/default.aspx): version 2008 or higher.

> Note: New version of pdo_oci for PHP 7 currently exists only as the source code. Follow
Expand Down