You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it's not possible to set quoted (lowercase) field names in OCI_DirPathSetColumn()
Lines #440 and #562 in src/dirpath.c are conflicting - I can't quote the field name externally.
But I think it will be better to wrap name into dbstr in line #562 using quotes always, internally, if it was not done before, this workaround worked for me and looks more convenient in general case.
The text was updated successfully, but these errors were encountered:
At the moment it's not possible to set quoted (lowercase) field names in OCI_DirPathSetColumn()
Lines #440 and #562 in src/dirpath.c are conflicting - I can't quote the field name externally.
But I think it will be better to wrap name into dbstr in line #562 using quotes always, internally, if it was not done before, this workaround worked for me and looks more convenient in general case.
The text was updated successfully, but these errors were encountered: