Ecosyste.ms: OpenCollective

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

github.com/doctrine/dbal

Doctrine Database Abstraction Layer
https://github.com/doctrine/dbal

Widen the return type of Result::rowCount()

4e228a7c2492f5463af363ff5a596c60b8236949 authored almost 2 years ago
Merge pull request #5877 from derrabus/improvement/psalm-assert

Use psalm-assert to get rid of `assert()` calls

a340f1f26e3c8a9b7642548cf14f90fb0a6681b0 authored almost 2 years ago
Use psalm-assert to get rid of assert() calls

19444747cd7bb16747453176cc56afd94f868bf6 authored almost 2 years ago
Introduce the SchemaManagerFactory interface

… to allow apps to override the default schema managers

537b711d11e2ecd0319988c84691ff367969620f authored almost 2 years ago
Merge pull request #5875 from derrabus/bugfix/missing-docblocks

Add missing doc blocks to Index and UniqueConstraint

1cf91c13885e1a5c3aa258e9d121e39f6cc24223 authored almost 2 years ago
Add missing doc blocks to Index and UniqueConstraint

55645c17ad80c9a07df6db0aa6fb6638952808c0 authored almost 2 years ago
Merge branch '3.6.x' into 4.0.x

* 3.6.x:
PHPStan 1.9.14
Improve phpdoc for connection params arguments
Flag parameters as ...

1ebb15e198d8e0091076a0b1580c90d017bc018b authored almost 2 years ago
Merge branch '3.5.x' into 3.6.x

* 3.5.x:
PHPStan 1.9.14

e4f65b5eba95357e771c8ad0aa64bda1a96e3322 authored almost 2 years ago
Explain why the number of affected rows can be a string

Mysqli is the only driver to support this feature.

https://www.php.net/manual/en/mysqli.affecte...

7d1ec27a2612222a8dfa8887a7e41389e0a6c844 authored almost 2 years ago
Merge pull request #5871 from derrabus/bump/phpstan

30dc170a9737d69fd340e22f8f4a76c54b70c571 authored almost 2 years ago
PHPStan 1.9.14

d5433213ee6069d472d8aa210b2feafddc0bbf04 authored almost 2 years ago
Merge pull request #5866 from derrabus/feature/sensitive-parameter

Flag parameters as sensitive if they could contain the database password

267985c29609b223f4a1db56a5edeb3fffc02d00 authored almost 2 years ago
Improve phpdoc for connection params arguments

042864c5ae4caca072968dbb8323e77192b41ddc authored almost 2 years ago
Flag parameters as sensitive

… if they could contain the database password.

32e4189e6bca9824f021890ed343246344900ccc authored almost 2 years ago
Merge branch '3.5.x' into 3.6.x

* 3.5.x:
PHPStan 1.9.11, PHPUnit 9.5.28, Doctrine CS 11.1
Allow passing url to override para...

824b327df8b6dd152e86c39eb83515183e032794 authored about 2 years ago
Merge pull request #5864 from derrabus/bump/tools

1507fc7a0262f5ca41c7164398f95663b57b7801 authored about 2 years ago
PHPStan 1.9.11, PHPUnit 9.5.28, Doctrine CS 11.1

e2ec3df5f13c6dc5fceaca23a7a3e28ed37e61da authored about 2 years ago
Merge pull request #5862 from keulinho/patch-1

Allow passing url to override params

0cec466aed7503235d00388fd4a5d7c2df1d7229 authored about 2 years ago
Allow passing url to override params

Update OverrideParams array shape in DriverManager to allow passing url

7dab836409de027f7694e61b2ca3bb80686e38b3 authored about 2 years ago
Merge pull request #5861 from dmaicher/fix_mysql_comparator

88fa7e5189fd5ec6682477044264dc0ed4e3aa1e authored about 2 years ago
fix issues with platform Comparators and compareTables

7af0e357f5fd5d12ffa00a0e7750c814872e436d authored about 2 years ago
Merge branch '3.6.x' into 4.0.x

* 3.6.x:
Formally allow `url` in `DriverManager::getConnection()`
Use narrower return types ...

5634ab4e8b1898b8e04c62ce6a8d9379bee33b57 authored about 2 years ago
Merge branch '3.5.x' into 3.6.x

* 3.5.x:
Formally allow `url` in `DriverManager::getConnection()`
Allow to explicitly set th...

d432414ede9797c6341e7d97b650278a7c0ab55d authored about 2 years ago
Merge pull request #5857 from someniatko/fix-getconnection-phpdoc

e106ee7a3869a2ca82b0993914ea55061be02554 authored about 2 years ago
Formally allow `url` in `DriverManager::getConnection()`

36a32f76ff86d5f65c268a420a924bf6765179f1 authored about 2 years ago
Merge pull request #5856 from MidnightDesign/json-type-return-type

Use narrower return types for convertTo*Value methods

db068df0d34ba4931ed0ac40a79d774e6421e6ed authored about 2 years ago
Use narrower return types for convertTo*Value methods

c709e352580d2ae59f0ad70ae3e4c0a6af9476ea authored about 2 years ago
Merge pull request #5855 from derrabus/sa/driver-manager-params

Reuse the Params type alias for getConnection()

4fee1df4b50549600753292df8361ba8697f4cd0 authored about 2 years ago
Reuse the Params type alias for getConnection()

c66fcbd019c70ede811a68489a871efc49bec027 authored about 2 years ago
Merge pull request #5854 from MidnightDesign/test-get-available-drivers-return-type

8ecc39c58e62f6e54e572a7a759204eede37d42d authored about 2 years ago
Test the return type of DriverManager::getAvailableDrivers()

9ed1ebcacb319aa58ccb30555930b429c13f56b0 authored about 2 years ago
Merge pull request #5853 from MidnightDesign/get-available-drivers-return-type

Use a narrower return type for DriverManager::getAvailableDrivers()

fb248c88e3b00ba378d3d5f5f973d97f9bc81d2c authored about 2 years ago
Use a more specific return type for DriverManager::getAvailableDrivers()

2eb9f52ac5be85646a73cdbe21fec5f2d2109d6f authored about 2 years ago
Merge pull request #5851 from derrabus/bugfix/default-wrapper-class

Allow to explicitly set the wrapper class to the default one

3561bc53205477dae05c106de9f3a57ecc7a5963 authored about 2 years ago
Merge pull request #5850 from derrabus/remove/url-param

Remove the `url` connection param

851e42dce4f119e774428c3b0cb52d1d13440518 authored about 2 years ago
Merge pull request #5852 from derrabus/improvement/urls-in-tests

Remove database URLs from tests

ea7765b0ac7db61f1d86ff5fc7c98f26761f9df6 authored about 2 years ago
Remove database URLs from tests

6c4838b83963bfd41243f1fa3580a51966b9492d authored about 2 years ago
Allow to explicitly set the wrapper class to the default one

4f047be9a02eaa6cf3a56cb1ff840853c40fa285 authored about 2 years ago
Remove the "url" connection param

7986e2e2c72f9bad569bdcd662b8a3fac688d863 authored about 2 years ago
Merge branch '3.6.x' into 4.0.x

* 3.6.x:
Fix test cases for URL parsing

6073b69296289494e201d915a527b8f23bfaccb8 authored about 2 years ago
Merge pull request #5848 from derrabus/bugfix/driver-manager-test

186a3fb37ad3486adae292ebc92c102570a611c7 authored about 2 years ago
Fix test cases for URL parsing

fd6609fe2e84a08b13f7ff3827bd389329d05426 authored about 2 years ago
Merge branch '3.6.x' into 4.0.x

* 3.6.x:
PHPStan 1.9.4
Trigger a deprecation for versions that will be parsed differently
...

e987d6b09089fd0f5c0bd688898f6912a4ea5706 authored about 2 years ago
Merge branch '3.5.x' into 3.6.x

* 3.5.x:
PHPStan 1.9.4
Update Branch metadata

fd8764f53c49a8272982fd995f6f4b08dcbfe446 authored about 2 years ago
Merge pull request #5843 from derrabus/feature/dsn-parser

Standalone DSN parser

3d17514112b9e4269adfeee501afd747546e79c5 authored about 2 years ago
Merge pull request #5845 from derrabus/bump/phpstan

PHPStan 1.9.4

4b51100fb86acd8345a77e33c883d487b042f879 authored about 2 years ago
PHPStan 1.9.4

6f3821a795d0415bd6adace273a9bb0d68cc5961 authored about 2 years ago
Merge pull request #5844 from derrabus/improvement/version-detection-deprecation

Trigger a deprecation for versions that will be parsed differently

11e70427a7de6a9a55f1e055e8504ba72f35ebd1 authored about 2 years ago
Trigger a deprecation for versions that will be parsed differently

