Skip to content

Commit

Permalink
Update oracle link (#18896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Sep 21, 2021
1 parent fdbdbb5 commit cf0966c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit cf0966c

Please sign in to comment.