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
Fix MSSQL CLOB column type to support Unicode
mvorisek opened this pull request about 3 years ago
mvorisek opened this pull request about 3 years ago
Changing precision/scale value has no effect in schema comparison when not extendend from DecimalType
gregor-tb opened this issue about 3 years ago
gregor-tb opened this issue about 3 years ago
Introduce logging middleware
morozov opened this pull request about 3 years ago
morozov opened this pull request about 3 years ago
Deprecate Connection::getWrappedConnection(), mark Connection::connect() internal
morozov opened this pull request about 3 years ago
morozov opened this pull request about 3 years ago
Rework DBAL630Test
morozov opened this pull request about 3 years ago
morozov opened this pull request about 3 years ago
Server version param replication fix
marcinmdev opened this pull request over 3 years ago
marcinmdev opened this pull request over 3 years ago
Fix incorrect handling of transactions using deferred constraints
simPod opened this pull request over 3 years ago
simPod opened this pull request over 3 years ago
Remove support for passing assets as names
morozov opened this pull request over 3 years ago
morozov opened this pull request over 3 years ago
Avoid crash when getting details of table and they exist in different schemas
shemgp opened this pull request over 3 years ago
shemgp opened this pull request over 3 years ago
[GH-4681] Remove TableGenerator
morozov opened this pull request over 3 years ago
morozov opened this pull request over 3 years ago
Initial support for PHP 8.1
morozov opened this pull request over 3 years ago
morozov opened this pull request over 3 years ago
Disable DebugStack logger in the test suite
morozov opened this pull request over 3 years ago
morozov opened this pull request over 3 years ago
Array of parameters are not resolved properly in query parameters
VincentChalnot opened this issue over 3 years ago
VincentChalnot opened this issue over 3 years ago
Partitioning Support in Doctrine for Relational Database
cs-alok-agarwal opened this issue over 3 years ago
cs-alok-agarwal opened this issue over 3 years ago
[GH-4553] Simplify error handling in the OCI8 driver
morozov opened this pull request almost 4 years ago
morozov opened this pull request almost 4 years ago
Exclude duplicate SQL statements from migrations (schemadiff->toSql)
orim65 opened this pull request about 4 years ago
orim65 opened this pull request about 4 years ago
Diffing Sqlite Schema can in certain conditions lead to illegal alter table generation due to missing platform feature check
beberlei opened this issue over 4 years ago
beberlei opened this issue over 4 years ago
Use an include list for export-ignore'd stuff
greg0ire opened this pull request over 4 years ago
greg0ire opened this pull request over 4 years ago
PostgreSQL jsonb column is ignored by update tool.
remoteclient opened this issue over 4 years ago
remoteclient opened this issue over 4 years ago
DEFAULT NULL get dropped when changing column type
unixslayer opened this issue over 4 years ago
unixslayer opened this issue over 4 years ago
Driver::connect() should throw only driver-level exceptions
morozov opened this pull request over 4 years ago
morozov opened this pull request over 4 years ago
Support of Multi-Valued index from MySQL 8
anaelChardan opened this issue over 4 years ago
anaelChardan opened this issue over 4 years ago
Add doctrine/sql-formatter to composer suggest
reedy opened this pull request over 4 years ago
reedy opened this pull request over 4 years ago
Fix parsing column comments on SQLite
morozov opened this pull request almost 5 years ago
morozov opened this pull request almost 5 years ago
Comparator::toSql() creates duplicate DROP commands for foreign keys (MySql)
gregor-tb opened this issue almost 5 years ago
gregor-tb opened this issue almost 5 years ago
Diff error : "An index with name ... was already defined on table '...'. "
psohm opened this issue about 5 years ago
psohm opened this issue about 5 years ago
Test case and fix for issue #3740
vdmorozov opened this pull request about 5 years ago
vdmorozov opened this pull request about 5 years ago
Named statement parameters are unnecessarily converted to positional on Oracle
morozov opened this issue about 5 years ago
morozov opened this issue about 5 years ago
Doctrine fails to declare Extended Property on SQL-Server array column (when table name is quoted)
metaturso opened this issue over 5 years ago
metaturso opened this issue over 5 years ago
Connection::ping() will return void
morozov opened this pull request almost 6 years ago
morozov opened this pull request almost 6 years ago
Rollback called when outside of a transaction when using deferred constraints
grongor opened this issue about 6 years ago
grongor opened this issue about 6 years ago
BUG: 'schema:update' is not adding/changing 'DC2Type' comment for updated fields
jifer opened this issue about 6 years ago
jifer opened this issue about 6 years ago
No backticks used in Migration Up function, but used in Migration Down function
PBrouwer opened this issue over 6 years ago
PBrouwer opened this issue over 6 years ago
Psql unique constraints
simPod opened this pull request over 6 years ago
simPod opened this pull request over 6 years ago
Migrations not ever in sync with the DB
electricBonfire opened this issue over 6 years ago
electricBonfire opened this issue over 6 years ago
Revert complex type specification in Connection
Majkl578 opened this pull request almost 7 years ago
Majkl578 opened this pull request almost 7 years ago
Fixes from PHPStan l1 for tests
carusogabriel opened this pull request almost 7 years ago
carusogabriel opened this pull request almost 7 years ago
Don't catch `Exception` anymore, as `Throwable` is already handled
BenMorel opened this pull request almost 7 years ago
BenMorel opened this pull request almost 7 years ago
Don't Set a Default Value on PostgreSQL SERIAL Fields
chrisguitarguy opened this pull request about 7 years ago
chrisguitarguy opened this pull request about 7 years ago
Add microseconds support on datetime/time types
lcobucci opened this issue over 7 years ago
lcobucci opened this issue over 7 years ago
Doctrine ORM tries to recreate partial indexes with the same definition every time.
skobkin opened this issue about 8 years ago
skobkin opened this issue about 8 years ago
postgresql schema diff generate DROP INDEX statement without schema_name
josensanchez opened this issue over 8 years ago
josensanchez opened this issue over 8 years ago
Disable foreign key constraint check/generation
quazardous opened this issue over 8 years ago
quazardous opened this issue over 8 years ago
Adds default namespace to schema.
garex opened this pull request over 8 years ago
garex opened this pull request over 8 years ago
RENAME TABLE instead of re-creation
ghost opened this issue over 8 years ago
ghost opened this issue over 8 years ago
Problem with TEXT type in MSSQL due to VARCHAR(MAX) instead of NVARCHAR(MAX)
cfales opened this issue almost 9 years ago
cfales opened this issue almost 9 years ago
[WIP] [DBAL-218] Add bulk insert query
deeky666 opened this pull request over 10 years ago
deeky666 opened this pull request over 10 years ago
Added support for alter table, foreign keys and autoincrement detection to Sqlite platform and schema
hason opened this pull request over 12 years ago
hason opened this pull request over 12 years ago