44 Commits

Author SHA1 Message Date
edd6e719bb added missing since annotations and removed duplicate line 2016-04-28 03:02:17 +02:00
627233715b proper @since annotations 2016-04-28 02:25:32 +02:00
0fe27b9d3b Refactored code in PR #9441 2016-04-19 17:48:25 +03:00
c9dfc90be0 Merge branch 'methods_for_schema_builder' of https://github.com/vaseninm/yii2 into vaseninm-methods_for_schema_builder 2016-04-19 12:21:33 +03:00
73eb62a3cd DBMS specific workarounds for unsupported SQL92 form of SELECT EXISTS() (#11369) 2016-04-17 17:44:52 +03:00
2f91889b70 Removed unsignedPrimaryKey() schema builder type; now, the unsigned() modifier works with primary key types e.g. pk()->unsigned() or bigpk()->unsigned(). 2016-02-26 17:48:03 -08:00
51b99320bd Sqlite specific schema builder class actually gets loaded now 2016-02-20 06:53:31 -08:00
eaeb926768 Adds char datatype to framework 2016-02-20 01:52:23 -08:00
1af5980b35 Removed unused use statement, replaced preg_split with explode 2016-02-16 13:46:13 +03:00
e43c41c9ea db layer phpdoc fixes 2016-02-07 16:33:26 +01:00
a4acd048bc Add @throws tags to PHPDocs. 2015-12-24 11:11:03 +00:00
f83d233072 Fixed method call case to match definition 2015-10-10 00:26:44 +03:00
d801ca3c90 add mssql support (need test) 2015-08-19 16:42:44 +03:00
5af6105ea7 Fixes #9127, Fixes #9128: Fixed MSSQL QueryBuilder::renameColumn() and QueryBuilder::renameTable() escaping 2015-07-16 18:22:40 +03:00
651ed4ee2c Undefined class NotSupportedException 2015-06-08 16:11:16 +03:00
2288f339e6 Parameter type is not compatible with declaration 2015-06-08 16:07:27 +03:00
2aace3714c minor adjustments 2015-03-01 01:24:28 +01:00
5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 2015-02-25 16:01:37 +03:00
1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 2015-01-31 22:20:41 -05:00
e15cfc0286 allow precision for binary type in MSSQL
fixes #4931
2014-09-05 15:14:59 +02:00
212c5ee3ef Fixes #4254: SqlDataProvider does not work with Oracle and SQL Server 2014-09-03 14:42:09 -04:00
3704b9191e Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY 2014-08-13 21:07:30 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
06bbf017a0 Fixes #4342 2014-07-22 17:39:00 +02:00
0a5894fcd8 Fixes #4299 2014-07-13 21:35:35 -04:00
43333d9cad Implemented master balancing. 2014-07-11 22:33:36 -04:00
e67d0b3c39 WIP 2014-07-11 14:01:44 -04:00
9cb36d01a7 Fixes #4212: MSSQL query builder should not generate the ORDER BY clause when it is not needed 2014-07-08 20:37:53 -04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 2014-06-09 02:29:57 +04:00
a4f23f1cba Merge branch 'patch-1' of github.com:fourteenmeister/yii2 into fourteenmeister-patch-1 2014-06-09 02:13:04 +04:00
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
f98c414cd1 Update QueryBuilder.php
solution used **heukirne** for the names of columns.
2014-05-15 12:03:50 +09:00
f46c706033 Update QueryBuilder.php
fix error occurs when you use multiple databases.
2014-05-14 10:20:57 +09:00
b36b9bfdad fix error
fix error when if fields whose names are reserved word
2014-05-13 10:41:29 +09:00
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
991a894596 Added missing ROWS token when building limit/offset for MSSQL. 2014-04-15 21:01:45 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
8e11629a65 Fixes #2160: SphinxQL does not support OFFSET
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
9c97fe11cb issue #1659: released buildLimitOffset() for MSSQL 2014-01-24 04:10:55 +08:00
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00