Rewriting "Add records" dialog. Added relations records view.

This commit is contained in:
Sergey Kalinin
2017-03-23 13:59:00 +03:00
parent a0cf5e5d10
commit 0c5a9641e9
2 changed files with 9 additions and 8 deletions

4
dm.py
View File

@@ -137,8 +137,8 @@ def createTables(tbl_list):
i = i + 1
tbl_descr_list.append(one_Table_descr)
tbl_struct_list.append(one_Table_struct)
#print(qwery_create)
#c.execute(qwery_create)
print(qwery_create)
c.execute(qwery_create)
return tbl_names_list
def initDBstructure():