Ticket #181 (closed defect: fixed)
dbstruct.sql SQL syntax error
| Reported by: | anonymous | Owned by: | mbonetti |
|---|---|---|---|
| Priority: | highest | Milestone: | Gregarius 0.5.1 |
| Component: | BUGS | Version: | 2.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Importing dbstruct.sql using MySQL "Ver 11.18 Distrib 3.23.58" results in the message ERROR 1064 at line 117: You have an error in your SQL syntax near ''tag'' at line 1. This appears to be due to the use of single quotes instead of backticks, e.g. DROP TABLE IF EXISTS 'tag'; instead of DROP TABLE IF EXISTS `tag`;. This problem exists in svn revision 896 for the tables tag, metatag and rating.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
