Skip to content
Snippets Groups Projects
Commit 08bbb253 authored by Gabriel Studer's avatar Gabriel Studer
Browse files

Make sure to initialize a NEW list of col_names at table initialization

This avoids funny artefacts on tab_old if you create a new table
tab_new in the following way and try to add new columns there:

tab_new = Table(tab_old.col_names, tab_new.col_types)
parent 447d6a29
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment