-
Notifications
You must be signed in to change notification settings - Fork 176
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
Postgresql json operators #1460
Comments
Thanks for the write-up! Postgres needs some love to work optimally, obviously. We'll work on it. For now, you could use MySQL (or MariaDB) or SQLite. Both work just fine. |
Just to keep track of this: https://github.com/milosa/core/tree/postgresql |
In case someone is interested to try it out, I got it working on FreeBSD with PostgreSQL 11.6. |
@Wieter That looks interesting! If you think it's good-to-go, please make a PR for it! :-) |
This is fixed by #1933 :-D |
After a fresh install and composer update it's not possible to retrieve index page and admin page because "=" operator on json column in sql query does not exist
Details
| Relevant Bolt Version | 4.0
| Install type | Composer install
| BC Break | yes (documentation talk about postgresql support)
| PHP version | 7.3 (docker-compose provided)
| Web server | Nginx [docker-compose provided]
Reproduction
sample of docker-compose.yml
php/Dockerfile
config/packages/doctrine.yaml
Launch containers
Setup
Bug summary
Operator "=" on json column in sql query does not exist on Postgres
Specifics
Expected result
Welcome page
Actual result
Error page
The text was updated successfully, but these errors were encountered: