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

pydal is not case insensitive anymore #491

Open
fgalbuqu opened this issue Sep 10, 2017 · 3 comments
Open

pydal is not case insensitive anymore #491

fgalbuqu opened this issue Sep 10, 2017 · 3 comments

Comments

@fgalbuqu
Copy link

After updating to the newest version I got this problem with table field names with capitalized letters. It gives an error until I change the field name to all non capitals. See the attached file with the screen error.
Web2py Issue.pdf

@fgalbuqu
Copy link
Author

ignore_field_case=True, is not working in new pyDAL with psycopg2/PostgreSQL

@jk987
Copy link

jk987 commented Aug 9, 2018

I found similar problem using Firebird DB.
I "solved" by setting

    quote_template = '%s'

right below the line:

class FireBirdDialect(SQLDialect):

in /gluon/packages/dal/pydal/dialects/firebird.py

Then it will stop adding quotation marks around table names or field names.

@jk987
Copy link

jk987 commented Aug 9, 2018

And now I found this isssue
#485
mentioning entity_quoting

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

2 participants