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
8f62e2bb
Commit
8f62e2bb
authored
Dec 10, 2014
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide-ja/db updated [ci skip]
parent
3950c432
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-ja/db-active-record.md
+1
-1
db-dao.md
docs/guide-ja/db-dao.md
+1
-1
No files found.
docs/guide-ja/db-active-record.md
View file @
8f62e2bb
...
...
@@ -29,7 +29,7 @@ $db->createCommand('INSERT INTO customer (name) VALUES (:name)', [
*
MySQL 4.1 以降:
[
[yii\db\ActiveRecord
]
] による。
*
PostgreSQL 7.3 以降:
[
[yii\db\ActiveRecord
]
] による。
*
SQLite 2 および 3:
[
[yii\db\ActiveRecord
]
] による。
*
Microsoft SQL Server 20
10
以降:
[
[yii\db\ActiveRecord
]
] による。
*
Microsoft SQL Server 20
08
以降:
[
[yii\db\ActiveRecord
]
] による。
*
Oracle:
[
[yii\db\ActiveRecord
]
] による。
*
CUBRID 9.3 以降:
[
[yii\db\ActiveRecord
]
] による。(cubrid PDO 拡張の
[
バグ
](
http://jira.cubrid.org/browse/APIS-658
)
のために、値を引用符で囲む機能が動作しません。そのため、サーバだけでなくクライアントも CUBRID 9.3 が必要になります)
...
...
docs/guide-ja/db-dao.md
View file @
8f62e2bb
...
...
@@ -18,7 +18,7 @@ Yii はデフォルトで下記の DBMS をサポートしています。
-
[
CUBRID
](
http://www.cubrid.org/
)
: バージョン 9.3 以上。(cubrid PDO 拡張の
[
バグ
](
http://jira.cubrid.org/browse/APIS-658
)
のために、値を引用符で囲む機能が動作しません。そのため、サーバだけでなくクライアントも CUBRID 9.3 が必要になります)
-
[
Oracle
](
http://www.oracle.com/us/products/database/overview/index.html
)
-
[
MSSQL
](
https://www.microsoft.com/en-us/sqlserver/default.aspx
)
: バージョン 200
5
以上。
-
[
MSSQL
](
https://www.microsoft.com/en-us/sqlserver/default.aspx
)
: バージョン 200
8
以上。
構成
...
...
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