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
sql='''create index {0}_idx on {0} (c_name)'''.format(chischemes)
...only if the parent tables do not exist. But if they do already exist, it continues to use the existing ones and no indexes are created. Each of the above should be a separate exception.
The text was updated successfully, but these errors were encountered:
Right now, indexes get created...
chinotype/chi2/chinotype.py
Line 357 in eebf0fe
chinotype/chi2/chinotype.py
Line 387 in eebf0fe
chinotype/chi2/chinotype.py
Line 391 in eebf0fe
chinotype/chi2/chinotype.py
Line 434 in eebf0fe
chinotype/chi2/chinotype.py
Line 440 in eebf0fe
chinotype/chi2/chinotype.py
Line 446 in eebf0fe
chinotype/chi2/chinotype.py
Line 474 in eebf0fe
...only if the parent tables do not exist. But if they do already exist, it continues to use the existing ones and no indexes are created. Each of the above should be a separate exception.
The text was updated successfully, but these errors were encountered: