Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/db

Yii Database Library
https://github.com/yiisoft/db

Fixes #13787: Added `yii\db\Migration::$maxSqlOutputLength` that allows limiting number of characters for outputting SQL

bdb4c4f34e749f76d19a8523400c3c3b6701b729 authored over 7 years ago by Thiago Talma <[email protected]>
added param binding examples for update() and delete()

fixes #14218

6245ceff42dbbdc2e7e2a7dfdc1cb370f2bc56b4 authored over 7 years ago by Carsten Brandt <[email protected]>
release version 2.0.12

0a684f3ab2eb84e974927cd599a9c694673dfa68 authored over 7 years ago by Carsten Brandt <[email protected]>
improved docs: link term "path alias" to the guide

69f6e002d3ad585b064396e823c5e7aefe70f4b1 authored over 7 years ago by Carsten Brandt <[email protected]>
fix cloning of DB connection for sqlite in-memory db

fixes #14131
close #14232

82b3d252daa9fe07fc71e0149c3caf3a3d207c47 authored over 7 years ago by Carsten Brandt <[email protected]>
Merge pull request #14215 from ihipop/feature/add_doc_for_issue_#8420 [skip ci]

Add doc for issue #8420

d78db1bea4612431c70cb7e2e79c5699622fc5e6 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13846: Fixed `Query::count()` issue with `orderBy`

cdb4097f4956464f60e5ae2b45d2bb02f2006efa authored over 7 years ago by Alex-Code <[email protected]>
Add Command tests

9663dfb2ed180e236166935758e989487256f53a authored over 7 years ago by Sergey Makinen <[email protected]>
Disable column comment test on old CUBRID

cfba874f73dd7d784dac01f353a0f01b16fecfd1 authored over 7 years ago by Sergey Makinen <[email protected]>
Fix dropping unique/indexes

447a22b899ac33ebd1f6905da467781d55df0864 authored over 7 years ago by Sergey Makinen <[email protected]>
Fix constraint tests

fc244150642b34a66baa78c195f5715ea9e9236a authored over 7 years ago by Sergey Makinen <[email protected]>
Fix schema caching on commands

6ef00e2c78a25af732b99210af68695651d4beb4 authored over 7 years ago by Sergey Makinen <[email protected]>
Implement retrieving dbms constraints

2fb32f10c989133bc02719e465a4fdefa2f224c6 authored over 7 years ago by Sergey Makinen <[email protected]>
Fixes #13842, Fixes #14042

- Bug #13842: Fixed ambiguous table SQL error while using `yii\validators\ExistValidator` and `y...

a845bab5233636812dfc431b75636cbc061d001a authored over 7 years ago by Alexander Makarov <[email protected]>
Merge branch 'master' into unique-validator-fix

0406f304a6468bc225f85056375bbe215dddb490 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13350, #14094, #11288

- Bug #13350: Fixed bug with incorrect caching of `yii\web\UrlRule::createUrl()` results in `yii...

68d4dbaaf6ae76415904b726c2c30360bf248f7e authored over 7 years ago by Robert Korulczyk <[email protected]>
Added support for cloning a db connection

improved fix #14020
fixes #13890

https://github.com/yiisoft/yii2/pull/14020/files#r115185865

c...

4a1ba64648488952c90c988ddb7763d3b6c77b4c authored over 7 years ago by Carsten Brandt <[email protected]>
Merge pull request #14056 from cebe/db-logging

added option to disable query logging in DB command

f639afd8db9686a8fc4ea90b13fcf4bee21c663c authored over 7 years ago by Carsten Brandt <[email protected]>
moved query log logic into private method and reduced calls to getRawSql()

fixes #12528

a99a96ece4786214ff861aa9fc010936ea31405c authored over 7 years ago by Carsten Brandt <[email protected]>
added option to disable query logging in DB command

fixes #12528

cbc4886899da1c3f1b3f71d7900988e84499501f authored over 7 years ago by Carsten Brandt <[email protected]>
Fixes #14072: Fixed a bug where `\yii\db\Command::createTable()`, `addForeignKey()`, `dropForeignKey()`, `addCommentOnColumn()`, and `dropCommentFromColumn()` weren't refreshing the table cache on `yii\db\Schema`

8e1d3674feb4a1f49781e71c5d0a18e9e00f1fdb authored over 7 years ago by Alexander Makarov <[email protected]>
Merge branch '14062-oracle-in-conditions'

5aa379efa5ecfb93d19f945a512e2ffb57034b68 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters

7d2f7085c5efa0335629f41c574df0a92fb7b420 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Updated PHPdoc

0f260be55df5a64523f5ec74b6856aace031a7e9 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Cleanup after #14017 (#14091)

