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 #5597 from morozov/issues/5584

Fix parsing SQLite FK reference not containing whitepace

cc94e25e5174bf8cd37acf6781bf48603401d984 authored over 2 years ago
Merge pull request #5599 from HypeMC/fix-postgresql-only-test

Fix condition in PostgreSQL only test

7040c36cb0d8e437afcdce5d155893866dcdf296 authored over 2 years ago
Fix condition in PostgreSQL only test

27a111026201a11e9c8f52b3fb9f415c658bfcb9 authored over 2 years ago
Fix parsing SQLite FK reference not containing whitepace

f62eeba14f2cf5b4aee9495d36e44ee94914b86b authored over 2 years ago
Merge pull request #5595 from morozov/deprecate-list-table-details

Deprecate AbstractSchemaManager::listTableDetails()

e7a2c92e24c41d2341b4e664790b781a2375c18b authored over 2 years ago
Deprecate AbstractSchemaManager::listTableDetails()

0c211ff030dc975afa51d713da5876bcd0dc8878 authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

e9a7aeb421fba21db2615a212a77b9e7d782a190 authored over 2 years ago
Merge pull request #5576 from morozov/issues/5575-reserved-keyword-table-introspection

Rework introspection of table indexes and foreign keys on Postgres

94e016428884227245fb1219e0de7d8b86ca16d7 authored over 2 years ago
Rework introspection of table indexes and foreign keys on Postgres

d0d7f6361f4c53d08f7311d6ea2f146931a30210 authored over 2 years ago
Merge pull request #5580 from morozov/issues/5579

Filter MySQL and Oracle columns by table type

36b9ffc15c31598baa2a37b1abdd5b860d5c164f authored over 2 years ago
Merge pull request #5591 from morozov/issues/5582

Add a test for quoting table names in schema

cb1226400c56b0ba61af8f2288caad32d9d6e0d3 authored over 2 years ago
Add a test for quoting table names in schema

641264e0346e86d3018840e326ffeb347d3bcd3e authored over 2 years ago
Filter MySQL and Oracle columns by table type

76c47c44c287168c7af938f04e0b8c8f3a6cb09b authored over 2 years ago
Merge pull request #5586 from morozov/issues/5573

Index components for listTables() by portable table definition

c552c3ec85211f1b0e070b6946893212a4d23975 authored over 2 years ago
Merge pull request #5590 from morozov/issues/5369

375b143777ddc296b1866d843aff4def8ac61317 authored over 2 years ago
Merge pull request #5589 from VincentLanglet/columnPhpdoc

Allow to call $column1->setColumnDefinition($column2->getColumnDefinition())

0bd58eb633a5a936e59924a17e86d2439e6162ce authored over 2 years ago
Allow to pass null to setColumnDefinition

This allow to call the setter with the
value return by the getter of another class

7ea03a4eb911d2636a96999a95e9ffe3cd5cdbe5 authored over 2 years ago
Update documentation on schema comparison

08cdca3a9a6a4a26740f93e87dad15bb37285ac6 authored over 2 years ago
Merge pull request #5587 from morozov/cleanup-upgrade-notes

Cleanup UPDGRADE.md for the 4.0 release

33dc6f21b7f1f4d54075f1c46e20777c87042937 authored over 2 years ago
Cleanup UPDGRADE.md for the 4.0 release

d597c6bc6d74f3f92316f4763df0a0b0dc9c1a52 authored over 2 years ago
Index components for listTables() by portable table definition

940743981c09060cf5b6ccb1dc66c2d4ee3a8fc0 authored over 2 years ago
Merge pull request #5585 from morozov/issues/5583

Expect an SQLServerPlatform instance in AbstractSQLServerDriver

564edcd17beaf4ed063fb4f453c75d01b6683a98 authored over 2 years ago
Expect an SQLServerPlatform instance in AbstractSQLServerDriver

c06079f7d38cdd643988980e54cb7b3711e04aab authored over 2 years ago
Merge pull request #5581 from morozov/issues/5578

Filter out the "sysdiagrams" table on SQL Server

2191acb4dd2d9c07223e363e306245f381cea372 authored over 2 years ago
Filter out the "sysdiagrams" table on SQL Server

07671d08bcd851de051dbabf052ab2bba02b430e authored over 2 years ago
Merge pull request #5577 from morozov/issues/5572

Do not add artificial name to anonymous SQLite constraint

ff1727e003c4b50387959ff17820dc23b2ef7a7b authored over 2 years ago
Do not add artificial name to anonymous SQLite constraint

297f341cb9ab642facaf8f7e1349d25c57aa657b authored over 2 years ago
Merge pull request #5571 from morozov/post-release-documentation

Update documentation for release 3.4

a6255b0af24f40128f00548e5dc698a5d4cce69c authored over 2 years ago
Update documentation for release 3.4

27493124d3c6d5b655f7189f0945e3ff90b51bb6 authored over 2 years ago
Merge pull request #5569 from doctrine/3.3.x

Merge 3.3.x into 3.4.x

118a360e9437e88d49024f36283c8bcbd76105f5 authored over 2 years ago
Merge pull request #5568 from morozov/pre-release-documentation

Mark remaining schema introspection platform methods as internal

1c5d39ce7c04ca1fb1033a41d950f5eceea61c83 authored over 2 years ago
Mark remaining schema introspection platform methods as internal

ca2160d250f65e11f0c0905a4952554efa7bf7a4 authored over 2 years ago
Merge pull request #5567 from morozov/issues/3164-empty-delete-criteria

Do not require a WHERE in update() and delete() Connection operations

20adf5f954cf24df789dd27f36f06304b852de64 authored over 2 years ago
Merge pull request #5566 from wouterj/serialization-deprecation

Do not treat deprecation level as errors

f873a820227bc352d023791775a01f078a30dfe1 authored over 2 years ago
Do not require a WHERE in update() and delete() Connection operations

d5fdf4416f524b6f2384381635b7cc28b89f9eaf authored over 2 years ago
Do not treat deprecation level as errors

c66b982813108b1298c506fc4ebfb057e6c3e16b authored over 2 years ago
Merge pull request #5565 from morozov/remove-deprecated

Remove Statement::bindParam()

65226ecef93eefffd8bc6a779f98dab8b91cfe74 authored over 2 years ago
Remove Statement::bindParam()

6d2182bc3c8c595fbccefcbbdce439928e993bf2 authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

7483ccf551893c0ec04a8a22b99a563667a14b1e authored over 2 years ago
Merge pull request #5563 from morozov/deprecate-bind-params

Deprecate Statement::bindParam()

eb78575c93e09898e89affd8f4e7db4a6f28fd55 authored over 2 years ago
Deprecate Statement::bindParam()

66bcb9bedddee22494b6b153ca2c16219226b4f6 authored over 2 years ago
Merge pull request #5560 from morozov/parameter-type-non-nullable

Remove the APIs deprecated in DBAL 3.x

60f014a7c16732155b1e643e8a3ea638cf9ea708 authored over 2 years ago
Remove support for passing parameters to Statement::execute()

2beb0823fb2ab42f11ac8aa43d4513b6329db1cc authored over 2 years ago
Require passing parameter type to bindParam() and bindValue()

0f1a68a7d217bd6f973e2ce3462e41b917a63427 authored over 2 years ago
Remove support for using NULL as prepared statement parameter type

1662b494eb32eaebc7c18f94da0a740f36121f8b authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

0cc7adc22ea3d81a425a48463044931e95693704 authored over 2 years ago
Merge pull request #5558 from morozov/deprecate-not-passing-bound-parameter-type

Deprecate not passing parameter type to bindParam() and bindValue()

bf648df34d489a06439ced71f9130f1625fb4204 authored over 2 years ago
Merge pull request #5548 from morozov/parameter-type

Convert ParameterType to enum

2dd0f5209c4d9c348fabfa79341e4a5043c885f5 authored over 2 years ago
Deprecate not passing parameter type to bindParam() and bindValue()

