On Dec 9, 2007, at 2:54 PM, Smoke wrote:

> When i create and save a j = Job(identifier, start), I have no
> problems and it saves the new record on the table, but when i want to
> update ( update or save_or_update ) the record with the stop time i
> just don't update the record... It does not throw any new
> exception....  I've also tryied to change the table definition putting
> the primary_key on both columns definition instead of using
> PrimaryKeyConstraint ( as you can see by the comments.. ) but the
> result is the same...
> Am I missing something? Or maybe composite primary keys tables are not
> supported for updating using the session.... ?
>

theyre entirely supported.  try to provide a fully working example  
illustrating the problem youre having.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to