Christoph Zwerschke wrote:
Am 03.05.2010 10:46, schrieb jose soares:
DEBUG paginate: ordering is ['comune_cod_provincia', 'comune_nome']
Do these correspond to table columns in the database?
-- Christoph
Not exacly, Christoph, the names in the database are:
cod_provincia and nome
comune_ is the prefix assigned to the mapper as in:
mapper(Comune,
tbl['comune'],
column_prefix = 'comune_',
properties = {'provincia' : relation(Provincia) })
j
--
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.