-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added support for casting when Codable. #1327
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
base: master
Are you sure you want to change the base?
Conversation
There are some breaking changes: |
Thanks for your PR! Tell me when it's ready so I can review it and merge it (I saw you're still pushing some code) |
Hi @nathanfallet I just fixed the lint, it should be ready |
Interesting, SQLite.xcodeproj is not using the SPM. |
@miku1958 that's because of Cocoapods I think |
Although the data stored in SQLite has specified types, these are more for guidance. If an int value is stored as a string, it should be readable as an int. This is the behavior supported by SQLite.
Changes