31 Commits (cba167bcde10a04952a6c607fc7a90cd2d803ccd)

Author SHA1 Message Date
Sitawit Suteepohnwiroj 5af6105ea7 Fixes #9127, Fixes #9128: Fixed MSSQL `QueryBuilder::renameColumn()` and `QueryBuilder::renameTable()` escaping 9 years ago
Alexander Mohorev 651ed4ee2c Undefined class NotSupportedException 9 years ago
Alexander Mohorev 2288f339e6 Parameter type is not compatible with declaration 9 years ago
Carsten Brandt 2aace3714c minor adjustments 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
Jan Waś 1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
Carsten Brandt e15cfc0286 allow precision for binary type in MSSQL 10 years ago
Qiang Xue 212c5ee3ef Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server 10 years ago
Qiang Xue 3704b9191e Fixes #4697: MSSQL query builder does not work for newer MSSQL versions when LIMIT is used without ORDER BY 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
tof06 06bbf017a0 Fixes #4342 10 years ago
Qiang Xue 0a5894fcd8 Fixes #4299 10 years ago
Qiang Xue 43333d9cad Implemented master balancing. 10 years ago
Qiang Xue e67d0b3c39 WIP 10 years ago
Qiang Xue 9cb36d01a7 Fixes #4212: MSSQL query builder should not generate the `ORDER BY` clause when it is not needed 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Alexander Makarov b01e6de9bc Fixes #3399: Added support for MS SQL Server older than 2012 10 years ago
Carsten Brandt d75f0c7288 removed `@link` tags from apidoc and replaced with markdown 10 years ago
Fourteenmeister f98c414cd1 Update QueryBuilder.php 11 years ago
Fourteenmeister f46c706033 Update QueryBuilder.php 11 years ago
Fourteenmeister b36b9bfdad fix error 11 years ago
Fourteenmeister 3e45097126 MS SQL Server fix for older versions than 2012 (alternative solution) 11 years ago
Qiang Xue 991a894596 Added missing `ROWS` token when building limit/offset for MSSQL. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Anatoliy Miller 9c97fe11cb issue #1659: released buildLimitOffset() for MSSQL 11 years ago
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 55deceb061 Fixes #1076 11 years ago
Alexander Makarov 4205623918 Fixes #1312: fixed types map for MSSQL 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov 523a63f576 Added TYPE_BIGPK to Schema 11 years ago
Qiang Xue 6fe152da7e Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords. 11 years ago
Carsten Brandt 0bf2daddd5 changed querybuilder typemap to lower case 11 years ago
Carsten Brandt 9b6df54c7d Adjusted type map in MSSQL Querybuilder 11 years ago
resurtm 1f9a46850c MSSQL initial query builder. 12 years ago
resurtm 90395b5df2 Refinements to MSSQL driver classes. 12 years ago
resurtm 1ca7558c1d MSSQL table metadata parsint (initial version). 12 years ago