We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ebd61 commit 043e74bCopy full SHA for 043e74b
ogr/ogrsf_frmts/adbc/ogradbcdriver.cpp
@@ -19,7 +19,7 @@
19
20
static GDALDataset *OGRADBCDriverOpen(GDALOpenInfo *poOpenInfo)
21
{
22
- if (!OGRADBCDriverIdentify(poOpenInfo))
+ if (!OGRADBCDriverIdentify(poOpenInfo) || poOpenInfo->eAccess == GA_Update)
23
return nullptr;
24
auto poDS = std::make_unique<OGRADBCDataset>();
25
if (!poDS->Open(poOpenInfo))
0 commit comments