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

Implement detect_types for Connection #56

Open
gijzelaerr opened this issue Jun 17, 2020 · 0 comments
Open

Implement detect_types for Connection #56

gijzelaerr opened this issue Jun 17, 2020 · 0 comments
Assignees
Milestone

Comments

@gijzelaerr
Copy link
Collaborator

https://docs.python.org/3/library/sqlite3.html#sqlite3.connect

detect_types defaults to 0 (i. e. off, no type detection), you can set it to any combination of PARSE_DECLTYPES and PARSE_COLNAMES to turn type detection on.

This is not properly implemented yet. Tested in tests.test_types.DeclTypesTests and tests.test_types.ColNamesTests

@gijzelaerr gijzelaerr modified the milestones: 0.7, 0.8 Jun 17, 2020
@gijzelaerr gijzelaerr self-assigned this Jun 17, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.8, 0.9 Jun 30, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.9, 0.10 Sep 11, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.10, 0.11 Apr 9, 2021
@gijzelaerr gijzelaerr modified the milestones: 0.11, 0.12 Apr 30, 2021
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