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
Currently the PostgresDriver takes only a single IdAssigner; ideally you could pass in both a UuidAssigner and SequenceAssigner and it would use the right one as appropriate.
The text was updated successfully, but these errors were encountered:
Currently the
PostgresDriver
takes only a singleIdAssigner
; ideally you could pass in both aUuidAssigner
andSequenceAssigner
and it would use the right one as appropriate.The text was updated successfully, but these errors were encountered: