Hi Oleg,
Am Mon, 5 Jan 2015 13:19:39 +0100
schrieb Oleg Broytman <ph...@ph...>:
> On Mon, Jan 05, 2015 at 12:19:20PM +0100, Gregor Horvath
> <gh...@gr...> wrote:
> > Problem:
> >
> > raise SQLObjectNotFound, "The object %s by the ID %s does not
> > exist" % (self.__class__.__name__, self.id)
> > sqlobject.main.SQLObjectNotFound: The object Eingangsrechnung by
> > the ID 1 does not exist
> Creating a transaction doesn't automatically use that transaction
> -- you have to use the new transaction object as a connection. So your
Thank you very much for your fast and comprehensive answer!
No I understand and it works.
To clarify this I would like to update the docs:
http://sqlobject.org/SQLObject.html#transactions
with for example adding your sentence:
"Creating a transaction doesn't automatically use that transaction
you have to use the new transaction object as a connection."
I did not found a repository for the docs.
How can I contribute this to it?
--
Greg
|