We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I lost too many hours to understand that error... basically the query weren't working because the Schema class it wasn't executed.
https://github.com/berlindb/core/blob/master/src/Database/Query.php#L401 on this line if the class doesn't exists there aren't any notice but query without doesn't works.
The text was updated successfully, but these errors were encountered:
There are also various things in the Query on update/add that return false without noticing the developer about the error.
Query
I had to dig in the code of BerlinDB to understand that I was using a not-existing column as example.
Sorry, something went wrong.
JJJ
No branches or pull requests
I lost too many hours to understand that error... basically the query weren't working because the Schema class it wasn't executed.
https://github.com/berlindb/core/blob/master/src/Database/Query.php#L401 on this line if the class doesn't exists there aren't any notice but query without doesn't works.
The text was updated successfully, but these errors were encountered: