aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01Include C-headers before C++Boris Kolpackov6-12/+12
2012-02-22Add support for composite object idsBoris Kolpackov3-4/+4
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated.
2012-01-29Bump version to 1.8.01.8.0Boris Kolpackov2-4/+4
2012-01-29Update copyright yearBoris Kolpackov93-93/+93
2012-01-29Remove author field from file headerBoris Kolpackov92-93/+1
Too much effort to maintain.
2012-01-26Implement support for database schemaBoris Kolpackov1-4/+2
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
2012-01-22Allocate precise size buffer for string/nstring/raw query paramBoris Kolpackov1-32/+63
2012-01-22Pass precision and scale to Oracle query_paramBoris Kolpackov2-24/+99
2012-01-22Fix invalid max size for RAW query parameterBoris Kolpackov1-2/+2
2012-01-16Correct licenseBoris Kolpackov1-1/+1
2012-01-14Correct license in import stubsBoris Kolpackov7-7/+7
2012-01-12Implement callback data re-basing support for LOB result streamingBoris Kolpackov4-17/+82
This is used by the query machinery when a copy of the image has to be made. In this case stream_result() needs to use data from the copy of the image, and not from the image that was bound to the bind array.
2012-01-12Use typedef name instead of qualifying in multiple placesBoris Kolpackov4-6/+12
2012-01-12Cosmetic changesBoris Kolpackov4-3/+18
2012-01-12Remove unneeded #includeBoris Kolpackov1-1/+0
2012-01-12Add missing #includeBoris Kolpackov1-0/+2
2011-12-22Truncate excess data instead of asserting, make small functions inlineBoris Kolpackov2-94/+51
2011-12-22Rename *_chunk to chunk_* enumerators in Oracle for consistencyBoris Kolpackov4-29/+29
2011-12-21Do not select object id in container SELECT statementBoris Kolpackov2-14/+22
2011-12-21Cosmetic changesBoris Kolpackov1-3/+0
2011-12-06Use extern "C" for OCI callbacks to avoid warnings (Sun CC)Boris Kolpackov1-31/+32
2011-12-06Remove stray commas1.7.0Boris Kolpackov2-2/+2
2011-12-06Add NCUEL to list of documentation filesBoris Kolpackov1-1/+1
2011-12-06Add library to LIBS before doing the test if --with-oci was not specifiedBoris Kolpackov1-0/+2
2011-12-05Bump version to 1.7.0Boris Kolpackov2-4/+4
2011-12-05Add link to licensing overview pageBoris Kolpackov1-0/+6
2011-12-05Update Oracle runtime licenseBoris Kolpackov3-13/+308
2011-12-01Correct license informationBoris Kolpackov10-349/+9
2011-12-01Remove comments that don't apply anymoreBoris Kolpackov1-5/+0
2011-12-01Add installation instructionsBoris Kolpackov1-1/+155
2011-11-30Make exception text more descriptiveBoris Kolpackov1-1/+1
2011-11-30Optimize checking for connection statusBoris Kolpackov1-31/+38
2011-11-30Cosmetic changesBoris Kolpackov2-31/+37
2011-11-30Translate ORA-2049 as a timeout error and ORA-3113 as a connection lost errorConstantin Michael1-1/+3
2011-11-30Provide separate overload of translate_error for oracle::connectionConstantin Michael4-33/+46
2011-11-30Correct OCI autoconf m4 scriptConstantin Michael1-1/+0
2011-11-30Use sb4 as error code type instead of int in database_exceptionConstantin Michael2-9/+9
2011-11-30Improve the Oracle translate_error implementationConstantin Michael9-69/+261
The improved implementation scans all the records associated with an error handle. Furthermore, if it is established that the connection to the database has been lost, the connection is marked as such. Additionally, all special exceptions (deadlock, timeout, and connection_lost) are now supported.
2011-11-30Merge LOB callback function and context into structBoris Kolpackov2-27/+27
This allows us to have one less member in the bind struct.
2011-11-30Remove unnecessary, add missing includesBoris Kolpackov1-1/+2
2011-11-29Don't add -R option when searching for libociBoris Kolpackov1-3/+3
While this helps with the libodb-oracle, this still break when linking tests/examples. The correct way to resolve this is for the user to add the directory to LD_LIBRARY_PATH.
2011-11-29Remove unused indicator arrays from view/container statementsBoris Kolpackov5-48/+0
2011-11-28Add -R option in addition to -L for libociBoris Kolpackov1-3/+3
libclntsh.so depends on other Oracle libraries which are normally not installed and no LD_LIBRARY_PATH entry points to their directory. Adding -R option makes libtool add this directory to rpath search list.
2011-11-28Shorten argument name in optionsBoris Kolpackov1-1/+1
2011-11-28Add missing version.hxx include; correct export macroBoris Kolpackov1-0/+1
2011-11-28Corrections to OCI automake configuration scriptsConstantin Michael3-8/+16
2011-11-28Add automake and Visual Studio build filesConstantin Michael19-0/+1694
2011-11-28Export appropriate classes and structsConstantin Michael1-6/+9
2011-11-28Correct libarray import/export macroConstantin Michael1-1/+1
2011-11-18Add missing factory creation codeBoris Kolpackov1-0/+5