Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Issues with different database backends #81

Open
JulianJacobi opened this issue Jan 22, 2024 · 0 comments
Open

Various Issues with different database backends #81

JulianJacobi opened this issue Jan 22, 2024 · 0 comments

Comments

@JulianJacobi
Copy link

I've tried to install the software in last days and faced much difficulties with postgresql, mysql and sqlite database backends on that way.

So first of all my setup ist a virtual machine with NixOS (wich also creates some other challenges, but nothing a patch can't solve).

  1. PostgreSQL: first i tried to install with PostgreSQL, all went fine, scheme creation worked, but was not able to undo transactions because of the following error in PostgreSQL:
FOR UPDATE cannot be applied to the nullable side of an outer join
  1. MySQL and SQLite: Both have the same Problem, as far as i'm not executing with APP_DEBUG=true setting, i've got the following error on schema creation an in normal operation mode:
Operation 'Doctrine\DBAL\Platforms\AbstractPlatform::getCreateSequenceSQL' is not supported by platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant