Anthony Tuininga
|
543b22f31e
|
Added support for smallint and float data types in Oracle objects, as requested
(https://github.com/oracle/python-cx_Oracle/issues/4).
|
2017-04-04 22:00:29 -06:00 |
|
Anthony Tuininga
|
73f2e39534
|
Added copyright notices to the top of all tests and samples as requested.
|
2017-03-09 11:45:28 -07:00 |
|
Anthony Tuininga
|
0bcbd072a8
|
Use None instead of 0 for items in the cursor.description attribute that do not
have any validity.
|
2017-01-25 15:17:20 -07:00 |
|
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
|
39805c66d7
|
Added support for binding objects with sub objects attached to them; ensured
that instances are created when an empty object variable is created; enhanced
test cases for binding objects.
|
2016-02-11 11:47:46 -07:00 |
|
Anthony Tuininga
|
2ba419ebd6
|
Updated test cases to use the correct names for the various assertions instead
of the deprecated names.
|
2016-01-21 09:59:03 -07: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
|
8072d8971f
|
Added support for timestamp attributes in objects.
|
2008-09-12 22:46:08 +00:00 |
|
Anthony Tuininga
|
96f7decdce
|
Merged 9i specific setup into standard setup since Oracle 8i support is no
longer required; change tabs to spaces; add test for fixed char data types.
|
2008-09-12 18:37:16 +00:00 |
|
Anthony Tuininga
|
104e11b67a
|
Last public release from Computronix.
|
2007-06-13 21:15:16 +00:00 |
|