Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11571, comment 4


Ignore:
Timestamp:
Apr 4, 2014, 8:16:37 AM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11571, comment 4

    v1 v2  
    1010 - SQLite:
    1111{{{
    12 2014-04-04 13:08:48,947 Trac[report] WARNING: Exception caught while executing report: u'SELECT 1 AS `%s`, $USER', args {'USER': u'jun66j5'}
     122014-04-04 13:08:48,947 Trac[report] WARNING: Exception caught while executing report for count: SELECT COUNT(*) FROM (
     13SELECT 1 AS `%s`, %s
     14) AS tab, args [u'jun66j5']
    1315Traceback (most recent call last):
    14   File "/home/jun66j5/src/trac/edgewall/git/trac/ticket/report.py", line 384, in _render_view
    15     offset)
    16   File "/home/jun66j5/src/trac/edgewall/git/trac/ticket/report.py", line 629, in execute_paginated_report
     16  File "/home/jun66j5/src/trac/edgewall/git/trac/ticket/report.py", line 683, in execute_paginated_report
    1717    cursor.execute(count_sql, args)
    18   File "/home/jun66j5/src/trac/edgewall/git/trac/db/util.py", line 54, in execute
    19     r = self.cursor.execute(sql_escape_percent(sql), args)
     18  File "/home/jun66j5/src/trac/edgewall/git/trac/db/util.py", line 65, in execute
     19    return self.cursor.execute(sql_escape_percent(sql), args)
    2020  File "/home/jun66j5/src/trac/edgewall/git/trac/db/sqlite_backend.py", line 78, in execute
    2121    result = PyFormatCursor.execute(self, *args)