Hi,
does anybody know how can I use the "default" param in the "Column"
class to define a new value which comes from a Firebird generator? I
get the same thing with
cod_objeto = self.conexion.execute('SELECT FIRST 1 NEXT VALUE FOR GEN_
%d FROM RDB$DATABASE' % cod_clase).fetchone()[0]
*self.conexion = Session()
but I'd like something smarter.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---