Commit Graph

  • e2f72d206e Only create a new tranasction handle if one is not already associated with the connection. Thanks to Andreas Mock for discovering this and for Amaury Forgeot d'Arc for diagnosing the problem and pointing the way to a solution. Anthony Tuininga 2007-07-04 15:23:38 +00:00
  • 21f1839d1a Fixed support for native doubles and floats in Oracle 10g; added new type NATIVE_FLOAT to allow specification of a variable of that specific type where desired. Thanks to D.R. Boxhoorn for pointing out the fact that this was not working properly when the arraysize was anything other than 1. Anthony Tuininga 2007-06-27 14:34:34 +00:00
  • 5025b4eb22 Replaced all tabs with spaces. Anthony Tuininga 2007-06-27 14:00:34 +00:00
  • 43d4d2b287 Building document is now being done on my home machine which has a different location for the Python source. Anthony Tuininga 2007-06-24 04:33:21 +00:00
  • 5973af7501 Added support for using connections as context managers in Python 2.5 where upon successful completion of the block a commit is performed whereas otherwise a rollback is performed. Anthony Tuininga 2007-06-21 13:57:08 +00:00
  • 5ef057e325 When copying the value of a variable, copy the return code as well. Anthony Tuininga 2007-06-13 21:27:38 +00:00
  • 77cd36d25c Change to HEAD for trunk and add categories and other such niceties to make it easier to register with the Python package index. Anthony Tuininga 2007-06-13 21:26:56 +00:00
  • 4751cd7d55 Added methods open(), close(), isopen() and getchunksize() in order to improve performance of reading/writing LOB values in chunks. Anthony Tuininga 2007-06-13 21:25:26 +00:00
  • 4e5bd3ccb9 Attempt to locate an Oracle installation by looking at the PATH if the environment variable ORACLE_HOME is not set; this is of primary use on Windows where this variable should not normally be set. Anthony Tuininga 2007-06-13 21:24:08 +00:00
  • 5667217ef4 Added source documentation files which are not released. Anthony Tuininga 2007-06-13 21:22:30 +00:00
  • 104e11b67a Last public release from Computronix. Anthony Tuininga 2007-06-13 21:15:16 +00:00