This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-08-14 06:11:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
db
/
sqlite
History
Alexander Kartavenko
cdd40b8dfb
Fix
#17504
: Fix upsert when
$updateColumns = true
but there are no columns to update in the table
2019-08-21 11:56:20 +03:00
..
conditions
release version 2.0.14
2018-02-19 00:27:09 +02:00
ColumnSchemaBuilder.php
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
Command.php
@inheritdoc
notation changed
2018-01-23 13:11:24 +02:00
QueryBuilder.php
Fix
#17504
: Fix upsert when
$updateColumns = true
but there are no columns to update in the table
2019-08-21 11:56:20 +03:00
Schema.php
Fixes
#16897
: Fixed
yii\db\sqlite\Schema
missing primary key constraint detection in case of
INTEGER PRIMARY KEY
2018-11-22 23:57:00 +03:00
SqlTokenizer.php
Wrap @inheritdoc tag in curly brackets [skip ci]
2018-02-19 00:16:19 +02:00