Anthony Tuininga
|
92ec23930b
|
Added support for initializing a collection upon creation; provided a synonym
for newobject() in simply calling the type directly (as a convenience).
|
2016-02-24 14:16:40 -07:00 |
|
Anthony Tuininga
|
e9d5a70e25
|
Added preliminary support for binding collections (both SQL typed and PL/SQL
typed in Oracle 12.1).
|
2016-02-15 18:57:17 -07:00 |
|
Anthony Tuininga
|
cb3f833a63
|
Added support for binding objects and setting attributes on objects of numbers,
strings and dates.
|
2016-02-09 14:51:30 -07:00 |
|
Anthony Tuininga
|
4e1c26a3dc
|
Eliminate unnecessary initialization code.
|
2016-02-08 10:32:11 -07:00 |
|
Anthony Tuininga
|
04f1904a7d
|
Remove "unicode" mode and simply permit unicode to be used everywhere within
cx_Oracle; stop using "unicode" mode in the OCI as well since that appears to
have bugs in some places and doesn't really solve any problems anyway.
|
2011-02-19 03:50:16 +00:00 |
|
Anthony Tuininga
|
b1b4c403fb
|
Added support for creating an object variable via a named type -- the first
step on the road to adding full object support.
|
2010-07-31 05:32:30 +00:00 |
|
Anthony Tuininga
|
607f9019d1
|
Call the type's tp_free and tp_alloc methods at all times in order to deal with
inheritance properly; use "self" at all times in the constructor and destructor
routines.
|
2009-01-06 15:46:54 +00:00 |
|
Anthony Tuininga
|
5bf582907c
|
Remove remaining references to PyString_* functions to enable support for full
Unicode mode and eventual support for Python 3.x.
|
2008-10-16 04:08:15 +00:00 |
|
Anthony Tuininga
|
d50847e92b
|
Convert object type handling to use new cxString functions and add test case
to ensure that it was done correctly.
|
2008-10-16 03:25:30 +00:00 |
|
Anthony Tuininga
|
6c13ccbe5f
|
Use macro PyVarObject_HEAD_INIT as suggested by Amaury Forgeot d'Arc in order
to facilitate migration to Python 3.0.
|
2008-10-02 17:34:16 +00:00 |
|
Anthony Tuininga
|
243849a5ff
|
Use Py_TYPE to determine the type of an object rather than referencing the
attribute directly as suggested by Amauary Forgeot d'Arc.
|
2008-10-02 17:24:21 +00:00 |
|
Anthony Tuininga
|
5025b4eb22
|
Replaced all tabs with spaces.
|
2007-06-27 14:00:34 +00:00 |
|
Anthony Tuininga
|
104e11b67a
|
Last public release from Computronix.
|
2007-06-13 21:15:16 +00:00 |
|