7c2457bd78da5c99b51887c10e4e7135bb15c92b authored over 7 years ago by Robert Korulczyk <[email protected]>
!==

19ed80bde21c0a3fb1ed43bd90608b9b54e2a0ac authored over 7 years ago by brandonkelly <[email protected]>
Fixes #13086, Fixes #13656: Fixed bug with optional parameters at the beginning of pattern in `yii\web\UrlRule`

e0fc29d4d8bc6877a8956932bf230fc812e0c5fa authored over 7 years ago by Alexander Makarov <[email protected]>
Skip just certain things for sqllite

e11085f240190391b5e4de8047cb2cf5b1ddb7b6 authored over 7 years ago by brandonkelly <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into schema-cache-fixes

d90940d14969e8ed9797282d46969d408ce2eecc authored over 7 years ago by brandonkelly <[email protected]>
Skip testAutoRefreshTableSchema on sqllite

424b13c594521cceae71184120493682184cd5ce authored over 7 years ago by brandonkelly <[email protected]>
Merge branch 'master' into schema-cache-fixes

3e6c262d0cee71a8ddf6405f2ccfc164623208b6 authored over 7 years ago by Brandon Kelly <[email protected]>
Merge branch 'master' into 13614-add-a-failing-test-for-url-rule

2ea8eeebba1c4600a9748c9f9218af710984d101 authored over 7 years ago by Robert Korulczyk <[email protected]>
Merge branch 'master' of https://github.com/yiisoft/yii2 into schema-cache-fixes

3a256a3f28c397a35cf842b99e7d8118bfed5479 authored over 7 years ago by brandonkelly <[email protected]>
Fixes #14072: clear table schema cache for all methods that affect cache

a1c1216cf1d116338ea5ee6eadd62b2a5ed9fc2c authored over 7 years ago by brandonkelly <[email protected]>
Fixes #14059: Removed unused AR instantiating for calling of static methods

220c81b4b0a006c5d13c85b4066b04c70debd2e8 authored over 7 years ago by Dmitry Eliseev <[email protected]>
Replaced className() with class

489a2b06c6e5be157bca0024590047ffaa487193 authored over 7 years ago by Alexander Makarov <[email protected]>
Merged master into 2.1

257dcc019ef426484586db50167c509d8e29fca2 authored over 7 years ago by Alexander Makarov <[email protected]>
Wrong repo [skip ci]

ef29d94e5bda6676e34fe514f0be06773081c8f8 authored over 7 years ago by Alexander Makarov <[email protected]>
Created issue template

feeef6230afe6e1bc1d980dc7b42a635f9667820 authored over 7 years ago by Alexander Makarov <[email protected]>
Merge pull request #14017 from SilverFire/test-asset-packagist

Switched tests to asset-packagist

5ac0661a988f240a190d368077860e24c4753eb4 authored over 7 years ago by Dmitry Naumenko <[email protected]>
Switched ocular to use PHP 7.1 execution results

530335f7f6ab30c90e7b43ba9de2e6fda4a2eada authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Enable xdebug for coverage on 7.1 insted of 5.6 as it should work faster

e9eb8144d0a011f143c89dbf2965829f3a9aca7f authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Switched to asset-packagist

81d1864bfa6cb4a74eed9e713d7357cc268ca6f0 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #13911: Significantly enhanced MSSQL schema reading performance

b5ac7400c397005b2d90820e0b8f4b16b934d541 authored over 7 years ago by PaulZi <[email protected]>
Update composer fxp plugin version in docs and travis scripts

41ce967f5c0de4c8b0fe692a853a9fe396b95bbd authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query

e9b395247d6dcf3827389665520e89ccf39d3e29 authored over 7 years ago by Sergey Makinen <[email protected]>
compatibility with PHPUnit 6.x fix

e1a698e161db5f9ac0dad727d06d40e4b7c56888 authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

57d849bac9ee4eeae6f56c750be3cb88fe515927 authored over 7 years ago by Klimov Paul <[email protected]>
fixed tests without assettions

a29907db864d4c084cd179b3b9f7746c369d2abf authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

85816cc7f8e1a9582d6ad5d6729c1aff602faa07 authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x fix

742f61d446336a7dfdfb5fcccc97a19f391c2f1a authored over 7 years ago by Klimov Paul <[email protected]>
compatibility with PHPUnit 6.x added

4f9314d7e68eb144bf9e4d7c23dc1d25d82bb05a authored over 7 years ago by Klimov Paul <[email protected]>
compatibility for PHPUnit adjusted

9abeb42ed460e12ca12c486481634dd0af2a6af4 authored over 7 years ago by Klimov Paul <[email protected]>
Fix `\yii\db\QueryInterface` type hints (#13959) [skip ci]

08922a4bb55c0b8f8d41f3b8ecdb13c1eb6f75bb authored over 7 years ago by Nikolay Oleynikov <[email protected]>
Fix `\yii\db\QueryTrait` type hints (#13956) [skip ci]

437d9d8b1eac498e5c23813d454e4790cb65d4f9 authored over 7 years ago by Nikolay Oleynikov <[email protected]>
Fixed phpdoc broken links to PHP manual pages [skip ci]

d1c4dba406e4f63fd738579218fd4d6b66d1d164 authored over 7 years ago by Skiptir Engu <[email protected]>
Use `ArrayHelper::getValue()`.

0333531d6fff9dc7cd9bad855c323f3e7fac6ebb authored over 7 years ago by Sam Mousa <[email protected]>
Fixes #13831: Added more info about transactions in migrations to phpdoc [skip ci]

76ea0f621c155fe18c71dd96eced7b2128889747 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13845: `mt_rand()` is not used instead of `rand()` in `yii\captcha\CaptchaAction` + minor code improvements

dc34bcc18ad526c2a8ca4d76e53334c87734bc4d authored over 7 years ago by Vladimir Reznichenko <[email protected]>
Merge branch 'master' into 2.1

# Conflicts:
# framework/db/mssql/QueryBuilder.php
# framework/helpers/BaseHtml.php
# framework/...

ad2bbd981f8454235760d1f1455d5929ac1810b0 authored over 7 years ago by Alexander Makarov <[email protected]>
Enhanced PHPUnit 6 compatibility

38444b834d78c9b646fdcebe927825e2e4eb9712 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
unit test `CommandTest` fix

ea8d7754c949b578224ae15240b3ed4c2ef6c8bd authored over 7 years ago by Klimov Paul <[email protected]>
Fixed compatibility with PHPUnit 6.x

4e9e71766dd7df0e1bb35fe653551c0918dc2aeb authored over 7 years ago by Klimov Paul <[email protected]>
Improved intl tests to tolerate ICU data differences

- Added new assertion.
- Adjusted tests not to rely on intl version allowing multiple valid var...

5044611fb56c95780fa763ba79939e8e2838df5e authored over 7 years ago by Alexander Makarov <[email protected]>
Merge branch 'doc' of github.com:yiichina/yii2 into doc

bad20e744141abb1b4c7cefb245490478c226f2f authored over 7 years ago by cuileon <[email protected]>
merge from a600e16

7d1d703a6e30f62dcc02579d373996389beaa070 authored over 7 years ago by cuileon <[email protected]>
fix `db` unit tests

18c638f7ae38f706f15125f1efbb1b9765cde590 authored over 7 years ago by Klimov Paul <[email protected]>
`className()` method usage removed

a38357d1f1e7b509ff5fb683c708bb0f7d464b4a authored over 7 years ago by Klimov Paul <[email protected]>
Fixes #13776: Fixed setting precision and scale for decimal columns in MSSQL

0af5d42064d628721beca1cfd8a9d0bced26639c authored over 7 years ago by Artur Fursa <[email protected]>
Fixes #13738: Fixed `getQueryParams()` method in `yii.js` to correctly parse URL with question mark and no query parameters

dd12697ef1c0ad2e79399dba01c7f914fb9d38af authored over 7 years ago by Vladislav Lyshenko <[email protected]>
Used more specific unit test assertions in framework tests

2cff2e51ead273d2b6c5d29341a0e2447674eaf7 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixed whitespaces to match code style [skip ci]

c4f986c97e002354c29455cf9c367eddc8efb3d7 authored over 7 years ago by gagatust <[email protected]>
Merge pull request #13767 from skiptirengu/patch-1

Fixed broken link

832a2db9c644bbf5132b6ae45097179f512a9c63 authored over 7 years ago by Dmitry Naumenko <[email protected]>
Fixed broken link

bff820cb48019b003900e15d6e196f7f118c604a authored over 7 years ago by Skiptir Engu <[email protected]>
Fixes #13745: `SQLSTATE[HY093]: Invalid parameter number: parameter was not defined` in MSSQL and bug fixes in `yii\db\QueryBuilder::buildLikeCondition()`

4968d8381c678b1901dc63842d6faf8f5c6ac118 authored over 7 years ago by Sergey Makinen <[email protected]>
changed method visibility

this should not belong to exposed interface as it is only used
internally by transaction() metho...

39be45c17c0ec3d8340a89bbf50f728185ab830c authored over 7 years ago by Carsten Brandt <[email protected]>
Fixes #12715: Exception `SAVEPOINT LEVEL1 does not exist` instead of deadlock exception

f127515360c6ab101ccf789a7f0758944f437921 authored over 7 years ago by Vladimir <[email protected]>
Merge pull request #13360 from schmunk42/feature/docker-testing

added dockerized test setup

ab81d0561256c6d6f5bf7b5a60edecb4b8b7f297 authored over 7 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into feature/docker-testing

b2b434397be48744d76ff069bbfc51d40fb7ede8 authored over 7 years ago by Carsten Brandt <[email protected]>
moved Dockerfile(s) to test folders

d76771a3d220bfe23f04256f044692d028f8ad18 authored over 7 years ago by Tobias Munk <[email protected]>
Update .travis.yml

allow building on all branches.

/cc @Silverfire

85ad5b0aebf80970c47bc28afeeadfba7dabcf8e authored over 7 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into 13614-add-a-failing-test-for-url-rule

8e9fd1786f18778ed3bece6b99c7f23ebaa3bf20 authored over 7 years ago by Robert Korulczyk <[email protected]>
Merge pull request #13676 from arogachev/13379-js-tests

Added JS tests for # #13379

eb0c7731109d005a2eec4f66a4b34a44babb8628 authored over 7 years ago by Dmitry Naumenko <[email protected]>
Merge branch 'master' into 13379-js-tests

2ad1ccf90e9445abe46b30e2eec13cc3c1a464ff authored over 7 years ago by Alexey Rogachev <[email protected]>
Added JS tests for # #13379

6939c042450cb8842f77fb0652d1abc2e5693681 authored over 7 years ago by Alexey Rogachev <[email protected]>
Fixed `applyFilter` function in `yii.gridView.js`

Closes bug #13379

`applyFilter` function in `yii.gridView.js` fixed to work correctly
when para...

35707bfb654df4f6e29ed86a361b4b738964b5b0 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Fixes #8120: Fixes LIKE special characters escaping for Cubrid/MSSQL/Oracle/SQLite in `yii\db\QueryBuilder`

c26d712526337aa4ffad6f920323e6bfe4870337 authored over 7 years ago by Sergey Makinen <[email protected]>
Merge pull request #13245 from Ni-san/13221_limit_offset_expression

Make \yii\db\QueryTrait::limit and \yii\db\QueryTrait::offset methods works with \yii\db\Expression

00c6c9fa47947c99c26efaa5cb2952c6079d5caf authored over 7 years ago by Dmitry Naumenko <[email protected]>
Merge branch 'master' into 13221_limit_offset_expression

7cf5dbfee06c41f18db4023a8c3e3f9f1f8605d5 authored over 7 years ago by Dmitry Naumenko <[email protected]>
Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator`

2223589d96250462404b975eac82fc927c4cdbe1 authored over 7 years ago by Alex <[email protected]>
Merge branch 'Alex-Code-queryScalar'

6dff00f731af69526ab026659fe61fcf0b850960 authored over 7 years ago by SilverFire - Dmitry Naumenko <[email protected]>
Refactored `yii\db\Query::queryScalar()` method

479b1fad96bcc69d80549c69bde7e74967c88d00 authored over 7 years ago by Alex-Code <[email protected]>
Merge branch 'master' into 13221_limit_offset_expression

6abad545219ecac35976fe5b2087e6607b430735 authored over 7 years ago by Alexander Makarov <[email protected]>
Fixes #13571: Fix `yii\db\mssql\QueryBuilder::checkIntegrity` for all tables

0621d2f68264431c691ac04d5c2ba0ff5c2c6410 authored over 7 years ago by Bob Olde Hampsink <[email protected]>
Merge pull request #13562 from sergeymakinen/oci-test-fixture

Fixes Oracle’s test fixture

7913a482e538c6e17880a1653f144667923d3fe3 authored over 7 years ago by Dmitry Naumenko <[email protected]>
Fixes #13582: Added tests for all `yii\db\QueryBuilder::resetSequence` implementations, fixed SQLite implementation

92593503bee98e607f2f40dc6ba99623c4263237 authored over 7 years ago by Bob Olde Hampsink <[email protected]>
Fixes #13577: Implemented `yii\db\mssql\QueryBuilder::resetSequence()`

a7c5e948b05dfa983cf172b4a4d1e4cefcf88a03 authored over 7 years ago by Bob Olde Hampsink <[email protected]>
Fixes #13467: `yii\data\ActiveDataProvider` no longer queries models if models count is zero

189353fbb489030c6f0a7851aadc2d7bd1365647 authored over 7 years ago by Nikolay Oleynikov <[email protected]>
Remove trailing spaces from sources and tests (#13621) [skip ci]

d773683759a7f8cb5152f5df48f1793414805054 authored over 7 years ago by Nikolay Oleynikov <[email protected]>
Fixes #13592: Fixes Oracle’s `yii\db\oci\Schema::setTransactionIsolationLevel()`

31969a8804dd194a13f55d911c54efc08282bb36 authored over 7 years ago by Sergey Makinen <[email protected]>