Pypy: Positional And Named Binds Cannot Be Intermixed
I've successfully installed cx_Oracle on pypy using official patch. Now, everytime, django tries to execute any sql, I'm getting: MyTable.objects.using('ora').count() Traceback (m
Solution 1:
This is a bug report (you're unlikely doing anything wrong), not a question and as such should go to http://bugs.pypy.org and not here.
That said, pypy's oracle module is not all that well maintained. Contributions welcomed.
Post a Comment for "Pypy: Positional And Named Binds Cannot Be Intermixed"