Comment 1 for bug 337562

Revision history for this message
Hector Miuler Malpica Gallegos (miuler) wrote :

Storm tiene problemas con las tablas que están en mayuscula, esto es lo que ejecuta:

[21:05:49.883532] EXECUTE: 'SELECT COUNT(*) FROM HorometroUpdate WHERE HorometroUpdate.CodigoUnidad = %s AND HorometroUpdate."Date" = %s', (u'CSD1', datetime.datetime(2009, 3, 3, 21, 5, 46, 292525, tzinfo=tzoffset('-5', -18000)))

y el sistema debería generar esto:
[21:05:49.883532] EXECUTE: 'SELECT COUNT(*) FROM "HorometroUpdate" WHERE "HorometroUpdate"."CodigoUnidad" = %s AND "HorometroUpdate"."Date" = %s', (u'CSD1', datetime.datetime(2009, 3, 3, 21, 5, 46, 292525, tzinfo=tzoffset('-5', -18000)))