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
Repository
9f09bb76d4b2298e9ec0ea09adb8b01be9aca194
Switch branch/tag
yii2
framework
db
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
improved documentation about loadDefaultValues()
· db56384f
...
Carsten Brandt
authored
10 years ago
issue #6126
db56384f
Name
Last commit
Last update
..
cubrid
bump minimum required cubrid version
10 years ago
mssql
Fixes #4954: MSSQL column comments are not retrieved correctly
10 years ago
mysql
Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used
10 years ago
oci
Fixes #6049: `yii\db\Connection::getSchema()` for Oracle should return false when the table does not exist. Oracle does not support `ON UPDATE` clause.
10 years ago
pgsql
Fixed test break.
10 years ago
sqlite
PHP type casting
10 years ago
ActiveQuery.php
PHP type casting
10 years ago
ActiveQueryInterface.php
Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use
10 years ago
ActiveQueryTrait.php
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
10 years ago
ActiveRecord.php
improved documentation about loadDefaultValues()
10 years ago
ActiveRecordInterface.php
Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use
10 years ago
ActiveRelationTrait.php
phpdoc fixes and additions
10 years ago
AfterSaveEvent.php
use an AfterSaveEvent class to be consistent
10 years ago
BaseActiveRecord.php
fixed unlink() for array valued attributes
10 years ago
BatchQueryResult.php
Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated
10 years ago
ColumnSchema.php
PHP type casting
10 years ago
Command.php
Fixes #3630: `yii\db\Command::queryInternal()` is now protected
10 years ago
Connection.php
PHP type casting
10 years ago
DataReader.php
property codestyle framework
10 years ago
Exception.php
property codestyle framework
10 years ago
Expression.php
property codestyle framework
10 years ago
IntegrityException.php
#2435 Tests for integrity exception
10 years ago
Migration.php
Fixes #4800.
10 years ago
MigrationInterface.php
updated phpdoc and classmap
10 years ago
Query.php
Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents
10 years ago
QueryBuilder.php
Fixes #5780: `QueryBuilder::batchInsert()` may cause "undefined index" error
10 years ago
QueryInterface.php
typo fix [skip ci]
10 years ago
QueryTrait.php
reverted addition of $where property
10 years ago
Schema.php
Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR
10 years ago
StaleObjectException.php
Reformat code te be PSR-2 compatible
10 years ago
TableSchema.php
property codestyle framework
10 years ago
Transaction.php
property codestyle framework
10 years ago