From: Oleg B. <ph...@ph...> - 2015-01-05 13:43:23
|
On Mon, Jan 05, 2015 at 02:26:57PM +0100, Gregor Horvath <gh...@gr...> wrote: > 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: > > > 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? There is no a separate repository for the docs -- docs are in the main repository: https://github.com/sqlobject/sqlobject/ . Mostly it's because that the way the sources were organized in Subversion and partially because docs are version-dependent (the news, the list of contributors and major features certainly are). Please, create a PR against branch 1.6 (it's the oldest supported branch), I'll merge it upward. Thank you in advance! > -- > Greg Oleg. -- Oleg Broytman http://phdru.name/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |