You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synced with Daniel on this, opening issue to refactor some of this conversion logic into some converter class to be used to take model field types and values into SQLite and GraphQL components
The text was updated successfully, but these errors were encountered:
lawmicha
changed the title
Synced with Daniel on this, opening issue to refactor some of this conversion logic into some converter class to be used to take model field types and values into SQLite and GraphQL components
Add converter class for model into SQLite and GraphQL components
Feb 14, 2020
This fixes problems reported in several issues: #111#240#246#318#314
**Notes:**
- added support for SQLite to handle Enums
- added support for SQLite to handle non-model types:
- custom Codable structs
- codable arrays
- added tests to make sure the right values are represented as SQLite
bindings
- remove field type string representation
- re-organized schema related files
- add support for Enum and non-model types
- remove commented code
- fix SQLite Int64 precision
- improve documentation and test cases
- better error handling and parameter naming
- addressed PR feedback
- add tests for `AnyEncodable`
- renamed variables for improved readability
- improved error message
- minor naming changes to address PR feedback
- update cocoapods version to be in sync with master
**Tests:**
- added a model that has all types of fields to make it easier to
visualize how data is represented on SQLite
**Pending:**
- More documentation
- GraphQL clenup on API category
Synced with Daniel on this, opening issue to refactor some of this conversion logic into some converter class to be used to take model field types and values into SQLite and GraphQL components
Originally posted by @lawmicha in #317
The text was updated successfully, but these errors were encountered: