hello,
another issue that has been annoying me. I switched from sqlite to
MySQL, but suddenly a search by alternate ID fails, i.e my test code:
for t in Test.select():
try:
t2 = Test.byName(default_test_name)
log.debug('OK')
except:
log.debug('ERROR')
if t.name == default_test_name:
log.debug('FOUND')
would print:
ERROR
FOUND
switching back to sqlite, it works fine. The alternateID field has not
been modified since creation.
Obviously this is not a blocking issue, I can simply do a select, but I
was wondering if it is a known bug. I did not find a similar issue on
Track.
Regards,
JM
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---