On Monday 23 May 2005 04:07, Faber wrote:
> How can I use SQLObject in order to represent a table with multiple
> fields as primary key? Such as:
>
> CREATE TABLE Test (
> First VARCHAR(20) REFERENCES OtherTable,
> Second VARCHAR(50),
> PRIMARY KEY (First, Second)
> )
I refresh the question, because SQLObject is not usable on these contexts; =
I=20
can't use the set() method because SQLObject does a WHERE clause only on=20
the first column.
Please tell me if I can avoid this or if I have to build my UPDATE SQL=20
manually.
Thank you ^__^
=2D-=20
=46aber
http://www.faberbox.com/
New processes are created by other processes, just like new=A0humans.
New=A0humans are created by other humans, of course, not by processes. -- U=
nix=20
System Administration Handbook
|