Age | Commit message (Expand) | Author | Files | Lines |
2011-09-27 | Add our own national character buffer type identifiers | Constantin Michael | 1 | -0/+9 |
2011-09-27 | Add sanity check for integer buffer capacity in OCI versions earlier than 11.2 | Constantin Michael | 1 | -0/+20 |
2011-09-27 | Implement traits | Constantin Michael | 3 | -380/+755 |
2011-09-27 | Use char* instead of unsigned char* as binary data buffer type | Constantin Michael | 2 | -35/+50 |
2011-09-27 | Correct license line in file headers | Constantin Michael | 15 | -15/+15 |
2011-09-26 | Redefine id_int64 image type to be a byte array | Constantin Michael | 1 | -1/+1 |
2011-09-26 | Reimplement Oracle NUMBER to/from C++ integer type conversions | Constantin Michael | 4 | -136/+301 |
2011-09-23 | Add missing headers and hoist std namespace declarations into global | Constantin Michael | 1 | -1/+4 |
2011-09-23 | Add traits implementation | Constantin Michael | 2 | -0/+728 |
2011-09-23 | Refactor callback union declaration to odb::oracle namespace scope | Constantin Michael | 1 | -5/+7 |
2011-09-23 | Correct missing variable declaration | Constantin Michael | 1 | -0/+1 |
2011-09-23 | Correct comment | Constantin Michael | 1 | -4/+4 |
2011-09-21 | Improve LOB streaming in select statement | Constantin Michael | 1 | -32/+10 |
2011-09-19 | Remove query_statement references from view_statements implementation. | Constantin Michael | 1 | -17/+0 |
2011-09-19 | Reword comments | Constantin Michael | 1 | -4/+4 |
2011-09-19 | Refactor stream_lobs so that base statement class does not maintain state | Constantin Michael | 2 | -26/+37 |
2011-09-19 | Add container-statements, object-statments, view-statements and statement cache | Constantin Michael | 12 | -0/+1267 |
2011-09-16 | Allow select statement without parameters | Constantin Michael | 2 | -1/+18 |
2011-09-16 | Corrections to LOB parameter and results callback implementation | Constantin Michael | 3 | -168/+161 |
2011-09-14 | Corrections and additions to LOB parameter and results callback implementation | Constantin Michael | 3 | -98/+165 |
2011-09-14 | Implement LOB result callbacks using OCI LOB interface | Constantin Michael | 3 | -113/+159 |
2011-09-13 | Implement LOB read and write support using OCI callbacks | Constantin Michael | 3 | -26/+196 |
2011-09-13 | Revert to previous select statement interface | Constantin Michael | 2 | -59/+18 |
2011-09-08 | Implement SQLite style select statement interface | Constantin Michael | 2 | -46/+68 |
2011-09-08 | Correct void* casts | Constantin Michael | 1 | -5/+5 |
2011-09-08 | Rename RETURNING clause callbacks | Constantin Michael | 1 | -19/+19 |
2011-09-08 | Cache error handles where necessary | Constantin Michael | 1 | -17/+28 |
2011-09-08 | Use OCI_STRLS_CACHE_DELETE release mode for select, insert, update, and delete | Constantin Michael | 1 | -1/+1 |
2011-09-08 | Correct OCI version detection macros | Constantin Michael | 1 | -7/+6 |
2011-09-08 | Update comments | Constantin Michael | 1 | -8/+14 |
2011-09-08 | Rename insert_statement::id_bind_type union members | Constantin Michael | 2 | -8/+8 |
2011-09-08 | Add bind array offset argument to statement::bind_param | Constantin Michael | 2 | -9/+8 |
2011-09-08 | Aesthetic changes | Constantin Michael | 1 | -4/+3 |
2011-09-07 | Aesthetic changes | Constantin Michael | 1 | -6/+6 |
2011-09-07 | Add implementations for insert, update, delete, and select statements | Constantin Michael | 3 | -0/+627 |
2011-09-07 | Add bind structures | Constantin Michael | 2 | -0/+79 |
2011-09-07 | Forward declare OCI types used by statement implementation | Constantin Michael | 1 | -0/+3 |
2011-09-05 | Add database, connection, connection-factory, and transaction support | Constantin Michael | 14 | -0/+1538 |
2011-09-05 | Add RAII handle management for OCI handles and descriptors | Constantin Michael | 4 | -0/+428 |
2011-09-05 | Add Oracle/OCI forward declarations | Constantin Michael | 1 | -0/+26 |
2011-09-05 | Add exceptions and error translation | Constantin Michael | 4 | -0/+248 |
2011-09-05 | Add initial development infrastructure | Constantin Michael | 33 | -0/+1356 |
2011-08-23 | Add license stub1.6.0.a21.6.01.6 | Boris Kolpackov | 1 | -0/+1 |
2011-08-23 | Add root .gitignore | Boris Kolpackov | 1 | -0/+21 |