Ticket #49 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Bug in install data...

Reported by: jens Owned by: jens
Priority: blocker Milestone: v0.7.1
Component: install Keywords:
Cc:

Description

A linefeed bug in the install data?!?!?

Can't install the tables with the new dump:

cursor.execute error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';INSERT INTO `PyLucidORG_appconfig` VALUES (1,'version','1.0.11' --- execute_args: [u"CREATE TABLE `PyLucidORG_appconfig` ( `id` int(11) NOT NULL auto_increment, `name` varchar(30) NOT NULL default '', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`)) COMMENT='not used yet!';INSERT INTO `PyLucidORG_appconfig` VALUES (1,'version','1.0.11');"]

/hp/ai/aa/ag/www/test2/PyLucid/system/DBwrapper/DBwrapper.py in execute, line 546

Change History

Changed 3 years ago by jens

  • status changed from new to closed
  • resolution set to fixed

should be fixed :)

Note: See TracTickets for help on using tickets.