-
-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return the table in create_table #205
Comments
Michael Bayer (@zzzeek) wrote: this has been discussed, thought there might be an issue for it already but I cant find it, so we'll leave this. |
Antoine Bertin (@diaoul) wrote: Other way to ease this is to allow bulk_insert to take the table name (string) as first argument. |
Changes by Michael Bayer (@zzzeek):
|
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote:
→ 8272c85 |
Changes by Michael Bayer (@zzzeek):
|
Migrated issue, originally created by Antoine Bertin (@diaoul)
This is useful for subsequent bulk_insert calls.
Use case: create a constant table an fill it with constant data (a role table for example)
The text was updated successfully, but these errors were encountered: