-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Hi here,
I encounter the following error using a mysql instance:
[sqlpage::webserver::database::sql]
Failed to prepare SQL statement: 'WITH RECURSIVE cnt (x, y) AS (VALUES (0, 15) UNION ALL SELECT x + 1, CASE y % 2 WHEN 0 THEN y / 2 ELSE 3 * y + 1 END FROM cnt WHERE x < 12) SELECT 'syracuse' AS series, x, y FROM cnt': error returned from database: 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0, 15) UNION ALL SELECT x + 1, CASE y % 2 WHEN 0 THEN y / 2 ELSE 3 * y + 1 END ' at line 1: 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0, 15) UNION ALL SELECT x + 1, CASE y % 2 WHEN 0 THEN y / 2 ELSE 3 * y + 1 END ' at line 1
sqlpage::webserver::database] Not applying database migrations because 'sqlpage/migrations' does not exist
Configuration: sqlpage docker version latest (ac8bf8902c3e) with latest mysql docker version (8.0-slim)