[sqlalchemy] Re: Problems/Bug in ordering_list (UNIQUE KEY violation)

2009-03-10 Thread oberger
Thank's for your answer. On 27 Feb., 02:14, jason kirtland j...@discorporate.us wrote: Michael Bayer wrote: On Feb 19, 2009, at 4:33 PM, oberger wrote: Thank you Michael, but I am not able to bring this to work. Even with a flush and a commit after every Statement. I understand

[sqlalchemy] Problems/Bug in ordering_list (UNIQUE KEY violation)

2009-02-19 Thread oberger
(login='oberger', email = 'my_mal', password='secrt', last_name='Berger', first_name = 'Oliver') short_trip = model.Trip(description='short trip') oli.trips.append(short_trip) ts = model.Trip_Stop(adress='Town1') ts2 = model.Trip_Stop(adress='Town2') ts3 = model.Trip_Stop(adress='Town3') ts4