On 1/9/06, ssteiner <[EMAIL PROTECTED]> wrote:
>
> I'm on rev 480 from svn.

OK. Then you should have the latest SQLObject 0.7 code. This is a
fairly mysterious problem, and it's all within SQLObject. The tg-admin
sql command is just a thin wrapper around sqlobject-admin (it saves
you from typing a command line option or two by using what TurboGears
knows about your project).

You can confirm the DDL created by SQLObject by running tg-admin sql sql

I wouldn't really expect it to use different names for the same field.

Does it make a difference if you define it like this:

state_sequence = ForeignKey('StateSequence')

Reply via email to