Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
107a5208
Commit
107a5208
authored
Dec 09, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #6372. [skip ci]
parent
748007ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
db-active-record.md
docs/guide/db-active-record.md
+1
-1
db-dao.md
docs/guide/db-dao.md
+1
-1
No files found.
docs/guide/db-active-record.md
View file @
107a5208
...
...
@@ -33,7 +33,7 @@ Below is the list of databases that are currently supported by Yii Active Record
*
MySQL 4.1 or later: via
[
[yii\db\ActiveRecord
]
]
*
PostgreSQL 7.3 or later: via
[
[yii\db\ActiveRecord
]
]
*
SQLite 2 and 3: via
[
[yii\db\ActiveRecord
]
]
*
Microsoft SQL Server 20
10
or later: via
[
[yii\db\ActiveRecord
]
]
*
Microsoft SQL Server 20
08
or later: via
[
[yii\db\ActiveRecord
]
]
*
Oracle: 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)
...
...
docs/guide/db-dao.md
View file @
107a5208
...
...
@@ -15,7 +15,7 @@ By default, Yii supports the following DBMS:
-
[
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 200
5
or higher.
-
[
MSSQL
](
https://www.microsoft.com/en-us/sqlserver/default.aspx
)
: version 200
8
or higher.
Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment