CVS commit by lucijan: * fixed a bug which only allowed input of formulas instead of normal numbers * database manipulation follows referencial integrity! e.i. best view with fixed fonts ;) +-----------+ +-----------+ | timetable | | subjects | +-----------+ +-----------+ | * ID | -->| * ID | | weekday | | | name | | lesson | | +-----------+ | subject |- +-----------+ and a query which selects timetable.ID, subjects.name now, a we change subject.name timetable.subject is automatically set to the right ID M +2 -1 core/kexirelation.cpp 1.23 M +1 -9 core/kexirelation.h 1.9 M +109 -3 kexiDB/drivers/mySQL/mysqlrecord.cpp 1.21 M +3 -0 kexiDB/drivers/mySQL/mysqlrecord.h 1.13 M +13 -2 kexiDB/kexidb.h 1.23 M +1 -0 kexiDB/kexidbrecord.h 1.11 M +80 -25 tableview/kexiinputtableedit.cpp 1.17 [POSSIBLY UNSAFE: qDebug] M +13 -3 tableview/kexiinputtableedit.h 1.5 M +2 -1 tableview/kexitableview.cpp 1.43 M +18 -9 widget/kexidatatable.cpp 1.44