Anthony Tuininga
|
14bc5044e1
|
Retain the hex address of the object since there may be many objects of the
same type available in a program.
|
2016-03-07 09:03:57 -07:00 |
|
Anthony Tuininga
|
4125914447
|
Added support for displaying a string representation of an Oracle object as a
convenience.
|
2016-03-07 08:09:54 -07:00 |
|
Anthony Tuininga
|
614b272e34
|
Fixed support for integers. OCI_TYPECODE_INTEGER is stored as a OCINumber, not
as a native integer.
|
2016-03-07 08:01:24 -07:00 |
|
Anthony Tuininga
|
fca5acc558
|
Ensure that memory checked in the attribute data free method is initialized
so that improper frees are not attempted.
|
2016-02-25 14:34: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
|
9a7fb0065f
|
Added support for integers.
|
2016-02-24 12:05:49 -07:00 |
|
Anthony Tuininga
|
0fa31f21cc
|
Added example for creating SDO_GEOMETRY.
|
2016-02-23 15:34:56 -07:00 |
|
Anthony Tuininga
|
f4a24f3930
|
Added support for PL/SQL collections of booleans (available only in 12.1).
|
2016-02-16 16:32:00 -07:00 |
|
Anthony Tuininga
|
6f52f6ce39
|
Added support for manipluating PL/SQL collections (both ordered and unordered).
|
2016-02-16 15:51:01 -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
|
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
|
371717623b
|
Renamed ExternalObjectVar to Object since it will be independent of variables;
removed limitation for retrieving the object from the variable only once.
|
2016-02-08 12:16:28 -07:00 |
|