CMS module for Phprojekt
FS#26 - Check if tables already exist when calling sql-create.
Attached to Project:
CMS module for Phprojekt
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 23 May 2004, 17:47 GMT-5
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 23 May 2004, 17:47 GMT-5
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 23 May 2004, 17:47 GMT-5
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 23 May 2004, 17:47 GMT-5
|
DetailsCheck if tables already exist when calling sql-create. Currently, the database creation code just create blindly the database tables. It fails when the datle already exist without firther problems. However this confuse the users because of the very verbose errors displayed by Phprojekt. This feature requires that database functions be called thru CMS functions first.
|
This task depends upon