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
Is your feature request related to a problem? Please describe.
With direct SQL access users will be able to create composite primary keys. This will not work with the SDK. We need to eventually support these cases. This will require an API surface change since alot of our SDK methods are unkeyed and are previously assumed to be an id or xata_id. Since this is unkeyed input and the user may not have either of those fields as primary keys (or at all) we cannot rely on those assumptions anymore.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With direct SQL access users will be able to create composite primary keys. This will not work with the SDK. We need to eventually support these cases. This will require an API surface change since alot of our SDK methods are unkeyed and are previously assumed to be an id or xata_id. Since this is unkeyed input and the user may not have either of those fields as primary keys (or at all) we cannot rely on those assumptions anymore.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: