Changes between Version 3 and Version 7 of Ticket #11461


Ignore:
Timestamp:
Dec 29, 2013, 5:26:26 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

t11461.patch has been tested with SQLite and MySQL, and I believe it will fix the issue in a cross-db compatible way. Someone more familiar with the project should probably do some thorough testing before committing the change.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11461

    • Property Status changed from new to accepted
  • Ticket #11461 – Description

    v3 v7  
    3939{{{#!pycon
    4040ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'restrict\n                   FROM\n                        smp_project' at line 2")
     41}}}
    4142
    4243This shows up in:
     
    4546
    4647I've not been able to test this against MySQL, but it may be that "restrict" is a restricted word for MariaDB.
    47 }}}