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
d8516b17
Commit
d8516b17
authored
Jan 25, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc fix
parent
661fe24a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
database-basics.md
docs/guide/database-basics.md
+3
-2
CHANGELOG.md
framework/CHANGELOG.md
+1
-0
No files found.
docs/guide/database-basics.md
View file @
d8516b17
...
...
@@ -8,9 +8,10 @@ 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 and higher)
.
-
[
CUBRID
](
http://www.cubrid.org/
)
: version 9.1.0 or higher
.
-
[
Oracle
](
http://www.oracle.com/us/products/database/overview/index.html
)
-
[
MSSQL
](
https://www.microsoft.com/en-us/sqlserver/default.aspx
)
-
[
MSSQL
](
https://www.microsoft.com/en-us/sqlserver/default.aspx
)
: version 2012 or above is required if you
want to use LIMIT/OFFSET.
Configuration
...
...
framework/CHANGELOG.md
View file @
d8516b17
...
...
@@ -19,6 +19,7 @@ Yii Framework 2 Change Log
-
Bug #1597: Added
`enableAutoLogin`
to basic and advanced application templates so "remember me" now works properly (samdark)
-
Bug #1631: Charset is now explicitly set to UTF-8 when serving JSON (samdark)
-
Bug #1635:
`yii\jui\SliderInput`
wasn't properly initialized (samdark)
-
Bug #1659: MSSQL doesn't support limit (Ana1oliy)
-
Bug #1686: ActiveForm is creating duplicated messages in error summary (qiangxue)
-
Bug #1704: Incorrect regexp is used in
`Inflector::camelize()`
(qiangxue)
-
Bug #1710: OpenId auth client does not request required attributes correctly (klimov-paul)
...
...
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