pgloader
pgloader copied to clipboard
In context GENERIC-OPTION:While parsing GENERIC-OPTION fails with errors on Linux but works on macOS
When trying to run the script, it throws errors like:
SET MySQL PARAMETERS
^ (Line 13, Column 14, Position 354)
or
AFTER CREATE SCHEMA DO
^ (Line 38, Column 14, Position 1824)
The same script works fine when executed on macOS. The issue occurs consistently in Docker (on MacOS and Linux). Tested versions: 3.6.7, 3.6.9, and also built from:
the master branch
the 3.6.10 tag