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

Added tests for indexes and constraints (#419)

* Added tests for indexes and constraints

* update

* styleci fix

b0ca6807d73b41f5b9b16481ce42a70bf3251a0a authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove src\TestSupport\TestQuoterTrait from yiisoft\db. (#418)

* Remove src\TestSupport\TestQuoterTrait from yiisoft\db.

013d456cac29d1cda33b95370c41ec60802fae73 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Add pgsql-15. (#416)

Add pgsql-15.

e0e6992d7650ae22c2548984719d6d36640785d6 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove src\TestSupport\TestSchemaTrait from yiisoft\db. (#415)

* Remove src\TestSupport\TestSchemaTrait from yiisoft\db.

0de6904bc4f95a566c0e9dc18d224afd1beaa55f authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix github actions ci active-record.yml.

d2c9b6b22319bce412f05debf8f888aea88abd2a authored almost 2 years ago by Wilmer Arambula <[email protected]>
Update github actions ci.

cf18807b471a67f2c18beabeedd11c89dcb7316e authored almost 2 years ago by Wilmer Arambula <[email protected]>
Bugfix for insertEx (#414)

e0d4746dcad7658fcf419524cfec0b84415eff4a authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Simplify insertEx (#413)

* Simplify insertEx

* styleci fix

d3f1ddf0ae51c5b7f84ce10e0011f0850d371182 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove after and first (for alter columns) (#411)

* Remove after and first (for alter columns)

* for tests

* fix

18e1345382df14eaaee7b3d8414c9efad5162078 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove duplicate of code (#410)

* Remove duplicate of code

* fix for phpdoc (remove oracle from comment for after and first)

bedec86c1cc18159ab5b25ec19b02c72b3f7ca65 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Remove duplicate code move to yiisoft/db/Schema::class. (#409)

* Remove duplicate code move to yiisoft/db/Schema::class.

a42f5bcf2bb4ed481e37eb6385109b98931c0b48 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove src\TestSupport\TestColumnSchemaBuilderTrait from yiisoft\db. (#408)

* Remove src\TestSupport\TestColumnSchemaBuilderTrait from yiisoft\db.

df027fd37604b1168839f2c7c5afe556fe7f6ce1 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Simplify CommandProvider::class. (#407)

Use inheritance.

27d6e00801bd4cf48ab2f0bcd335bf8e55ecf3c6 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove src\TestSupport\TestQueryBuilderTrait::class from yiisoft\db. (#405)

* Remove src\TestSupport\TestQueryBuilderTrait::class from yiisoft\db.

1afe6cc2cb7f6fc8214251a8822ed517ca0babc7 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove src\TestSupport\TestBatchQueryResultTrait::class from yiisoft\db. (#401)

* Remove src\TestSupport\TestBatchQueryResultTrait::class from yiisoft\db.

68e4d7ef2a3bcbf319068652c1bdfc4b2735b0d1 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 11: Remove dead code. (#400)

* Remove dead code.

b3707d0b482090fa0dc70a905334201a61990ab1 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Add getComment for TableSchema and tests (#399)

* Add getComment for TableSchema and tests

* bugfix2

* styleci

* yml - return value

...

fcdf1892e7d12f31119ceb8504a07ad8a26882eb authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Use simple composer.json. (#403)

* Use simple composer.json.

ce2f0ceb139f4eb45f03c5b6f74f888a9d998f2b authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove tests `.gitattributes`. (#402)

* Remove tests .gitattributes.

efc33d29fc4a1dc5ff9e7b043292f80ac8a15271 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Remove `src\TestSupport\TestCommandTrait::class` from `yiisoft/db`. (#398)

* Remove src\TestSupport\TestCommandTrait::class from yiisoft/db.

d2fc64fdddfd687373d106e22c6da0d514e17296 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Test 2: Move src/TestSupport to tests/

* Move src/TestSupport to tests/.

37e48393797ce2e00a3132f78593f4f5bb7c221f authored almost 2 years ago by Wilmer Arambula <[email protected]>
Test 1: Add simple tests. (#395)

* Add simple tests.

8807b4e90597667aad190b2fc657f18c4559fdba authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 10: Use singular namespaces. (#394)

* Use singular namespaces.

a39d50515813d7aa095c83b7ee7be47e0d6c43c5 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 9: Move `truncateTable()` to `DDLQueryBuilder::class`. (#393)

* Move truncateTable() to DDLQueryBuilder::class.

c65027232b4f3073629b1c859a942e915ca3d8aa authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix namespaces tests. (#392)

Fix namespaces tests.

debe09b4dc29f903a82e9afbd4b95e7e1fa3937f authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 7: Move escapeSql to driver implementations. (#390)

Move escapeSql to driver implementations.

763c33f4565f2c338928fa7a73f62b6839150dba authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 8: Improve the exception message. (#391)

Improve the exception message.

8e2631c66b58c80892c43ff140bdd1d06bc548dd authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 6: Remove unnecessary methods, fix phpdoc. (#389)

* Remove unnecessary methods, fix phpdoc. (#389)

9a45df6c9e224c407f323e6306a585d2b4703eee authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 5: Remove `getSchemaCache()` and add `schemaCacheEnable()`. (#388)

* Fix 5: Remove `getSchemaCache()` and add `schemaCacheEnable()`.

7f4b74b3168c1688f26dedba81f99eea9b5b6149 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 3: Better naming var, fix phpdoc, code style. (#386)

* Fix 3: Better naming var, fix phpdoc, code style.

3836fa9749b555da17699f138ca4a8651e99534e authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix mini-hot-fix #2. (#385)

* Add method queryCacheEnable(), add interfaces LoggerAwerTrait::class, ProfilerAwareInterface::...

9d2b63ceea63d720ab9ea1476aafe4a5d6206c7d authored almost 2 years ago by Wilmer Arambula <[email protected]>
Fix 1: Simplify the code. (#384)

* Simplify the code queryAll() method.
* Fix rector ci, disable parallel processing.
* Remove ...

39d147af61777f00061b7359c4719449045f4637 authored almost 2 years ago by Wilmer Arambula <[email protected]>
Apply fixes from StyleCI

81e71904bdf80b706ba13fef8979daab88f0a6db authored almost 2 years ago by StyleCI Bot <[email protected]>
QueryBuilder Expression in FROM section with alias fix (#383)

QueryBuilder Expression in FROM section with alias fix (#383).

4802114e313089ed95c4d2fcb8b5c61efdccff2c authored almost 2 years ago by Sartor <[email protected]>
Feature fix null operand (#382)

* Feature fix null operand.

cfcd5c1c2ab1abe118cf1e71c387ffaa1ccca5b0 authored almost 2 years ago by Sartor <[email protected]>
Fix for OUTPUT INSERTED (#378)

65319ee82e56461a136c81a2599908d6929ffb69 authored almost 2 years ago by Valerii Gorbachev <[email protected]>
Rework tests #1, add tests src/QueryBuilder/Conditions. (#376)

Rework tests #1, add tests src/QueryBuilder/Conditions.

93aa2d10003370b337787b11721b78c8981740da authored almost 2 years ago by Wilmer Arambula <[email protected]>
Feature boolean value (#375)

Feature boolean value in SimpleCondition::class.

db6191e0a350cbf5f089a5c13de72ee48632798a authored almost 2 years ago by Sartor <[email protected]>
Remove unnecessary null in property from in Query::class (#374)

Remove unnecessary null in property from in Query::class.

63b3c810599cd2d96c682b3d598232a1f6161425 authored almost 2 years ago by Wilmer Arambula <[email protected]>
fix table alias regexp in QueryHelper#cleanUpTableNames() (#371)

* fix table alias regexp in QueryHelper#cleanUpTableNames()

Co-authored-by: Márton Somogyi <s...

d1a99ef51c1c1099820623243426721999eedfb8 authored about 2 years ago by Somogyi Márton <[email protected]>
Fix method `resetSequence()`. (#369)

* Fix method `resetSequence()`.

eb6f7540a17584f196f17198ceab41bed80d575a authored about 2 years ago by Wilmer Arambula <[email protected]>
Add rector actions. (#366)

* Add rector actions.
* Update dependencie yiisoft/cache `2.0`.
* Fix minor corrections phpdoc...

cec7b6354eeec9c2421a0addfb2dca2f275d9218 authored about 2 years ago by Wilmer Arambula <[email protected]>
Quoter test (for increase test support) (#367)

* Remove connection from Quoter

* fix

* Add tests for Quoter

* Fix

1029827bad34836f03fe9a2fd3686802b2e567cb authored about 2 years ago by Valerii Gorbachev <[email protected]>
Remove connection from Quoter (#364)

* Remove connection from Quoter

* fix

b43f9a0381e791235954a60c536da94c004f670a authored about 2 years ago by Valerii Gorbachev <[email protected]>
Refactoring of batchInsert (for remove using of Quoter) (#363)

* Refactoring of batchInsert (for remove using of Quoter)

* styleci fixes

* styleci fixes

a5450ec5a8c42ebb29eb29ab8a762f9acd7a24af authored about 2 years ago by Valerii Gorbachev <[email protected]>
Fix phpdoc directory Connection. (#354)

* Fix phpdoc directory Connection.

4f7d24653c601b8599b1131209a8f86d1cf5cd7a authored about 2 years ago by Wilmer Arambula <[email protected]>
Adopt last changes `yiisoft/profiler`. (#356)

* Adopt last changes yiisoft/profiler.
* Update ConnectionInterface::class.
* Update composer....

0b8f3a5ad6218da229baf87f5b1cd1e9f06b31af authored about 2 years ago by Wilmer Arambula <[email protected]>
Fix phpdoc directory Constraint. (#357)

* Fix phpdoc directory Constraint.

eda4768186c89c4abd5d67462efd43b0a1cd0432 authored about 2 years ago by Wilmer Arambula <[email protected]>
Fix phpdoc directory `Command`. (#353)

Fix phpdoc directory Command.

0996a584be78814e3b264e5e22ae0d040f6329c5 authored about 2 years ago by Wilmer Arambula <[email protected]>
Fix phpdoc directory `Cache`. (#352)

Fix phpdoc directory Cache.

7a64489b0e7f3b1a4c508d8fc632fd3ececcb52a authored about 2 years ago by Wilmer Arambula <[email protected]>
Add tests `PHP 8.2`. (#351)

* Add tests PHP 8.2.
* Add --ignore-platform-reqs.
* Use env for composer update.

acea86af29b78acb5a9a7283b889427eb4c39e8e authored about 2 years ago by Wilmer Arambula <[email protected]>
Fix for quoteValue (#361)

* Fix for quoteValue

* bugfix

3c96d62d0ace07ee1e34e367feb0312b96890a61 authored about 2 years ago by Valerii Gorbachev <[email protected]>
Fixes for Quoter (#355)

* Fixes for Quoter.

57007d7ef7ba6bdfb218922d821401cfca78ef7b authored about 2 years ago by Valerii Gorbachev <[email protected]>
Merge pull request #350 from yiisoft/fix-psalm

Fix issue psalm.

2d3742371612469ae337438f8217f5f90d9fd096 authored about 2 years ago by Wilmer Arambula <[email protected]>
Fix issue psalm.

9628d67ffbf1e0e8967c87caefbfa9872058e187 authored about 2 years ago by Wilmer Arambula <[email protected]>
Resolve table names. Parts 2 (#349)

* Fixes and tests

* Resolve table names. Parts 2

* styleci fixes

* styleci fixes

e4b15d5a8e3237db7f6800532302acde0fa86efd authored about 2 years ago by Valerii Gorbachev <[email protected]>
Merge pull request #346 from yiisoft/change-charset-for-setcharset

Change chartset() for setCharset().

c400f3e60783521f0666ab1beaa7de6a1c9297b3 authored about 2 years ago by Wilmer Arambula <[email protected]>
Change `chartset()` for `setCharset()`.

eff3ca69cafc1918febb746dd885b7710953b4f7 authored about 2 years ago by Wilmer Arambula <[email protected]>
Change return type for query one and query column (#343)

* Change return type for query one and query column

* fix tests

* fix

* Fix phpdoc

*...

ec41ff1583a020a9f3c0f66ec948dc1f3c7b6de3 authored over 2 years ago by Sergei Predvoditelev <[email protected]>
Add support for `yiisoft/cache` version `^2.0` (#341)

7c4679af22b044567e5e35bb3a04893dac5298fd authored over 2 years ago by Sergei Predvoditelev <[email protected]>
Add `getName()` to `ConnectionInterface::class`. (#340)

* Add getName() to ConnectionInterface::class.

d1f7a6800fa453aa38c3d98f88c4e69c80cc6419 authored over 2 years ago by Wilmer Arambula <[email protected]>
Apply fixes from StyleCI

92731818f146e83772a5aa8f4c866b786007423c authored over 2 years ago by StyleCI Bot <[email protected]>
Fix interface bug (#337)

e0915f651d2bdf35a18f0d1243d55a8b6412ec53 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Use `psr/log/LoggerAwareTrait`. (#332)

* Use psr/log/LoggerAwareTrait.

06090e361044ee9cbde94d92eae941fa6bb7d1e3 authored over 2 years ago by Wilmer Arambula <[email protected]>
Add tests BatchInsert Fails. (#331)

* Add tests BatchInsert Fails. (#331)

Co-authored-by: terabytesoftw <[email protected]>...

bbd9d5c1693c692e5442f70c1cf658c765b46414 authored over 2 years ago by Wilmer Arambula <[email protected]>
Add function getDriver co ConnectionPDOInterface (#330)

* Add function getDriver co ConnectionPDOInterface

* styleci fixes

70f90058b72070b68bb3d0dc1199cc671efd11d0 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Raise dependency versions:`psr/log:^2.0|^3.0`, `yiisoft/log:^2.0`, `yiisoft/profiler:^1.0.3` (#320)

d7b91e83172763a7205134ebb22dd7fb7caf9f14 authored over 2 years ago by Sergei Predvoditelev <[email protected]>
Update code (#327)

84bb9dc71259a48b96fce2199815f8fffd9588ca authored over 2 years ago by Valerii Gorbachev <[email protected]>
Fix for Param::class builder (#326)

c6011df178826b6b85acb1bd35bfcf67c4b21461 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Removed "as array" and PdoValue behaviour from bindValues function. (#325)

* Removed "as array" and PdoValue behaviour from bindValues function.

* styleci fixes

b392c810417a458d2000864d45e21ded68f56f85 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Added interface for BatchQueryResult (#324)

* Added interface for BatchQueryResult

* styleci fixes

* styleci fixes

e7dfe3bfdab93a7810970911145425e19bd13bc9 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Mini refactoring (folder relocation) (#323)

* Mini refactoring (folder relocation)

* styleci fixes

* styleci fixes

869bcea81e4baf09fe684111d3d9832ea1d077c3 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Split pool interface (#321)

* Split pool interface

* styleci

* styleci

9df7d8ee1576d09e14c7256448243d7024c9871c authored over 2 years ago by Valerii Gorbachev <[email protected]>
Usage QueryInterface (#318)

* Usage QueryInterface

* styleci fix

2c59b69c824c460af6c780cf13919ca62024fdf0 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Php81 fix (#317)

* Add test to blob

* query fix

0044c8b5aa17f58fb0c63da34334cad2c2c1e7bd authored over 2 years ago by Valerii Gorbachev <[email protected]>
Work with attributes on connection (#316)

* Work with attributes on connection

* fix

19b076289ce3d40fe2d16240905f737bec44012a authored over 2 years ago by Valerii Gorbachev <[email protected]>
Refactoring createIndex and more cleanup of code (#315)

* Refactoring createIndex and more cleanup of code

* styleci

* styleci2

733857ea3fd405836ad8eedaaf16b69761102453 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Use injection dependencies, remove dependencie transitive. (#314)

* Use injection dependencie, remove dependencie transitive.

99132192dc48e08e71c8e6f473e38e4174922ab1 authored over 2 years ago by Wilmer Arambula <[email protected]>
QueryBuilder refactoring (#313)

* refactoring

* styleci

0bfdb3b1ace78d8f382b8f4773131717ba199fd5 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Fixes after using psalm with folder `tests` (#312)

* styleci

* Fixes after psalm with level 3 in folder `tests`

* work with view - fixed

*...

600d17acb06790ec7c9305ccf62c3a419b700291 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Fix tets `ActiveRecord` `PHP 8.1`. (#311)

* Fix tests PHP 8.1.
* Fix psam tests.

e71b37150c5200b16957cb7c504d4423c2794649 authored over 2 years ago by Wilmer Arambula <[email protected]>
Move classes `PDO` to directory `src/Driver/PDO`. (#310)

Move classes PDO to directory src/Driver/PDO.

6dbe83e1633e8743dd455b08e7c89c788e1589a1 authored over 2 years ago by Wilmer Arambula <[email protected]>
Merge pull request #308 from yiisoft/update-dependencies-workflow

* Update dependencies workflows.

2cf80fec0ef5226c5c512239b56c0825ecddf769 authored over 2 years ago by Wilmer Arambula <[email protected]>
Update dependencies workflows.

cbf0ca4807a067bd3c1c1d95310772060f7aca1b authored over 2 years ago by Wilmer Arambula <[email protected]>
Changed strings to constants. Added tests. (#306)

* Changed strings to constants. Added tests.

* styleci

* psalm fix

799cfdf91aa4b6df6034c8fdaffb5a8d4a26867f authored over 2 years ago by Valerii Gorbachev <[email protected]>
Minifix for tests (#305)

5d05eb55792dd90c5e05fd9638a5fdab1308612f authored over 2 years ago by Valerii Gorbachev <[email protected]>
Removing transactionIsolationLevel & operations with savepoint from Schema (#304)

* Removing transactionIsolationLevel & operations with savepoint from Schema

* styleci fixes
...

93f932cd6d6bbbe12644e24c51f6aee0a3d2e75c authored over 2 years ago by Valerii Gorbachev <[email protected]>
Null fix (#303)

51a0f3f32873ada5ae29c83bc1904fb37e035959 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Refactoring lastInsertId (#302)

cd40a1ca4ab373e76316f9d57744269e2dad0522 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Removing getDriver from ConnectionPDO classes (#301)

* Removing getDriver from ConnectionPDO classes

* styleci fixes

6f47a42261cb53484648888050b1e22abca5336f authored over 2 years ago by Valerii Gorbachev <[email protected]>
Common constructor for ConnectionPDO (#300)

* Common constructor for ConnectionPDO

* __clone cleanup

* styleci fixes

* fix

* sty...

8aa0d06ad967bcc4253076dffb9a6eed8cc13d9d authored over 2 years ago by Valerii Gorbachev <[email protected]>
Simplification of Connection - removing pool from Connection (#299)

* Simplification of Connection - removing pool from Connection

* styleci fix

* rename meth...

5222236ea4881244e8b922817e21bea0a657542c authored over 2 years ago by Valerii Gorbachev <[email protected]>
Fix for query* functions and tests (#298)

* Fix for query* functions and tests

* Query->column fix

* email - remove from sql query f...

e5e70573573c9a16df8812943e4b875055716d8b authored over 2 years ago by Valerii Gorbachev <[email protected]>
Remove unnecesary `array map` function. (#297)

* Remove unnecesary array-map.

* Apply fixes from StyleCI

* afterreview fixes

Co-author...

b39ecc959cfe2c957568b99561d6a998604aed43 authored over 2 years ago by Wilmer Arambula <[email protected]>
Remove array_map from `getParams()`, and fix minor corrections. (#296)

* Remove array_map from `getParams()`, and fix minor corrections.

b52a6bbb87ecbb7c4b18cdb4778108ac41689326 authored over 2 years ago by Wilmer Arambula <[email protected]>
Step 5 (remove PDO). Add CommandPDOInterface and cleanup of DataReader (#295)

* Add CommandPDOInterface and cleanup of DataReader

* more fixes

* styleci & fix for tests...

0e35b2f03df1d49fce0b8d2e336f952569699d28 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Set error level to `1` psalm - part4. (#294)

* Set error level to `1` psalm - part4.

7bc39ed4822b004f146785af897099a5f938e114 authored over 2 years ago by Wilmer Arambula <[email protected]>
Set error level to `1` psalm - part-3. (#291)

Set error level to `1` psalm - part-3.

4313beae689e96aa416c0f88e6b849bcc8557e3f authored over 2 years ago by Wilmer Arambula <[email protected]>
Fix for static analysis (#293)

d2b3f227d436f4b29b38f11514298fb0acf97604 authored over 2 years ago by Valerii Gorbachev <[email protected]>
Step 4. Remove PDO (work with internalQuery) (#292)

* Step 4. Remove POD (work with internalQuery)

* styleci fix

* styleci fix

068c08ca275b8bba6bb87f005a3e82a30c6b4eed authored over 2 years ago by Valerii Gorbachev <[email protected]>