You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Postgres DB and Evolve i saw i cam e cross with this ERROR :
2023-07-11 05:45:08.393 UTC [103] ERROR: syntax error at or near "LIKE" at character 16
vulnerability-notifier-database-1 | 2023-07-11 05:45:08.393 UTC [103] STATEMENT: SHOW VARIABLES LIKE '%version%'
at the end i understand Evolve libraary is trying to run query on the DB but syntax is not Postgress....
do you have a solution for that not putting too much noise to the logs?
Yes you can. It is not an issue. Evolve try to determinate the type of db you use at start. If you do not want that message, pass the information in the constructor :
Hi all ,
using Postgres DB and Evolve i saw i cam e cross with this ERROR :
2023-07-11 05:45:08.393 UTC [103] ERROR: syntax error at or near "LIKE" at character 16
vulnerability-notifier-database-1 | 2023-07-11 05:45:08.393 UTC [103] STATEMENT: SHOW VARIABLES LIKE '%version%'
at the end i understand Evolve libraary is trying to run query on the DB but syntax is not Postgress....
do you have a solution for that not putting too much noise to the logs?
similar old case i saw : 👍 #70
Thanks
Ohad
The text was updated successfully, but these errors were encountered: