Skip to content
New issue

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

OCI_DirPathSetColumn() and quoted (lowercase) field names #127

Open
dbpm opened this issue Nov 30, 2017 · 0 comments
Open

OCI_DirPathSetColumn() and quoted (lowercase) field names #127

dbpm opened this issue Nov 30, 2017 · 0 comments
Assignees
Milestone

Comments

@dbpm
Copy link

dbpm commented Nov 30, 2017

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.

@vrogier vrogier self-assigned this Mar 21, 2018
@vrogier vrogier added this to the v5.0.0 milestone Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants