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

Merge pull request #5290 from morozov/remove-list-users

Remove user related methods from the schema manager

b45f7b7fd30198c823ecaedde5751675bcaf37df authored about 3 years ago
Remove user related methods

ae919f21b97b9885ca36755ac444f415bcf25740 authored about 3 years ago
Merge pull request #5289 from morozov/issues/5284-remove-schema-manager-database

Remove $database from AbstractSchemaManager::list*() methods

9ca85515eb6781099cbfb2f36b19bbe09efe833a authored about 3 years ago
Remove $database from AbstractSchemaManager::list*() methods

3b7b3ef5b81123ea7e3ad65bf99007f4a8e51048 authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

863b94d6865dea3d703de3ae3eca1036ae9147a8 authored about 3 years ago
Merge pull request #5287 from morozov/issues/5284-deprecate-schema-manager-list-database

Deprecate passing $database to AbstractSchemaManager::list*()

08f3285d1c332c70ce0f0a1995d2582410d78a97 authored about 3 years ago
Deprecate passing $database to AbstractSchemaManager::list*()

ed7acd265a2b819052d72a22bc4ea8588edea17e authored about 3 years ago
Merge pull request #5283 from morozov/platform-remove-introspection-sql

Remove schema introspection methods from AbstractPlatform

95ae7fe74a57ef9dedf6ac1ef066da7bd721fb9a authored about 3 years ago
Removed schema introspection methods from AbstractPlatform

9b155f10294e2e1700bc15f9112de4862a8fb1e8 authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

d26756154e3356d02f8b1aad215fb80d76336792 authored about 3 years ago
Merge pull request #5281 from morozov/schema-manager-list

Reimplement more Schema Manager listTable*() methods with the new API

5f0233fde07474e32ce932e23e0124b265b55613 authored about 3 years ago
Reimplement more listTable*() methods with the new API

a2ca52256ce67adc18f95251973bbcd81a7e6650 authored about 3 years ago
Remove MySQLSchemaManagerTest

The same logic is covered by SchemaManagerFunctionalTestCase::testListForeignKeysComposite()

756e6778e32bff9051da12c774db270593bf0120 authored about 3 years ago
Merge pull request #5280 from morozov/schema-manager-abstract

Declare abstract AbstractSchemaManager methods as such

09625b6aaee3e0bfcaa6d9b3fe5bd13ccbfc52b7 authored about 3 years ago
Merge pull request #5277 from greg0ire/recommend-better-charset

Recommend a better charset by default

68995c972e6a99bbcebb011573ddbd378d64be36 authored about 3 years ago
Recommend a better charset

In MySQL, utf8 is an alias for utf8mb3, which is not really utf8 since
it only uses 3 bytes.
As ...

b465601a8f3795176d7295393fb8abb480196e94 authored about 3 years ago
Declare abstract AbstractSchemaManager methods as such

3b759ecd303bd9e89fd376fda732d004c5006d68 authored about 3 years ago
Merge pull request #5279 from greg0ire/fix-headings

Nest deprecations for 3.4 under 3.4

7ff3c0dcb38867617dd72fdc07ad96e4739dbf8c authored about 3 years ago
Nest deprecations for 3.4 under 3.4

a4ac884b470f14fe59e5af2fb69dc682ef0b5fc7 authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

bf171dd939af24d1a161f2202c90fbd9fe8058c8 authored about 3 years ago
Merge pull request #5268 from morozov/optimize-list-tables

Optimize schema managers' ::listTables() methods

1135a791e35d4bec55682357f1b45a29bc47ae6a authored about 3 years ago
Optimize schema managers' ::listTables() methods

Co-authored-by: mondrake <[email protected]>

194c6eb7b78173fb8ae0ece8bc85be80d0364d89 authored about 3 years ago
Merge pull request #5274 from morozov/affected-rows-as-string

Return number of affected rows greater than PHP_INT_MAX as string

defa28e7467a52a78d34dd584e52bb8150878a02 authored about 3 years ago
Return number of affected rows greater than PHP_INT_MAX as string

0218f59633598aa0ad2e0ebafc05d8e1d624a277 authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

bd5781df0a201eaff8e3fbbe8c98618d18d3d74b authored about 3 years ago
Merge branch '3.3.x' into 3.4.x

628386993944facc6edb46e4fb0d656ae19a3044 authored about 3 years ago
Merge branch '2.13.x' into 3.3.x

7ac309579ac0a14e525144229c8feebf79e8d1e7 authored about 3 years ago
Merge pull request #5270 from morozov/no-keywords-consistent-constructor

Remove enforcement of consistent constructor from KeywordList

b0913fa8308c8651599620157a0c7d2dd586bd1d authored about 3 years ago
Merge pull request #5269 from morozov/static-analysis-php-8.1

Run static analysis jobs on PHP 8.1

1a0f48392c5561ac810ff54c44eae576d8f23960 authored about 3 years ago
Remove enforcement of consistent constructor from KeywordList

bd3e2d21122b988079c4b72f3d18aacb47d52780 authored about 3 years ago
Account for mysql::connect_error being nullable

fe6869a4a477e8dc78e45f8b0647056da4f7d5a2 authored about 3 years ago
Run static analysis jobs on PHP 8.1

1196030e8ba7b73d09a5d6508100304d96823527 authored about 3 years ago
The number of affected rows can be greater than PHP_INT_MAX

4b68d84583fca51d2e0bac786bf5e75e107b791e authored about 3 years ago
Merge pull request #5266 from derrabus/ci/low-sqlite

230fc2b33c330c98396c7abe09c872636dfc9fee authored about 3 years ago
Add CI Job for testing with SQLite on Ubuntu 18.04

0335526e91ef8c09562b20bf41522b6040c066a1 authored about 3 years ago
Merge pull request #5256 from maxm86545/3.4.x

6b7df3608358cd6707df969f10d01ffa4e537e87 authored about 3 years ago
Single PostgreSQLPlatform::getListSequencesSQL

370e9eb06c9d9e8c6d9a099ca55db1bda0079f16 authored about 3 years ago
Merge branch '2.13.x' into 3.3.x

* 2.13.x:
PHPStan 1.4.6, Psalm 4.20.0, PHPUnit 9.5.13

ab07e4ecf9bbe26b909f66134e84e54b49d8c32e authored about 3 years ago
Merge pull request #5262 from derrabus/bump/sa

PHPStan 1.4.6, Psalm 4.20.0, PHPUnit 9.5.13

e574b87753bce1d5bca9fcc5bb4aa4ca05e58a18 authored about 3 years ago
Merge pull request #5263 from derrabus/improvement/phpstan-compare-schemas

Remove obsolete PHPStan rules regarding `compareSchemas()` calls

005871fd4f5f938981360b91be6fa11eee64dbb2 authored about 3 years ago
Remove obsolete PHPStan rules regarding compareSchemas() calls

ddac027a3523fef6b508170b18d398e4de6cf9e3 authored about 3 years ago
PHPStan 1.4.6, Psalm 4.20.0, PHPUnit 9.5.13

d8c8f977a28a64ae02ce02b7f7d898c49cd89bcc authored about 3 years ago
Merge pull request #5261 from greg0ire/more-accurate-params

More accurate params

bd6cf242a22b6ac0627909152e5a396561c13485 authored about 3 years ago
Document defaultTableOptions and serverVersion params

There is code in this codebase that suggests that they might exist.

b0083485ea903b71990b0449303007ef69c2cdde authored about 3 years ago
Lift restriction on PHPStan

It seems clever enough to understand this now.

4b753182a5dffa63db066ec49a2c7a62092945cd authored about 3 years ago
Merge pull request #5255 from greg0ire/drop-support-for-collate

Drop support for collate option

d7e16ace00d91daef4a94b18302ce0aee4756b69 authored about 3 years ago
Drop support for collate option

38d9d359a219bc9a6298d5fa0280d4f53b20b534 authored about 3 years ago
Merge remote-tracking branch 'origin/3.4.x' into 4.0.x

859ee4158b3e41af7511c54b1598979ad93b6bcb authored about 3 years ago
Merge pull request #5254 from doctrine/3.3.x

Merge 3.3.x up into 3.4.x

dd19bab05e1163684e6b0b91d13b0ccab62e02bc authored about 3 years ago
Merge pull request #5253 from greg0ire/fix-broken-type

Make phpdoc accurate

484af342655f338dc0d279bfd112496d473fe3ec authored about 3 years ago
Make phpdoc accurate

36da9c8e45ac30a5f51fe045d3879b9009c5af4f authored about 3 years ago
Merge pull request #5251 from doctrine/2.13.x

Merge 2.13.x up into 3.3.x

57c41ff1794cd8787cf3b8ccc139994dd9ab76f2 authored about 3 years ago
Merge pull request #5249 from greg0ire/deprecate-collate

Deprecate collate option

d4749678f4e61aca9b5a40ed20ac1b8c27fb4739 authored about 3 years ago
Deprecate collate option

"collation" is documented and supported by some other platforms.

718c9b6e11e75f73c2bcc07acbb3944bb4710fdb authored about 3 years ago
Merge remote-tracking branch 'origin/3.3.x' into 3.4.x

eb052396637d8dc0769ed3558e07c50b2058f14c authored about 3 years ago
Merge pull request #5247 from morozov/remove-bc-break-template

Remove BC Break issue template and the corresponding question

5a175c9a3bd1e0f9fdfd25dfbbb509a712232f12 authored about 3 years ago
Remove BC Break issue template and the corresponding question

c576bbee2b606fae432e01a0e69ecfeb4158ea06 authored about 3 years ago
Merge pull request #5036 from greg0ire/drop-flyweight-pattern

Drop Flyweight pattern

1ebc9ebbc0625fde22fae60cda3d44bc67695a76 authored about 3 years ago
Drop Flyweight pattern

There is a growing need for types with parameters, and that pattern was
probably used out of con...

96c2ebf7bcd96c74f5147092c59fdbfcd45ebd08 authored about 3 years ago
Merge pull request #5246 from greg0ire/support-for-collate

Add support for collation option to MySQL

35eae239ef515d55ebb24e9d4715cad09a4f58ed authored about 3 years ago
Add support for collation option to MySQL

Our documentation advertises it:
https://www.doctrine-project.org/projects/doctrine-dbal/en/3.3....

a18ffc1a1fde506b17c34e9523fce95f16838359 authored about 3 years ago
Merge pull request #5245 from staabm/patch-1

cca59b45b01775afd4e77dbcc4cde7888ab5f2b2 authored about 3 years ago
Fix typo

f8e59e996b8704e8dbc163eafdae1cc1296e5812 authored about 3 years ago
Merge pull request #5232 from morozov/issues/5231

Consider CASE_LOWER being equal to 0 in portability middleware

0dc504e80b400870d4d1d0392394164b4dd39019 authored about 3 years ago
Merge pull request #5224 from bcremer/schema-validator-with-customDefinition

Ignore columnDefinition in schema comparison

d9918cf744b3a2e26f6101c3c9d2a7e79cf08922 authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

* 3.4.x:
Run PHP 7.4 on AppVeyor
Deprecated AbstractPlatform::getListTableConstraintsSQL()
...

da550e0c37f584317f41148e8c36cad262403341 authored about 3 years ago
Failing test case: comparator yields invalid diffs when `Column#$_columnDefinition` is set

When a `Column` is compared against another `Column` with a `$_columnDefinition`, it yields inva...

1d40ffe105559c16ae82dad8a59fc2dccabf6478 authored about 3 years ago
Merge branch '3.3.x' into 3.4.x

* 3.3.x:
Run PHP 7.4 on AppVeyor
Add section on result types not being guaranteed
Use CASE...

da754af3b2813eb11e319a7f4b775afd01042e37 authored about 3 years ago
Merge branch '2.13.x' into 3.3.x

* 2.13.x:
Run PHP 7.4 on AppVeyor

567b33b84a137261feb870eb1b87c25b06702319 authored about 3 years ago
Merge pull request #5238 from derrabus/bump/app-veyor-php

Run PHP 7.4 on AppVeyor

636ada14381cbb1c48c00e8b90c45a679364a94a authored about 3 years ago
Run PHP 7.4 on AppVeyor

d8de1ba161b5cef61ed15558419e03c55b6069cb authored about 3 years ago
Merge pull request #5226 from yajra/listTableDetails

Oracle: Convert array keys to lowercase

44505ce8b9cd7d65bebf225f2d886b964d4d9e31 authored about 3 years ago
Ignore columnDefinition for column quals comparison

626eb67a9ad7d674e935ee412b1d34253092efff authored about 3 years ago
Consider CASE_LOWER being equal to 0

4714b595cd3102472f2f2f4c9e15b541763bc27f authored about 3 years ago
Use individual configuration for portability tests

b1dfa99dde55bec6e8249c5e58696080aa89a1db authored about 3 years ago
Merge pull request #5230 from morozov/get-list-table-constraints-sql

Deprecated AbstractPlatform::getListTableConstraintsSQL()

1bc4bce4e4a28760446d890fd9bf4dbf58ea4cbf authored about 3 years ago
Deprecated AbstractPlatform::getListTableConstraintsSQL()

5570f5aa6ef5f8fc68a89dc6e25c1ab39cad3201 authored about 3 years ago
Merge pull request #5229 from aszenz/patch-1

21799795788fdd352b804c3b176da15d5f517eff authored about 3 years ago
Add section on result types not being guaranteed

4a21ccc376787cd94ada1498e54ddae5cf5421ba authored about 3 years ago
Use CASE_LOWER to follow codebase pattern.

5f5a414334b56fc16215f34ca0832dc5b29d3dad authored about 3 years ago
Move conversion inside if to prevent false value analysis error.

ERROR: PossiblyFalseArgument - Argument 1 of array_change_key_case cannot be false

e1a52242988d4888c4bb7eabb0707aff7df6e8e7 authored about 3 years ago
Oracle: Convert array keys to uppercase.

Fix https://github.com/yajra/laravel-oci8/issues/674

5e60fbfa3bb3e2aae64719d77e85b1ef22ffa9aa authored about 3 years ago
Merge remote-tracking branch 'origin/3.4.x' into 4.0.x

83766f9731925b555b18c94357fad28d0c66dcdc authored about 3 years ago
Merge pull request #5222 from greg0ire/deprecate-static-compare-schemas

Signal deprecation at runtime

83addc0e8a229e10ebdd5d2b08f00af538f427a9 authored about 3 years ago
Signal deprecation at runtime

Calling Comparator::compareSchemas() was already deprecated, but it is
was not possible to detec...

6457c8177789a8e9f8abe97a74c2e5a087841c01 authored about 3 years ago
Merge 3.3.x up into 3.4.x (#5221)

941c4b4e6d9ef0a328d51f0f968d2ab65452e85e authored about 3 years ago
Merge pull request #5220 from greg0ire/platform-aware-comparison-through-compare-schemas-magic

Allow dynamic call to compareSchemas

5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2 authored about 3 years ago
Allow dynamic call to compareSchemas

This is necessary in order to benefit from platform-aware comparison.
As a result, tests now use...

1898f74ef001b36c69e5314a7bebb5a138feb0ad authored about 3 years ago
Merge pull request #5218 from doctrine/3.3.x

Merge 3.3.x up into 3.4.x

3d4f5ae82e52b787397d6f00f766bf843996bac9 authored about 3 years ago
Merge pull request #5211 from greg0ire/drop-pg-93-check

9ddb464b88b6b6869d09123c4113f08b17e5bd11 authored about 3 years ago
Merge pull request #5209 from greg0ire/drop-getName

c1c8ba5f9b11aada0193bf4c315bd760b53dacfe authored about 3 years ago
Merge pull request #5049 from greg0ire/stop-requiring-getName

41d6f44ff92d42e29845fe5de615444ec636966c authored about 3 years ago
Drop requirement for PostgreSQL 9.4+

PostgreSQL 9.4 is our minimum supported versions.
Also, that return statement was useless since ...

b5e56aef3a51355677bda6ab74c82494d87b344a authored about 3 years ago
Deprecate Type::getName()

It serves little to no purpose now.

8910d85dab138e1d818730c0253374eaffc806a0 authored about 3 years ago
Drop references to getName() found in comments

8b7c62228cbac8c0cd4bd71059270215e1e5a90b authored about 3 years ago
Merge pull request #5208 from greg0ire/drop-getName

Drop Type::getName()

29328256ee59baa9322e3d5aa6f019036c3dd8e6 authored about 3 years ago
Drop Type::getName()

c826c18da3b5631d6a57d5c93ae2248f0e8cfbbe authored about 3 years ago
Merge branch '3.4.x' into 4.0.x

35a569f9b9d76ff2a7c27fb1027a4eb3efbd5059 authored about 3 years ago
Merge pull request #5204 from greg0ire/deprecate-type-comment-methods

Deprecate methods related to type comments

b347cdbeed02ea884919ba7e94937e0892232b0b authored about 3 years ago
Deprecate methods related to type comments

This implementation detail is going to be removed in 4.0
AbstractSchemaManager::extractDoctrineT...

9a929bb34a749d9d558d809d988e125e79ee5195 authored about 3 years ago