Thanks for the references. Though this put's me in bigger problems.

Is this planned refactoring already on the roadmap or rater "in the
future" as I need to decide if I need to migrate :-(
(I've integrated it in a complex Echo3 web application where the page
is never reloaded, hence the problem really urges me).

I tried to search in TRAC on my own but failed, as TRAC always throws
me an error as unregistered user:
(Tried to do a custom search on component = ui.datepicker

Thanks for your support!
- Ben

==== How to Reproduce ====

While doing a GET operation on `/query`, Trac issued an internal
error.

Request parameters:
{{{
{'component': u'ui.datepicker',
 'ctl': u'query',
 'order': u'priority',
 'status': [u'accepted', u'assigned', u'new', u'reopened']}
}}}

==== Python Traceback ====
{{{
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/
web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/
web/main.py", line 222, in dispatch
    req.session.save()
  File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/
web/session.py", line 102, in save
    "VALUES(%s,%s,%s,%s)", attrs)
  File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/db/
util.py", line 57, in executemany
    return self.cursor.executemany(sql_escape_percent(sql), args)
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 218, in
executemany
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 312, in
_query
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 276, in
_do_query
IntegrityError: (1062, "Duplicate entry '820278abf79df30-0-query_time'
for key 1")

}}}

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=.


Reply via email to