Luke Woodward

Results 4 comments of Luke Woodward

Thanks for your prompt reply, @katzyn. I've updated my StackOverflow answer to mention the workaround you provided. I agree that with Oracle you have to add `FROM DUAL` as you...

@braian87b: I'm not sure we're quite understanding one another here. That exception was thrown inside pypyodbc. I am not in control of `param_types`, so I'm not directly passing anything into...

@braian87b: it seems we still are not quite understanding one another. For one thing, if I replace the one-element list `[obj]` with a 1-tuple `(obj,)` I get exactly the same...

@keshavnagpal: the only thing I can suggest is that you edit the pypyodbc.py file, find the line `return type(v)` within the `get_type` function and replace it with something like the...