Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Makarov
714f27ab22 Fixes #3241 2014-06-09 02:30:48 +04:00
Alexander Makarov
b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 2014-06-09 02:29:57 +04:00
Alexander Makarov
a4f23f1cba Merge branch 'patch-1' of github.com:fourteenmeister/yii2 into fourteenmeister-patch-1 2014-06-09 02:13:04 +04:00
Carsten Brandt
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
Qiang Xue
f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 2014-05-23 10:35:20 -04:00
Fourteenmeister
f98c414cd1 Update QueryBuilder.php
solution used **heukirne** for the names of columns.
2014-05-15 12:03:50 +09:00
Fourteenmeister
f46c706033 Update QueryBuilder.php
fix error occurs when you use multiple databases.
2014-05-14 10:20:57 +09:00
Fourteenmeister
b36b9bfdad fix error
fix error when if fields whose names are reserved word
2014-05-13 10:41:29 +09:00
Fourteenmeister
3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution)
This alternative solution LIMIT, OFFSET problem SQL Server version older than 2012.
2014-05-08 13:04:36 +09:00
Qiang Xue
991a894596 Added missing ROWS token when building limit/offset for MSSQL. 2014-04-15 21:01:45 -04:00
Qiang Xue
1fd0068378 Fixes #3066: yii\db\mssql\Schema::getTableSchema() should return null when the table does not exist. 2014-04-15 20:50:43 -04:00
Carsten Brandt
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Qiang Xue
c79d233ea4 Fixes #2552. 2014-02-26 07:10:47 -05:00
Qiang Xue
bea9e3fc06 Fixes #1645: Added support for nested DB transactions 2014-02-15 22:16:09 -05:00
Qiang Xue
8e11629a65 Fixes #2160: SphinxQL does not support OFFSET
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
Carsten Brandt
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
Anatoliy Miller
9c97fe11cb issue #1659: released buildLimitOffset() for MSSQL 2014-01-24 04:10:55 +08:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Qiang Xue
9b723baa76 Added TableSchema::fullName property 2014-01-16 15:51:14 -05:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00