213534b8cfb013b22178d114b6f90befa608f886 authored about 2 years ago
Standalone DSN parser

d380886b6291cd40caee6738ac189d52f1b6ebff authored about 2 years ago
Merge pull request #5839 from derrabus/improvement/array-parameter-type-4.0.x

Introduce a `ArrayParameterType` enum

273eff9edf21e3e6ca75558a03ea47512e2edadd authored about 2 years ago
Introduce a ArrayParameterType enum

06ba8a6109489aca4c69e4decea3320efe859fd2 authored about 2 years ago
Merge pull request #5842 from derrabus/bugfix/restore-offset-constant

Restore `Connection::ARRAY_PARAM_OFFSET`

d54b3d02f9345c39c5b987d7edc9f064adf01d00 authored about 2 years ago
Restore Connection::ARRAY_PARAM_OFFSET

8a36759a081ce33dc4d9400c4974097d74e10550 authored about 2 years ago
Merge branch '3.6.x' into 4.0.x

* 3.6.x:
Introduce a ArrayParameterType enum

48be8baf7d13a29609344b465f3545dbf8f4f404 authored about 2 years ago
Merge pull request #5838 from derrabus/improvement/array-parameter-type

Introduce a `ArrayParameterType` enum

7e0d352ee23d9425ce4ab027b0a10696e37f428f authored about 2 years ago
Merge pull request #5840 from derrabus/chore/branch-metadata

Update Branch metadata

b2be16b49985797cc7dbb69adfabc61f26f04fd4 authored about 2 years ago
Introduce a ArrayParameterType enum

c6bdad1b3dd06c08c60a55a7e208bcb7ca48c2ce authored about 2 years ago
Update Branch metadata

50265527b7394ff67ac1ee9523036ef48891a224 authored about 2 years ago
Merge branch '3.5.x' into 4.0.x

* 3.5.x:
Document tuple return type of generateCacheKeys()

af57bbfc6da7ca664ef26d15d0c163daa5fbe330 authored about 2 years ago
Merge pull request #5834 from derrabus/improvement/cache-keys

Document tuple return type of `generateCacheKeys()`

63e513cebbbaf96a6795e5c5ee34d205831bfc85 authored about 2 years ago
Document tuple return type of generateCacheKeys()

9c027176f575c35957da697c0cfe018cdecd2800 authored about 2 years ago
Merge branch '3.5.x' into 4.0.x

* 3.5.x:
Doctrine CS 11.0

c66f662bacfc3d20c23f596ea261c984794d3f2a authored about 2 years ago
Merge pull request #5831 from derrabus/bump/cs-11

Doctrine CS 11.0

b50fbfe886af9e4236390b8bda7a17685ce8d152 authored about 2 years ago
Doctrine CS 11.0

2045d02b577f01d309549c85c001bda8f1a2dd71 authored about 2 years ago
Merge branch '3.5.x' into 4.0.x

* 3.5.x:
Bump tools and workflows
Merge tests for fetch behavior of freed results

2e841e9a2c79837b88c43e7d524f4eb141f894fc authored about 2 years ago
Merge pull request #5828 from derrabus/bump/tools

Bump tools and workflows

db3ad9c10a677ae4aaeedf26655424b1c91a30bf authored about 2 years ago
Bump tools and workflows

c610708ea08dd2850a6205677d8b1f2184c3e3ef authored about 2 years ago
Merge pull request #5797 from greg0ire/document-bc

Document breaking changes about serverVersion

59c9495043a1d8bdab9893780959a90f63d3cea5 authored about 2 years ago
Document breaking changes about serverVersion

bf258772300f4b02cc3c8313bbf3b469bb99a039 authored about 2 years ago
Merge pull request #5810 from derrabus/tests/merge-freed-result-tests

82483595da680180c1d360ea7fbff1ea8fb08142 authored about 2 years ago
Merge tests for fetch behavior of freed results

92ddda84527cc01de1370edc251942e3c4c9a97a authored about 2 years ago
Merge branch '3.5.x' into 4.0.x

* 3.5.x:
PHPStan 1.9.1
Bump dev tools
Remove unwanted suffix
Fix typo
Run tests with M...

0f2d257b50ebd097ea40eb67e5bd1337523ded26 authored about 2 years ago
Merge pull request #5807 from derrabus/bump/phpstan

PHPStan 1.9.1

0fbb1f2a3b3d870b2389bc82d454b4b5bfa6a241 authored about 2 years ago
PHPStan 1.9.1

8c9e2d167e70d13bde1408d2256cd2f218c0ce23 authored about 2 years ago
Merge pull request #5806 from derrabus/bump/tools

Bump dev tools

3393324d2990110d175d646bae64f12f0154de90 authored about 2 years ago
Bump dev tools

* phpstan/phpstan 1.8.11
* phpunit/phpunit 9.5.26
* psalm/plugin-phpunit 0.18.0

798c11a7cb261d9fb2b6fd905b554caf60b7b574 authored about 2 years ago
Merge pull request #5801 from greg0ire/remove-unwanted-suffix

Remove unwanted suffix

d3b8e804e5fa3995c9b3951ac8c4faed891957eb authored about 2 years ago
Remove unwanted suffix

I think this is what prevents this page from appearing in the table of
contents.

a4f2bb4f3f67d6766eb9b60e124c6cc119b1c45a authored about 2 years ago
Merge pull request #5798 from derrabus/bump/mariadb

Run tests with MariaDB 10.9

f63c0df28f19e6c0fa8397cb273ec9281545dbdd authored about 2 years ago
Merge pull request #5799 from derrabus/bugfix/sqlite3-exception-typo

Fix typo in exception message

c81b4c6c5cc7ace4e179d282cc5b326953efc09f authored about 2 years ago
Fix typo

b86785ea4343835cd264c04b185e867d376c1ec8 authored about 2 years ago
Run tests with MariaDB 10.9

7f1fce984826a6764b7972fee4de704bab8c88b8 authored about 2 years ago
Remove trailing whitespace

bd542a26b16a5f9f2eb461c5c96da74bc996e86b authored about 2 years ago
Merge pull request #5795 from greg0ire/revert-5779

Revert "Clean up MySQL version detection logic"

f38ee8aaca2d58ee88653cb34a6a3880c23f38a5 authored about 2 years ago
Revert "Clean up MySQL version detection logic"

This reverts commit 68576ab633308c67bc3084080e1c18c6b8f7efc4.
This change needs to be done on th...

d6700023272eb2ee19f0b62d0d9dfa36598db1b5 authored about 2 years ago
Merge pull request #5788 from morozov/remove-event-manager

Remove extension via Doctrine Event Manager

0c4f7ea89650f857458f191daa1db68aa47f7df0 authored about 2 years ago
Merge pull request #5789 from morozov/remove-query-builder-get-connection

Remove QueryBuilder::getConnection()

340a882a7da80c0c91cf1f1002f3e9e62c90b7a8 authored about 2 years ago
Merge pull request #5790 from morozov/update-metadata

Update project metadata

0b4e730c1609433f32858d0d0b69fe2f1becaa15 authored about 2 years ago
Update project metadata

34a79776d9f8228a49678fc8cea33121987a45ef authored about 2 years ago
Remove QueryBuilder::getConnection()

1d70aac19cb76645eb7dd6108ff6f6ad4871ca61 authored about 2 years ago
Remove extension via Doctrine Event Manager

a478111eaac5afbe1fa35cc5a7b72a8e37d0af60 authored about 2 years ago
Merge branch '3.5.x' into 4.0.x

af7d612fddfb66c955fe4549d97b1e48826b9b15 authored about 2 years ago
Merge pull request #5786 from morozov/deprecate-event-manager

Deprecate extension via Doctrine Event Manager

b66f55c7037402d9f522f19d86841e71c09f0195 authored about 2 years ago
Deprecate extension via Doctrine Event Manager

cc8a35edbb113dfd44d84c4adc4d7663411b7697 authored about 2 years ago
Deprecate extension via connection events

01e837f22b774dbedfcc0b087bf5377ce83dbab0 authored about 2 years ago
Merge pull request #5785 from morozov/deprecate-schema-ddl-events

Deprecate extension via certain types of events

946db1dc37ac7ee31c620d8605a4f81f2c46475a authored about 2 years ago
Deprecate extension via transaction events

4444454f9833d8695a09e7bdd698af097ccd2f09 authored about 2 years ago
Deprecate extension via schema definition events

d3aa23fa8916b0deced088ce9581ea2b05e10ef9 authored about 2 years ago
Deprecate extension via schema manipulation events

d8ffc837bf5d43aade9f41b1b83a3758836d7eec authored about 2 years ago