ab2ad39d9a3656b50b6df815efb65161cbe8f517 authored over 2 years ago
Merge pull request #5556 from morozov/deprecate-statement-execute-params

Deprecate passing parameters to Statement::execute*()

4ccc03ab945f0a3b842fb8c09b32e074d7eef61a authored over 2 years ago
Deprecate passing parameters to Statement::execute*()

2c1236199247d2a0f8c27bca3cec1163c7a4c257 authored over 2 years ago
Convert ParameterType to enum

9d399acc28fdd36b5c061af001fde5327a5f2080 authored over 2 years ago
Merge pull request #5555 from derrabus/bugfix/wording

Fix upgrade note

252f7efb58658aa96910f35e450be32e14b9322b authored over 2 years ago
Merge pull request #5554 from morozov/more-enums

Convert enum-like classes to enums

1dc856ddcf91f5e8e42d5571b06b4ab6ce77983f authored over 2 years ago
Merge pull request #5553 from morozov/query-builder-enums

Remove deprecated QueryBuilder methods and constants

24527b3a8469e817d8f0533b22a00590c9877b06 authored over 2 years ago
Fix upgrade note

7b0d5d015b21c12d2e4ef4ca87f8696ac2b7a153 authored over 2 years ago
Represent query type as enum in QueryBuilder

e2c6f56ecf90d2ce2a8beac6ec74e2b91cbe4f06 authored over 2 years ago
Rework tracking state in QueryBuilder

1a15fb8c259fd2be94130ef3199d3c1d88c5d468 authored over 2 years ago
Remove QueryBuilder::getType() and ::getState()

b8b5aa243e82f121bed9435f60c9bf30aa3b4132 authored over 2 years ago
Convert TransactionIsolationLevel to enum

d34d5a92629cb691a57c86e9e860023e79ff07fd authored over 2 years ago
Convert DateIntervalUnit to enum

d9efe0ecac1de6e68e358c68b48b23fee3f1280f authored over 2 years ago
Convert LockMode to enum

feded321200410dd27d409b1dadd04c18b6f81ed authored over 2 years ago
Convert ColumnCase to enum

17e5a212413fcbbfbabb00be815a7246458ee9ae authored over 2 years ago
Convert TrimMode to enum

01d3b5f2e1fd3eaa79ebb78f0795ef6f67094f3d authored over 2 years ago
Merge pull request #5539 from twoleds/result-caching

Added result caching for QueryBuilder

4b755261ed140e8e9eee3a07ff63948489332ddf authored over 2 years ago
Added result caching for QueryBuilder

17cfa66a78e263f968e963f25b07e1e387d0ec5c authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

bf00d39c0c3cfc62b9e60d5574471c46050a0c6a authored over 2 years ago
Merge pull request #5551 from morozov/deprecate-query-builder-internals

Deprecate QueryBuilder APIs exposing its internal state

e80b11c081b7fdc7de87b94a179f20b15c23c5d6 authored over 2 years ago
Deprecate QueryBuilder APIs exposing its internal state

99c16288065ad3fff0aeeac56332345dbb71a0b1 authored over 2 years ago
Merge pull request #5549 from morozov/array-parameter-offset-internal

Mark Connection::ARRAY_PARAM_OFFSET internal

14675c0436fcd65b3727db74e691412ee4930622 authored over 2 years ago
Mark Connection::ARRAY_PARAM_OFFSET internal

fd96ff267835c420d0029a2af14bdf06115c70b6 authored over 2 years ago
Merge pull request #5550 from morozov/deprecate-null-parameter-type

Deprecate using NULL as prepared statement parameter type

c37d1fd5662675e2ba8d441c445ef8ce0349f1dd authored over 2 years ago
Deprecate using NULL as prepared statement parameter type

77440026d7916b9a7882b3ba9d3a628c9d8c9ec6 authored over 2 years ago
Merge pull request #5547 from derrabus/improvement/readonly

Set properties to readonly if possible

1c43874fa167f0c0e446bdbd68f5e23157c36198 authored over 2 years ago
Set properties to readonly if possible

