Sergey Makinen
|
f820d2ca36
|
Merge branch 'master' into db-constraints
|
2017-06-16 16:52:43 +03:00 |
|
Robert Korulczyk
|
ba0ab403b5
|
Added php-cs-fixer coding standards validation to Travis CI (#14100)
* php-cs-fixer: PSR2 rule.
* php-cs-fixer: PSR2 rule - fix views.
* Travis setup refactoring.
* Add php-cs-fixer to travis cs tests.
* Fix tests on hhvm-3.12
* improve travis config
* composer update
* revert composer update
* improve travis config
* Fix CS.
* Extract config to separate classes.
* Extract config to separate classes.
* Add file header.
* Force short array syntax.
* binary_operator_spaces fixer
* Fix broken tests
* cast_spaces fixer
* concat_space fixer
* dir_constant fixer
* ereg_to_preg fixer
* function_typehint_space fixer
* hash_to_slash_comment fixer
* is_null fixer
* linebreak_after_opening_tag fixer
* lowercase_cast fixer
* magic_constant_casing fixer
* modernize_types_casting fixer
* native_function_casing fixer
* new_with_braces fixer
* no_alias_functions fixer
* no_blank_lines_after_class_opening fixer
* no_blank_lines_after_phpdoc fixer
* no_empty_comment fixer
* no_empty_phpdoc fixer
* no_empty_statement fixer
* no_extra_consecutive_blank_lines fixer
* no_leading_import_slash fixer
* no_leading_namespace_whitespace fixer
* no_mixed_echo_print fixer
* no_multiline_whitespace_around_double_arrow fixer
* no_multiline_whitespace_before_semicolons fixer
* no_php4_constructor fixer
* no_short_bool_cast fixer
* no_singleline_whitespace_before_semicolons fixer
* no_spaces_around_offset fixer
* no_trailing_comma_in_list_call fixer
* no_trailing_comma_in_singleline_array fixer
* no_unneeded_control_parentheses fixer
* no_unused_imports fixer
* no_useless_return fixer
* no_whitespace_before_comma_in_array fixer
* no_whitespace_in_blank_line fixer
* not_operator_with_successor_space fixer
* object_operator_without_whitespace fixer
* ordered_imports fixer
* php_unit_construct fixer
* php_unit_dedicate_assert fixer
* php_unit_fqcn_annotation fixer
* phpdoc_indent fixer
* phpdoc_no_access fixer
* phpdoc_no_empty_return fixer
* phpdoc_no_package fixer
* phpdoc_no_useless_inheritdoc fixer
* Fix broken tests
* phpdoc_return_self_reference fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_single_line_var_spacing fixer
* phpdoc_to_comment fixer
* phpdoc_trim fixer
* phpdoc_var_without_name fixer
* psr4 fixer
* self_accessor fixer
* short_scalar_cast fixer
* single_blank_line_before_namespace fixer
* single_quote fixer
* standardize_not_equals fixer
* ternary_operator_spaces fixer
* trailing_comma_in_multiline_array fixer
* trim_array_spaces fixer
* protected_to_private fixer
* unary_operator_spaces fixer
* whitespace_after_comma_in_array fixer
* `parent::setRules()` -> `$this->setRules()`
* blank_line_after_opening_tag fixer
* Update finder config.
* Revert changes for YiiRequirementChecker.
* Fix array formatting.
* Add missing import.
* Fix CS for new code merged from master.
* Fix some indentation issues.
|
2017-06-12 12:25:45 +03:00 |
|
Carsten Brandt
|
be658f82bf
|
release version 2.0.12
|
2017-06-05 16:33:41 +02:00 |
|
Sergey Makinen
|
73ac13e6d7
|
Implement retrieving dbms constraints
|
2017-05-15 20:55:25 +03:00 |
|
Bob Olde Hampsink
|
8192f84850
|
Fix SQLite resetSequence inconsistencies (#13755, #13630)
|
2017-03-15 15:04:37 +03:00 |
|
Sergey Makinen
|
9a915ba10c
|
Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in yii\db\QueryBuilder
|
2017-02-24 01:24:06 +03:00 |
|
Alex
|
6db6a2ddbe
|
Fixes #13418: Fixed QueryBuilder::batchInsert() if $rows is \Generator
|
2017-02-24 00:28:27 +03:00 |
|
Bob Olde Hampsink
|
fab53b4a6e
|
Fixes #13582: Added tests for all yii\db\QueryBuilder::resetSequence implementations, fixed SQLite implementation
|
2017-02-20 23:04:04 +03:00 |
|
Robert Korulczyk
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
Robert Korulczyk
|
104712103b
|
Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812)
|
2016-06-25 15:51:09 +03:00 |
|
Alexander Makarov
|
7cea46bcb4
|
Changed SQLite fix #11652 according to https://github.com/yiisoft/yii2/pull/11653#issuecomment-224016289
|
2016-06-06 19:57:42 +03:00 |
|
Boudewijn Vahrmeijer
|
0a60466729
|
Fixes #11527: Fixed bigPrimaryKey() for SQLite
|
2016-06-06 19:33:22 +03:00 |
|
Carsten Brandt
|
731769241b
|
release version 2.0.8
|
2016-04-28 16:50:20 +02:00 |
|
Carsten Brandt
|
edd6e719bb
|
added missing since annotations and removed duplicate line
|
2016-04-28 03:02:17 +02:00 |
|
SilverFire - Dmitry Naumenko
|
0fe27b9d3b
|
Refactored code in PR #9441
|
2016-04-19 17:48:25 +03:00 |
|
SilverFire - Dmitry Naumenko
|
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 |
|
Chris Harris
|
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 |
|
Chris Harris
|
f3cf4af4de
|
Merge branch 'master' of git://github.com/yiisoft/yii2 into 9562-add-char-datatype
# Conflicts:
# framework/db/sqlite/QueryBuilder.php
|
2016-02-26 00:14:29 -08:00 |
|
Carsten Brandt
|
af75262541
|
fixed sqlite bigPk creation
|
2016-02-25 19:10:23 +01:00 |
|
Chris Harris
|
51b99320bd
|
Sqlite specific schema builder class actually gets loaded now
|
2016-02-20 06:53:31 -08:00 |
|
Chris Harris
|
eaeb926768
|
Adds char datatype to framework
|
2016-02-20 01:52:23 -08:00 |
|
Carsten Brandt
|
e43c41c9ea
|
db layer phpdoc fixes
|
2016-02-07 16:33:26 +01:00 |
|
Carsten Brandt
|
8680f0f1d8
|
BC way of merging expression params of orderBy and groupBy
this logic should be moved to the sub methods in 2.1
|
2016-01-28 17:01:16 +01:00 |
|
Hereward Mills
|
a4acd048bc
|
Add @throws tags to PHPDocs.
|
2015-12-24 11:11:03 +00:00 |
|
SilverFire - Dmitry Naumenko
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
Alexander Makarov
|
cddb036cf9
|
Fixes #9790: Fixed yii\db\sqlite\QueryBuilder to generate proper SQL for UNION
|
2015-11-11 21:05:57 +03:00 |
|
Alexander Makarov
|
5ab4f0f090
|
Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
|
2015-10-10 00:23:52 +03:00 |
|
AIZAWA, Hina
|
0f2a77ed36
|
Fixes #9442: Fixed yii\db\Migration::renameTable() caused fatal error when using SQLite driver
|
2015-08-18 11:52:48 +03:00 |
|
Matvey Vasenin
|
afda00d434
|
add sqllite dummy
|
2015-08-17 14:44:53 +03:00 |
|
Alexander Mohorev
|
2288f339e6
|
Parameter type is not compatible with declaration
|
2015-06-08 16:07:27 +03:00 |
|
Alexander Makarov
|
5870a74672
|
Added Schema::DOUBLE to represent ANSI SQL Double Precision
|
2015-02-25 16:01:37 +03:00 |
|
Jan Waś
|
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 |
|
Carsten Brandt
|
f177f1701a
|
fixed failure on sqlite version check
ensure PDO instance has been created at this point
|
2015-01-10 22:06:43 +01:00 |
|
Alexander Kochetov
|
fff48ef76f
|
Correct SQLite version checking
|
2015-01-06 01:27:01 +03:00 |
|
Alexander Mohorev
|
bb8550886e
|
PHP type casting
|
2014-10-25 15:30:03 +03:00 |
|
Carsten Brandt
|
25bf486b7f
|
save some function calls on AR insert
|
2014-08-12 18:13:49 +02:00 |
|
Qiang Xue
|
91e0c5ae8a
|
Added Connection::useMaster() and refactored code.
|
2014-07-11 21:04:26 -04:00 |
|
Qiang Xue
|
e67d0b3c39
|
WIP
|
2014-07-11 14:01:44 -04:00 |
|
Carsten Brandt
|
8a70d9fbd1
|
rename column schema typecast method
|
2014-06-26 00:11:04 +02:00 |
|
Carsten Brandt
|
6a48f68955
|
split typecast method into two
one method for fetching data and one for sending to db.
fixes #2287
|
2014-06-26 00:00:37 +02:00 |
|
Carsten Brandt
|
b04e23f8b7
|
use native suppport for batch insert in SQLite >= 3.7.11
fixes #3559
|
2014-06-25 21:18:36 +02:00 |
|
Qiang Xue
|
ce49416e32
|
Fixes #3752: QueryBuilder::batchInsert() does not typecast input values
|
2014-06-09 08:12:08 -04:00 |
|
zeeke
|
5174ea6dfb
|
SQLite support for disable integrity check
This is a porting from yii framework version 1.
I need it to run functional tests with fixtures.
|
2014-05-24 14:19:11 +02:00 |
|
Carsten Brandt
|
91965fd391
|
phpdoc formatting issues
|
2014-04-23 02:55:17 +02:00 |
|
Alexander Makarov
|
ab799d8ea9
|
Fixes #2911: Removed tbl_ default for table prefix
|
2014-03-30 19:33:46 +04: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
|
5a61ee91be
|
Fixed test break.
|
2014-03-14 23:06:09 -04:00 |
|
Qiang Xue
|
9ff8b0f903
|
Fixes #2571: Fixed the bug that batchInsert will fail for SQLite if the values contain null or boolean false;
Fixes #2683: Fixed the bug that batchInsert will fail for MySQL if the values contain boolean false.
|
2014-03-14 22:48:20 -04:00 |
|
Alexander Makarov
|
b21fd298c5
|
Fixed minor coding style issues
|
2014-02-01 01:18:38 +04:00 |
|