Conversation
trying a bit the same with a shapefile or postgis source, I actually got crashes... Now fixed by bcac881 . But your issue was a bit different. --layer caused ExecuteSQL() to run with OGRSQL instead f MSSQL. Should be fixed per 59e4e1f |
|
Thanks @rouault. I'll convert this PR to a draft, retest, and then remove that line from the example. I did run into another cryptic error (that seemed intermittent):
Any ideas what this could mean (and if it should be documented?) The issue was the account used in I also have a note that I got this message when I had the wrong name for a |
this is likely a bug. This is related to the FlushCache() raster logic... Definitely not something to document, but to fix. Any way to reproduce with other datasources than MSSQL... ? |
I'll try and recreate with file datasets (it will be at the end of the month). There was definitely no raster data involved though. |
Add some MSSQL driver examples, including PowerShell and new CLI. Tested on Windows and Linux.
One point of confusion was if I specified the
--layerin the read step of a pipeline I got errors reporting the schema name:# ERROR 1: Unable to open secondary datasource geo required by JOINExample:
Removing
--layerresolved this, so I added it to the docs.