1481f220aca34ce430ea4122b80bf23ae9c5f4cb authored over 2 years ago
Merge pull request #5546 from morozov/php-8.1-rector

Switch to PHP 8.1 syntax via Rector

3764e9d4400b6f0e17dbee0f9fd7205b47f6f856 authored over 2 years ago
Use PHP 8.1 syntax

0a84994cec5ff56d6fa5a3b80578d98c8048988c authored over 2 years ago
Merge pull request #5544 from derrabus/chore/phpcs-langlevel

Bump PHPCS language level to PHP 8.1

af5ab1ce11d6f59e52824cab3c3fc25ae040f01b authored over 2 years ago
Merge pull request #5545 from derrabus/improvement/set-accessible

Remove calls to setAccessible()

ad18cf7f78a4f0985a529cc1dfaf84ac114c83bf authored over 2 years ago
Remove calls to setAccessible()

fa23ebe52919b408b8cc9cb6e6d0c515ad9a1694 authored over 2 years ago
Bump PHPCS language level to PHP 8.1

9b619b83b4a587a7fc3715bc4222563869be9041 authored over 2 years ago
Merge pull request #5543 from morozov/drop-php-8.0

Drop PHP 8.0 support

7e084b99092192b03f750cabf9732dd4ea5903ae authored over 2 years ago
Drop PHP 8.0 support

edf26ae157728002707a268b06003b85776ba5ce authored over 2 years ago
Use Ubuntu 20.04 on CI

7b3131b63998f3a335065dc2a0e495cf884df8a7 authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

ca182ec09cfc6750ccc33bce8fea656542e590e0 authored over 2 years ago
Merge pull request #5541 from morozov/php-8.0-rector

Switch to PHP 8.0 syntax via Rector

a6926cd316fc159b41fe8a8a4162a4a314dc762c authored over 2 years ago
Use PHP 8.0 syntax

c16510d2b7211573960fc2fd2fa099016f4adf73 authored over 2 years ago
Merge pull request #5540 from doctrine/3.3.x

Merge 3.3.x into 3.4.x

d6aaae9a963f6cd49f5c5899c2054e918e630c82 authored over 2 years ago
Rework code before running Rector

ca4e6be60547a8aa152c099aa832b80afe26e58a authored over 2 years ago
Merge pull request #5486 from mvorisek/fix_sqlite_fk_alter

Do not drop table indexes before dropping SQLite table

3ae5312bbd0b5fe271e90ca8d957038d14e1c840 authored over 2 years ago
Fix Sqlite table alter, do not drop (possibly) unexisting index

440db041a37b45bab0e14aaffa4874cf4c64f141 authored over 2 years ago
Merge pull request #5536 from derrabus/cs/property-types-in-tests

Enforce property types in tests

a5900ffe9e803c7560ee5d89cf9cfe1c30c62c49 authored over 2 years ago
Merge pull request #5535 from derrabus/improvement/assert-count

Use `assertCount()` when possible

de42378d0e521fd45d375020472caf37a003d289 authored over 2 years ago
Enforce property types in tests

b68be3608fddf088768729259f167734164ac954 authored over 2 years ago
Use assertCount() when possible

11009872126a18f7ac1fac07bb061c53440f2789 authored over 2 years ago
Merge pull request #5532 from morozov/remove-deprecated

Remove the APIs deprecated in DBAL 3.x

f92df8ad23c2ad9e87c899b7310f239cfb156656 authored over 2 years ago
Merge pull request #5533 from morozov/phpstan-1.8

Update PHPStan to 1.8.2

f31bf8add801f508bc1b50aeb8df4cf00b16c4d3 authored over 2 years ago
Update PHPStan to 1.8.2

e2dd913a7aa93c0be2cc17d8f4bc5eb478621378 authored over 2 years ago
Remove the APIs deprecated in DBAL 3.x

76e2bbc31690eac96336626dcc72d770df12e790 authored over 2 years ago
Merge branch '3.4.x' into 4.0.x

5819a828536107529a89c94b6b7bddc9b8393589 authored over 2 years ago