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 column affinity parsing to match how SQLite determines affinity (Fix #1215) #1218

Conversation

stefansaasen
Copy link
Contributor

@stefansaasen stefansaasen commented Jun 7, 2023

See https://www.sqlite.org/datatype3.html#determination_of_column_affinity for how SQLite determines column affinity.

Fixes #1215

@stefansaasen stefansaasen changed the title Fix column affinity parsing to match how SQLite determines affinity Fix column affinity parsing to match how SQLite determines affinity (Fix #1215) Jun 9, 2023
Repository owner deleted a comment from stefansaasen Jun 9, 2023
@nathanfallet nathanfallet merged commit 5ba48d0 into stephencelis:master Feb 23, 2024
2 checks passed
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.

Creating a column affinity based on a string does not produce the correct affinity
2 participants