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

Make Statement::column_index case insensitive #330

Closed
gwenn opened this issue Feb 15, 2018 · 1 comment
Closed

Make Statement::column_index case insensitive #330

gwenn opened this issue Feb 15, 2018 · 1 comment

Comments

@gwenn
Copy link
Collaborator

gwenn commented Feb 15, 2018

sqlite> SELECT c FROM (SELECT 1 as C);
1

See current implementation

@gwenn
Copy link
Collaborator Author

gwenn commented Feb 15, 2018

See postgres implementation

gwenn added a commit to gwenn/rusqlite that referenced this issue Mar 27, 2018
gwenn added a commit that referenced this issue Mar 27, 2018
Make Statement::column_index case insensitive (#330)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant