On Tue, Oct 12, 2010 at 05:17:53PM +0200, Georges Schutz wrote:
> --> So for me the patch is OK.
Thank you for the report!
> >> conn = sobj.connectionForURI('sqlite:/:memory:')
> >> ^^^^^^^^
> >> Person.createTable(ifNotExists=True, connection=conn)
> > ^^^^^^^^^^^^^^^^
> > I seems you prepared memory to be rather persistent! (Just kidding.)
>
> Sorry, for that non necessary part of code. I, simply used code from a
> part of my project where a sqlite file is used and forgot to remove
> this part.
I was only joking, really. (-:
> Thanks for your rapid reaction. Will this patch automatically be part of
> the next releases or is it necessary to fill a bug report?
Sure, it will be. SQLObject is not such a big project to require Special
Bureaucratic Procedures.
Oleg.
--
Oleg Broytman http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|