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
Right, unrecognized arbitrary types are stored JSON-serialized. Unfortunately, as a macro, there's no straightforward way to get underlying type information.
I'm thinking the most reasonable/flexible way to handle this is to allow specifying a different storage type:
the following example will not store the data correctly
the name will be stored as the name, but inside quotation marks
the age will be stored as regular text
when trying to query the database for a name, it will not find a match, because it is stored with quotation marks
without type aliases everything works fine
The text was updated successfully, but these errors were encountered: