Package: php-doctrine-dbal / 2.4.3-1

Metadata

Package Version Patches format
php-doctrine-dbal 2.4.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix escaping of column name for specific alter table.patch | (download)

lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix escaping of column name for specific alter table case

When changing the length of a field, the column name needs to be escaped
properly.

0002 When changing from a non primary index to a primary .patch | (download)

lib/Doctrine/DBAL/Platforms/MySqlPlatform.php | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 when changing from a non-primary index to a primary index,
 the dropped index isn't named PRIMARY