"alex23" <[EMAIL PROTECTED]> writes:

> On Apr 12, 8:21 pm, Michael Chesterton <[EMAIL PROTECTED]> wrote:
>> I'm trying to get my head around nosetest (along with sqlalchemy,
>> turbogears and python ;)
>
> Hey Michael,
>
> I've been struggling with this myself and even used the same code by
> Chris Arndt that you refer to as the basis for the SA tests.
>
> What version of sqlite3 are you running? I was getting a lot of weird
> errors before upgrading from 3.2.1 to 3.3.5, after which point
> everything seemed to work the way I was expecting.

Hey alex,

It's sqlite3 3.1.3. I'm running TurboGears from svn, 1.0.2dev-r2852.
Thanks for the heads up, it never occurred to me that it could be
sqlite.

I switched to postgresql, I was going to switch eventually anyway, 
and all the tests pass. Thank you very much ;)

The only issue is speed, and the order of creating and dropping tables
is important. At the moment I'm using brute force, but I'll have to
come up with something better.

Thanks you alex, and chris.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to