Keith Maika

Results 4 issues of Keith Maika

https://github.com/doctrine/dbal/blob/6a793fb72948c9dec844de57de8cdbc16ff75bec/src/Platforms/SQLServerPlatform.php#L1292 The SQL Server platform always generates a fixed length column definition. The code checks if the fixed option is set, rather than if it's true/false. The option is always...

Bug
SQL Server

**PHP version** 8.1.10 **PHP SQLSRV or PDO_SQLSRV version** PDO_SQLSRV 5.11.0 **Microsoft ODBC Driver version** 2018.182.02.01 **SQL Server version** Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64) Sep 24 2019 13:48:23...

The path is unnecessary and causes the command to fail on windows.

Remove the embedded FirePHP library and reference it as a development dependency in composer instead. This way FirePHP can be updated independently.