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 allows type-safe bulk loading with great performance.
I didn't implement it for Python and Kotlin.
This change is fully backwards compatible, as it only changes the DBTX
interface when someone adds their first :copyFrom query (at which point
it's reasonable to require the CopyFrom method on the DBTX).
0 commit comments