Re: [cx-oracle-users] float vs. int
Brought to you by:
atuining
From: Neil H. <nho...@eb...> - 2003-11-24 22:13:12
|
Anthony Tuininga: > Just thought I'd let all of you know that I have implemented the > returning of longs when an integer with more than 9 digits of precision > is returned. Good. > I have also implemented the ability to subclass > connections and cursors (requiring Python 2.2 and up) which works quite > well. Even better. Currently we have wrappers for connections, cursors, and pools and these would be simpler as subclasses. The wrappers allow easy switching between DCOracle2 and cx_Oracle, which are both good libraries but currently cx_Oracle appears a little better maintained. > Are there any of you out there that are just dying for these > features? Or is it something that can wait for a month or two? We won't go out of business without them but they would help. Neil |