Issue 1472120
Created on 2006-04-18 07:15 by alanvgreen, last changed 2006-04-27 03:40 by richard.
msg2238 |
Author: [hidden] (alanvgreen) |
Date: 2006-04-18 07:15 |
|
Installing Roundup 1.1.1 with MySQL 5.0 on Fedora Core
5, had to add backticks in a few places. Looks like the
fiex for [1397569] wasn't quite complete. Yay standard SQL.
In back_mysql.py, line 69:
command = 'DROP TABLE `%s`'%table[0]
In rdbms_common.py, line 192 and 193:
self.sql('delete from `schema`')
self.sql('insert into `schema` values (%s)', (s,))
|
msg2239 |
Author: [hidden] (richard) |
Date: 2006-04-27 03:40 |
|
Logged In: YES
user_id=6405
Thanks Alan.
|
|
Date |
User |
Action |
Args |
2006-04-18 07:15:29 | alanvgreen | create | |
|