Sequence or Identity in gadfly
Richard Jones
rjones at ekit-inc.com
Sat Sep 7 01:56:05 EDT 2002
On Sat, 7 Sep 2002 1:21 pm, Jeff Kowalczyk wrote:
> I don't expect that it does (it would make more sense to do it in your
> python code), but is there a Sequence type in gadfly so that I can make an
> autonumber for ID columns similar this postgres code?:
There's no sequence support built in - you'll have to write a little bit of
Python code to generate the sequence an hook it into gadfly. This was asked a
while ago, and Anthony Baxter replied:
http://groups.google.com/groups?selm=mailman.1030335699.8153.python-list%40python.org
Richard
More information about the Python-list
mailing list