Mike Driscoll wrote:
>
> Hi,
>
> On Jun 30, 8:10 am, Maciej Szumocki <[email protected]> wrote:
>> I think the problem might be not the query itself, but the date ranges
>> that get converted using wrong date format. Do you get the same
>> results if you use real datetime objects instead of strings there?
>
> I was beginning to think along the same lines, but I tried both
> datetime.datetime and datetime.date and got the same results.
> SqlAlchemy never does show what rows it's fetching either, as Bayer
> said it should. I even tried using SA 0.5.0rc4 just to see if it was
> some kind of weird regression, but that didn't help either.
build a standalone test script that is entirely outside of the domain of
your application:
engine = create_engine('<url>', echo='debug')
engine.execute(<your query>).fetchall()
what do you get ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---