Has anyone come across unittests failing or resulting in an error when running the tests 'normally', however passing the tests fine if you step through them with pdb?
There are a handful of tests that I get errors, mainly from ADODB, saying 'output table blah not found'. These tests will however pass when I try and step through the tests. Has this happened with any other engines? There is also an error occuring with results from a select coming up blank when running tests normally but then returning the rows just fine if stepped through with a debugger. I'm assuming it is probably ADODB specific... Maybe some delay in processing a request before another request is being made? On Nov 5, 1:36 pm, "Jorge Vargas" <[EMAIL PROTECTED]> wrote: > On 11/4/06, Rick Morrison <[EMAIL PROTECTED]> wrote:> Wow, Jet? There's a > blast from the past. I would be amazed if you could get > > 100% of the unit tests to pass, as some of Jet's SQL syntax can vary quite a > > bit from ANSI standards. > > > Did you use an ODBC connector, DAO or ADO? A general-purpose ODBC connector > > for SA would be a really nice addition.that will be very nice (the ODBC) > > think > > > Rick > > > On 11/2/06, hjr < [EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I've started on a Jet database engine for sqlalchemy. > > > > I've only just started so at the moment it passes 60% of the unit > > > tests. > > > > I am doing this because I am limited to a locked down windows machine > > > with only the Jet engine at my disposal! > > > > Anyway, if I can get the unit test a bit higher would there be any > > > chance / interest in including this in the SVN code? > > > > Thanks > > > > Hugh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
