pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

In context GENERIC-OPTION:While parsing GENERIC-OPTION fails with errors on Linux but works on macOS

Open meltaus opened this issue 7 months ago • 0 comments

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

pgloader_data-4.txt

meltaus avatar May 19 '25 13:05 meltaus