On Wed, Mar 01, 2006 at 01:55:37PM -0700, Joey Smith wrote:
> TG is currently including the branched tree 
> http://svn.colorstudy.com/SQLObject/branches/0.7-bugfix in their SVN.
> This branch contains a bug in dbconnection.py in the
> DBAPI.createTableSQL() method...it doesn't return as many values as
> main.py expects it to.
> 
> Attached is a patch for this branch. I simply brought the method over
> as it exists in HEAD. Could someone who has rights please review and
> apply this patch?

   Doesn't work:

    def createTableSQL(self, soClass):
E       constraints = self.createReferenceConstraints(soClass)
>       AttributeError: SQLiteConnection instance has no attribute
>       'createReferenceConstraints'

[sqlobject/dbconnection.py:527]

   Don't forget to test your patch next time.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to