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

Introspect default constraint name

c8d2c3defdba3b2bf4421c92b649598fa2a24164 authored over 2 years ago
Rework functional tests for default values on SQL Server

2f562d6880d647a0b5d430a1f44ab1c19ab3d547 authored over 2 years ago
Deprecate SchemaDiff::$fromSchema

0a17cb6dcce8d6aec551aa67fc806bca4176a170 authored over 2 years ago
Merge branch '3.5.x' into 4.0.x

b4e4c74b4890ddecb7b3ffd11fb8faa9efa85d31 authored over 2 years ago
Remove leftovers of handling foreign keys on non-InnoDB engines for MySQL

f84cf5903354db109f23f846feaa9944997f9491 authored over 2 years ago
Merge pull request #5649 from morozov/remove-changed-properties

Remove property-based schema comparison APIs

1f4ca72d18ea1883090b2649da00b8f7507b3ac7 authored over 2 years ago
Merge pull request #5660 from morozov/remove-sqlite-rename-table

Remove implementation of alterTable() for SQLite

58beef0b59092a0ab68e3b684a1df38665554be8 authored over 2 years ago
Remove implementation of alterTable() for SQLite

852af9e1799340184addae4e884637986d62525e authored over 2 years ago
Merge pull request #5654 from morozov/collation-declaration-duplication

Reduce duplication of collation declaration code

d7a8f43ba0bb2834a1911286f641f5bc968a22d4 authored over 2 years ago
Merge pull request #5657 from morozov/column-diff-public-properties-internal

Mark ColumnDiff public properties as internal

0f5f746a5e2bbe03f64fb74fa49ec0268baf4d41 authored over 2 years ago
Mark ColumnDiff public properties as internal

79f94b548d6c278d3a5788005843e22df8d77453 authored over 2 years ago
Deprecate "unique" and "check" column properties

e33dd6af742ce2ed9c01f5f39ffce02d61e08649 authored over 2 years ago
Reduce duplication of collation declaration code

