Changes between Initial Version and Version 8 of Ticket #2945


Ignore:
Timestamp:
Mar 21, 2007, 8:15:24 PM (17 years ago)
Author:
James Bennett
Comment:

Reformatting the traceback to make it easier to read...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2945

    • Property Component Admin interfaceDatabase wrapper
    • Property Priority highestnormal
    • Property Severity criticalnormal
    • Property Summary DB Api - "count" being insertedDB Api - non-numeric __getitem__ parameter being inserted into LIMIT clause
    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #2945 – Description

    initial v8  
    44'SELECT `files_version`.`id`,`files_version`.`file_id`,`files_version`.`md5`,`files_version`.`name`,`files_version`.`post_date`,`files_version`.`archive`,`files_version`.`change_log`,`files_version`.`author_id`,`files_version`.`downloads`,`files_version`.`type_id` FROM `files_version` WHERE (`files_version`.`file_id` = %s) ORDER BY `files_version`.`post_date` DESC LIMIT count,1'
    55
     6{{{
    67Traceback (most recent call last):
    78File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in get_response
     
    5859  ProgrammingError at /en/files/details/4647/blackuweather-fishing/
    5960  (1064, "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 'count,1' at line 1")
     61}}}
Back to Top