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

Fix case where sqlachemy db driver raises exception #69

Merged
merged 1 commit into from
May 9, 2019
Merged

Conversation

jwag956
Copy link
Member

@jwag956 jwag956 commented May 9, 2019

If query a numeric column with a string value, some drivers (pyscopg) will throw
a DataError. This is similar fix to mongo, peewee, pony datastores.

If query a numeric column with a string value, some drivers (pyscopg) will throw
a DataError. This is similar fix to mongo, peewee, pony datastores.
@jwag956 jwag956 merged commit c06cd13 into master May 9, 2019
@jwag956 jwag956 deleted the fix633 branch May 9, 2019 01:06
@jwag956 jwag956 restored the fix633 branch May 9, 2019 17:22
jwag956 added a commit that referenced this pull request May 9, 2019
jwag956 added a commit that referenced this pull request May 9, 2019
@jwag956 jwag956 deleted the fix633 branch May 16, 2019 14:20
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

Successfully merging this pull request may close these issues.

None yet

1 participant