It is safe to quote collation in the default implementation of
getColumnCollationDeclarationSQL(...

832f51a5f7ac186998ad25802da540df37439873 authored over 2 years ago
Remove property-based schema comparison APIs

e7b326cfd6f6c2da2fee8b7bd71ec4c3dc4cc938 authored over 2 years ago
Merge pull request #5652 from morozov/comparator-internal-protected

Make internal Comparator methods protected

075848ca7b71d88cd601cbe2a56e62752f49f4d9 authored over 2 years ago
Make internal Comparator methods protected

a8f939aacd88fc3e0aea007c8b1d13845f99f54e authored over 2 years ago
Merge branch '3.5.x' into 4.0.x

9cee7b70930edb4eadedd7c1beec621d64cb1aae authored over 2 years ago
Merge pull request #5650 from morozov/deprecate-comparator-apis

Deprecate and mark internal APIs related to schema comparison

e5e86071ad537027bf7b4d4a34e41ef1a2b60ecc authored over 2 years ago
Deprecate and mark internal APIs related to schema comparison

230c7c5684966f1ea9b9e1329c3b1115f38861fc authored over 2 years ago
Merge pull request #5648 from morozov/remove-schema-manager-create-schema

Remove AbstractSchemaManager::createSchema()

35192e830eb601872fd2a92bd22c8215e645edaf authored over 2 years ago
Remove AbstractSchemaManager::createSchema()

add72d116f0893cfa5f3317c0a07aecb56e5662b authored over 2 years ago
Merge pull request #5647 from morozov/remove-column-diff-old-column-name

Remove ColumnDiff::$oldColumnName and ::getOldColumnName()

07396465c333e6acc4076b0b222852c6cf46950e authored over 2 years ago
Remove ColumnDiff::$oldColumnName and ::getOldColumnName()

58d4b3c78988dec39294a4508cd3272265e065db authored over 2 years ago
Merge pull request #5646 from greg0ire/bump-sa-tools

Bump sa tools

4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5 authored over 2 years ago
Upgrade to Psalm 4.27

1b51745e1d5be8f53857013879aa09d479d625ab authored over 2 years ago
Upgrade to PHPStan 1.8.3

3893fa8884bf493ff09c90109cce8224cdf163d2 authored over 2 years ago
Remove dynamic test

Tests should stay be as simple as possible because their logic is not
tested. This case makes th...

9148cb386c1786a36ec135923f6c11ab338f0351 authored over 2 years ago
Improve data provider phpdoc

af809ecc0943ba555ffb02c760f32e3d91d49320 authored over 2 years ago
Merge pull request #5631 from morozov/require-decimal-precision-scale

Require precision and scale for decimal columns

2d57c317ce136611db6a58deb678bf0c5519ffd9 authored over 2 years ago
Require precision and scale for decimal columns

08630c6188d70b0f7a98b9c4a079f5f7a76b6cba authored over 2 years ago
Merge pull request #5644 from greg0ire/restore-lost-changes

Restore changes lost during a previous merge up

ae27ef1cf58c7a8ecfe7cef087e37bffef78f51c authored over 2 years ago
Restore changes lost during a previous merge up

2200a2332c0a3ce8b4b617a472c816256fd4dba9 authored over 2 years ago
Merge branch '3.5.x' into 4.0.x

171759e4c49dea823754fece88db0cd031189bc6 authored over 2 years ago
Merge pull request #5642 from morozov/changed-properties

Introduce property-specific ColumnDiff methods

0a272ef424e8c3a9e2a8e8e626ed3faf66068b31 authored over 2 years ago
Merge pull request #5641 from morozov/postgresql-alter-table-cleanup

Do not use ColumnDiff::$changedProperties in PostgreSQLPlatform::getAlterTableSQL()

c33e15a7d6e6d0346bf051a1964da12f530cd100 authored over 2 years ago
Merge pull request #5640 from morozov/sql-server-alter-table-cleanup

Do not use ColumnDiff::$changedProperties in SQLServerPlatform::getAlterTableSQL()

2ed2ac15836e47f802381db2ac62b06be0c992d7 authored over 2 years ago
Merge pull request #5639 from m-vo/bugfix/table_name-join-performance-regression

Optimize MySQLSchemaManager::selectTableColumns()

488f9d2e6a8d1cdd650d879f537e485a5097e408 authored over 2 years ago
Introduce property-specific ColumnDiff methods

4763e3ff24c14187a0d9b0f65fc4416293f44b49 authored over 2 years ago
Do not use ColumnDiff::$changedProperties in PostgreSQLPlatform::getAlterTableSQL()

38e4707cb658cfa2eecd3d8a6cab015b3c9c568b authored over 2 years ago
Do not use ColumnDiff::$changedProperties in SQLServerPlatform::getAlterTableSQL()

f2e8c59d9f2942962b3262c3ed84516ea9e5a9d5 authored over 2 years ago
Merge pull request #5637 from morozov/deprecate-default-decimal-precision-scale

Deprecate default precision and scale for decimal columns

2615736c182e1ddcb34067ed3ae2f844f75c96dc authored over 2 years ago
Optimize MySQLSchemaManager::selectTableColumns()

60a98765bbced7e58c0501f5156aaf2c821ec71e authored over 2 years ago
Deprecate default precision and scale for decimal columns

609189c9394bdb63c5b2951ee55ca567ef996905 authored over 2 years ago
Merge pull request #5636 from derrabus/bump/tools

PHPUnit 9.5.24, Psalm 4.26.0

e35bddf5247c1ab771e49cbc0e031b491ca93244 authored over 2 years ago
PHPUnit 9.5.24, Psalm 4.26.0

c8a9bd4f2bb309bb1e610204b1d7109378ce2e3b authored over 2 years ago
Merge remote-tracking branch 'origin/3.5.x' into 4.0.x

f84b9d92efd40ddf9a5809555b35fcd69cd793ec authored over 2 years ago
Merge remote-tracking branch 'origin/3.4.x' into 3.5.x

91a1ae5d208a43d8889f913e2f2de30cac8ea116 authored over 2 years ago
Merge pull request #5632 from greg0ire/cs-update-4

Update to doctrine/coding-standard 10 on 4.0.x

5251db5f4d358102a11103a770f7eee270e45f2d authored over 2 years ago
Manually fix issues with lines that are too long.

ecd30bf340e6b284e39ce0c5040c9bf4d6c9705e authored over 2 years ago
Avoid intersection types

They are not supported by Psalm yet.

dff7355d8651c49fd7a6927e8bd7b79bff407a1b authored over 2 years ago
Upgrade to doctrine/coding-standard 10

One rule is excluded temporarily, pending a discussion on the standard
repository.

4bb2c0b2bf735639b1e32796e506f8be9fcac7f7 authored over 2 years ago
Ignore false positive of coding standard sniff

af90297b7b1b5e96898a5c24526926cb9ec6a39a authored over 2 years ago
Merge pull request #5630 from morozov/rework-exec-sql

Rework AbstractSchemaManager::_execSql()

ec6aa0bbc13de1b43af6c817777c2d592705f6d7 authored over 2 years ago
Merge pull request #5629 from morozov/issues/5627

Clean up test scenarios related to altering columns

035b4a84b0e740214de0299272bda84f12b8c2fc authored over 2 years ago
Rework AbstractSchemaManager::_execSql()

902f1176158751e220bd6f08e4b714fe511d5b03 authored over 2 years ago
Add a functional replacement for PostgreSQLPlatformTest::testAlterDecimalPrecisionScale()

2749156467e34135e302a0d992cf2bfe9345d5d1 authored over 2 years ago
Remove AbstractPlatformTestCase::testCreateTableColumnComments()

The corresponding functionality is covered in greater detail
in the functional `ColumnCommentTest`.

b81952ad64d49e5a8aa95c9691157d4294f9af28 authored over 2 years ago
Remove leftovers of AbstractPlatformTestCase::testAlterTableColumnComments()

c9b54438d8ba64affd3fd687886414d7170ecd7e authored over 2 years ago
Merge remote-tracking branch 'origin/3.5.x' into 4.0.x

5d0165560bcaac4e3d0c419c183ea167c1c85d1d authored over 2 years ago
Merge pull request #5624 from greg0ire/cs-update

Upgrade to doctrine/coding-standard 10

a24b89d663d8f261199bc0a91c48016042ebda85 authored over 2 years ago
Manually fix issues with lines that are too long.

ec507e2ed3efe874e0c102b07567e72852097478 authored over 2 years ago
Merge pull request #5625 from doctrine/3.4.x

Merge 3.4.x up into 3.5.x

658ec48da7ae7c7f78905399191f43a4ed7fb6c5 authored over 2 years ago
Merge pull request #5623 from morozov/oracle-alter-table-cleanup

Do not use ColumnDiff::$changedProperties in OraclePlatform::getAlterTableSQL()

ecf5e76376e827132040792cd5f9087d11b8cd7c authored over 2 years ago
Upgrade to doctrine/coding-standard 10

This reverts commit 2393612223c555b113b287ac2ac49b2072bd6374.

35741d682240193b4403e3e1e6bad3cfeffa055e authored over 2 years ago
Do not use ColumnDiff::$changedProperties in OraclePlatform::getAlterTableSQL()

c74cee5e8d8bd7d8786594adaef670a52c6b0b4a authored over 2 years ago
Improve variable names in OraclePlatform::getAlterTableSQL()

891096daa250a248b90349e4f31770b74ce40b67 authored over 2 years ago
Merge pull request #5621 from morozov/db2-alter-table-cleanup

Remove redundant condition from DB2 platform

7d36cb2e3dccf17c66e6b81546424bdb6a0f16b9 authored over 2 years ago
Merge pull request #5622 from morozov/schema-diff-cleanup

Schema Diff API cleanup

f0235a96e67cb26c803974124df29135a2aac6ef authored over 2 years ago
Deprecate ColumnDiff::$oldColumnName and ::getOldColumnName()

The $oldColumnName property and the corresponding constructor parameter
were relevant until http...

13efdc0df54146408a29fa5fae506043e5f061e9 authored over 2 years ago
Mark schema diff constructors as internal

Schema diff objects are meant to be instantiated only by schema
comparators.

As a cleanup of th...

45b2fb208263cb538f7793a350983b19665d5d7f authored over 2 years ago
Remove redundant condition from DB2 platform

22b6f42e1088995bdf18307c628faff32d1c3950 authored over 2 years ago
Merge pull request #5620 from morozov/oracle-alter-table-cleanup

Remove code compensating for a schema comparison flaw

7d2f3c616b578a1fdf1e4f426b5071f48b5fbe8c authored over 2 years ago
Remove code compensating for a schema comparison flaw

This code was relevant before the improvement in
https://github.com/doctrine/dbal/pull/4746 was ...

c20d091812b3970ddcee4c5c56e4a07e4488a03b authored over 2 years ago
Merge pull request #5619 from derrabus/revert/bump/cs

Revert CS changes

dfc38cdb60583f6a3972dc45805184b14991f497 authored over 2 years ago
doctrine/coding-standard 9.0.2

54df31c817894a8d5e58004b5b15f4cdf1d5dc49 authored over 2 years ago
Revert "slevomat/coding-standard 8.4"

This reverts commit 9e56a0d14f334fed46f80da395970640764357f7.

2393612223c555b113b287ac2ac49b2072bd6374 authored over 2 years ago
Merge pull request #5617 from morozov/issues/5615

Fix database detection on SQLite with PORTABILITY_EMPTY_TO_NULL

4204dc69a4a8e92d2a0d93a214f06831ce26de25 authored over 2 years ago
Merge pull request #5616 from derrabus/bump/cs

73b1d3b1cbf4b8922d9d94f6dda34120d32a9eb4 authored over 2 years ago
Fix database detection on SQLite with PORTABILITY_EMPTY_TO_NULL

2f1405a108463a877478e79def0005c076ae0e59 authored over 2 years ago
slevomat/coding-standard 8.4

9e56a0d14f334fed46f80da395970640764357f7 authored over 2 years ago
Merge pull request #5613 from morozov/deprecate-create-schema

Deprecate AbstractSchemaManager::createSchema() in favor of introspectSchema()

5f8378855a59610722a3e11499c5ceee1e448259 authored over 2 years ago
Deprecate AbstractSchemaManager::createSchema() in favor of introspectSchema()

4b3a04d7a0866eadb0993cb9c935621ec594d321 authored over 2 years ago
Rename AbstractSchemaManager::getTable() to introspectTable()

3dcd66db519578f28f18206c6fd8aeec56330ae6 authored over 2 years ago
Merge pull request #5612 from morozov/schema-manager-exec-sql

Mark AbstractSchemaManager::_execSql() as internal

da35448051da5d157181ccfdc44b6aebdefdeb99 authored over 2 years ago
Mark AbstractSchemaManager::_execSql() as internal

a1c1faa98687bff4c14bd56a0cd42c1a35dff656 authored over 2 years ago
Merge pull request #5611 from morozov/ubuntu-22.04

Replace Ubuntu 20.04 with 22.04 on CI

279f36584796be0c9cf114ecd988fc3702541d51 authored over 2 years ago
Replace Ubuntu 20.04 with 22.04 on CI

042572186a010a36b3e00d87a965f81d16d56b88 authored over 2 years ago
Merge pull request #5610 from morozov/phpstorm-stubs-2022.2

Update JetBrains PhpStorm stubs to 2022.2

4ba2063b88697a2fecfc3847bf4b58759451950f authored over 2 years ago
Update JetBrains PhpStorm stubs to 2022.2

d7e1ccd6531bd6cdb9fa5a1a0b95c227f9c5c1d8 authored over 2 years ago
Replace Ubuntu 18.04 with 20.04 on CI

See: https://github.com/actions/runner-images/issues/6002

2efd217700bf40f3959c6ee3d7e34526b98d3a28 authored over 2 years ago
Merge branch '3.5.x' into 4.0.x

c94c3d335638fcb95de0756b00934ccb658de8fe authored over 2 years ago
Merge pull request #5607 from doctrine/3.4.x

Merge 3.4.x into 3.5.x

05894630e0dd7fd1c16ba458a43096afc30c451e authored over 2 years ago
Merge branch '3.4.x' into 3.5.x

5f7e833e99dc7a4b9f1ceb202406fde323bc06de authored over 2 years ago
Merge pull request #5605 from morozov/remove-list-table-details

Remove AbstractSchemaManager::listTableDetails()

f6328ab8b196e09db112d5a6eb31cb85656b4e7f authored over 2 years ago
Merge pull request #5604 from morozov/issues/5598-drop-sequence

Fix DropSchemaObjectsSQLBuilder issues

22de295f10edbe00df74f517612f1fbd711131e2 authored over 2 years ago
When dropping schema, drop sequences before tables

When dropping a schema, the DBAL explicitly drops all schema sequences,
even if they are owned b...

645ea4e19d506421ac049617c737c1669e3d0600 authored over 2 years ago
Do not drop schemas in DropSchemaObjectsSQLBuilder

Although `CreateSchemaSqlCollector` creates the namespaces declared
in the schema, `DropSchemaOb...

d6798d76ce2d4ff07dd268000ee2f6f03d233a89 authored over 2 years ago
Remove AbstractSchemaManager::listTableDetails()

fbad996c815977bea70a0b94e98abcea8cb295ab authored over 2 years ago
Remove Psalm suppressions for Statement::bindParam()

1116c96b6bc64c35f5fc08a746e01d6993662dc3 authored over 2 years ago
Merge branch '3.5.x' into 4.0.x

b9954f54b5c1772397f3ef9e82fadcb5e873693b authored over 2 years ago