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 see in the docs that you can pass in LAYER_CREATION_OPTIONS like so:
LAYER_CREATION_OPTIONS
COPY ⟨table⟩ TO 'some/file/path/filename.geojson' WITH (FORMAT GDAL, DRIVER 'GeoJSON', LAYER_CREATION_OPTIONS 'WRITE_BBOX=YES');
I'm using the Sqlite driver and in the GDAL docs, there are also Database Creation Options. These don't seem to be supported with the syntax:
COPY ⟨table⟩ TO 'some/file/path/filename.sqlite' WITH (FORMAT GDAL, DRIVER 'SQLite', DATABASE_CREATION_OPTIONS 'SPATIALITE=NO,METADATA=NO');
If I got that incorrect and my syntax was just wrong, please let me know!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see in the docs that you can pass in
LAYER_CREATION_OPTIONS
like so:I'm using the Sqlite driver and in the GDAL docs, there are also Database Creation Options. These don't seem to be supported with the syntax:
If I got that incorrect and my syntax was just wrong, please let me know!
The text was updated successfully, but these errors were encountered: