aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Corrections to LOB parameter and results callback implementationConstantin Michael3-168/+161
2011-09-14Corrections and additions to LOB parameter and results callback implementationConstantin Michael3-98/+165
2011-09-14Implement LOB result callbacks using OCI LOB interfaceConstantin Michael3-113/+159
2011-09-13Implement LOB read and write support using OCI callbacksConstantin Michael3-26/+196
2011-09-13Revert to previous select statement interfaceConstantin Michael2-59/+18
2011-09-08Implement SQLite style select statement interfaceConstantin Michael2-46/+68
2011-09-08Correct void* castsConstantin Michael1-5/+5
2011-09-08Rename RETURNING clause callbacksConstantin Michael1-19/+19
2011-09-08Cache error handles where necessaryConstantin Michael1-17/+28
2011-09-08Use OCI_STRLS_CACHE_DELETE release mode for select, insert, update, and deleteConstantin Michael1-1/+1
2011-09-08Correct OCI version detection macrosConstantin Michael1-7/+6
2011-09-08Update commentsConstantin Michael1-8/+14
2011-09-08Rename insert_statement::id_bind_type union membersConstantin Michael2-8/+8
2011-09-08Add bind array offset argument to statement::bind_paramConstantin Michael2-9/+8
2011-09-08Aesthetic changesConstantin Michael1-4/+3
2011-09-07Aesthetic changesConstantin Michael1-6/+6
2011-09-07Add implementations for insert, update, delete, and select statementsConstantin Michael3-0/+627
2011-09-07Add bind structuresConstantin Michael2-0/+79
2011-09-07Forward declare OCI types used by statement implementationConstantin Michael1-0/+3
2011-09-05Add database, connection, connection-factory, and transaction supportConstantin Michael14-0/+1538
2011-09-05Add RAII handle management for OCI handles and descriptorsConstantin Michael4-0/+428
2011-09-05Add Oracle/OCI forward declarationsConstantin Michael1-0/+26
2011-09-05Add exceptions and error translationConstantin Michael4-0/+248
2011-09-05Add initial development infrastructureConstantin Michael33-0/+1356
2011-08-23Add license stub1.6.0.a21.6.01.6Boris Kolpackov1-0/+1
2011-08-23Add root .gitignoreBoris Kolpackov1-0/+21