doctrine1 icon indicating copy to clipboard operation
doctrine1 copied to clipboard

[DEPRECATED -- Use Doctrine2 instead] Doctrine 1 Object Relational Mapper.

Results 39 doctrine1 issues
Sort by recently updated
recently updated
newest added

After this commit (https://github.com/FriendsOfSymfony1/doctrine1/commit/1d68711221c57bd7b96d71cb757dcbe0a242f4d5) we get a different result for queries where we alias a column of a relation. ```php $rs = Doctrine_Query::create() ->select('c.id, h.hours as hrs') ->from('Calculation c') ->innerJoin('c.History...

- Updated getColumnName method to handle cases where an empty array is passed, setting the fieldName to null to avoid PHP 8 string offset warnings. - Modified addIndex method to...

Start with adding tests, someone else can pick it, to provide a fix. Depends on #90 to run tests. Tests failed from PHP 8.0. fixes #98

Addresses an issue reported in https://github.com/FriendsOfSymfony1/doctrine1/issues/130

#see https://github.com/FriendsOfSymfony1/symfony1/pull/270

This PR checks the .gitattribute export-ignore list by creating an archive. At this moment it's not quite right, because it doesn't know if a newly added file anywhere creates a...

This appears to be an issue in PHP 8.0, with a database like MySQL/MariaDB that has [implicit commits](https://mariadb.com/kb/en/sql-statements-that-cause-an-implicit-commit). We're currently in the process of upgrading from PHP 7.4 to 8.0...

The phpstan analysis produced 1657 such errors. This could potentially cause a php warning, so this should be fixed in the future.