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
This implementation is important for two reasons:
1. It enables using the upper layers of the old framework over the new
one, which makes the transition smoother.
2. Some users (perhaps ORM users?) are going to need the dynamic
capabilities that the previous framework offered: receiving rows
consisting of arbitrary number of columns of arbitrary types.
This is a perfect use case for Row.
Co-authored-by: Piotr Dulikowski <[email protected]>
0 commit comments