[PATCH] Optimize datetime and timestamp on cx_Oracle

Issue #1600 resolved
Former user created an issue

(original reporter: ged) Here is an untested patch which suppress any processing for datetime and timestamp types on cx_oracle. This is based solely on the comment that the specific datetime struct was only returned with python2.3 and earlier. If the comment is true, this patch should provide a nice speedup for those types, while if the comment wasn't it would break them.

Comments (2)

  1. Log in to comment