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)
> >
On 12/10/2010 15:39, Oleg Broytman wrote:
> On Mon, Oct 11, 2010 at 06:17:02PM +0200, Georges Schutz wrote:
>> import sqlobject as sobj
>>
>> class Person(sobj.SQLObject):
>> name = sobj.StringCol(default=None)
>>
>> conn = sobj.connectionForURI('sqlite:/:memory:')
>>
>> Person.createTable(if
On Mon, Oct 11, 2010 at 06:17:02PM +0200, Georges Schutz wrote:
> import sqlobject as sobj
>
> class Person(sobj.SQLObject):
> name = sobj.StringCol(default=None)
>
> conn = sobj.connectionForURI('sqlite:/:memory:')
>
> Person.createTable(ifNotExists=True, connection=conn)
> Person(name="P.
Hello!
On Mon, Oct 11, 2010 at 06:17:02PM +0200, Georges Schutz wrote:
> AttributeError: No connection has been defined for this thread or process
Thank you for the report! I will look at it.
> Until at leased version 0.12 this code worked with no problem. I have
> not tested the 0.13 versio
First thank you for all your work.
I tested the new version with my projects using SQLObject and
encountered the following problem (is the smallest code that reproduces
the problem).
AttributeError: No connection has been defined for this thread or process
Until at leased version 0.12 this cod
On Sun, Oct 10, 2010 at 04:42:33PM +0400, Oleg Broytman wrote:
> > * The lists of columns/indices/joins are now sorted according to the order
> > of declaration.
>
>About joins: joinDefinitions list is sorted but joins list is not -
> SQLObject stores indices into the list so the list can be
On Sun, Oct 10, 2010 at 04:17:28PM +0400, Oleg Broytman wrote:
> * The lists of columns/indices/joins are now sorted according to the order
> of declaration.
About joins: joinDefinitions list is sorted but joins list is not -
SQLObject stores indices into the list so the list can be reordered