aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/traits.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-06-07Fix GCC 7 -fimplicit-fallthrough warningsKaren Arutyunov1-6/+3
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-05-23Test BLOB container is not empty before calling front()asBoris Kolpackov1-2/+2
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-13Suppress warning in empty for-loop2.2.0Boris Kolpackov1-1/+1
2013-02-12Qualify vector to work around Sun CC bugsBoris Kolpackov1-0/+4
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-25/+46
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
2011-12-22Truncate excess data instead of asserting, make small functions inlineBoris Kolpackov1-84/+0
2011-12-22Rename *_chunk to chunk_* enumerators in Oracle for consistencyBoris Kolpackov1-16/+16
2011-11-03Add support for mapping char[N] and unsigned char[N] types to BLOB1.7.0.a1Boris Kolpackov1-4/+0
2011-11-03Use consistent context argument name in param and result callbacksBoris Kolpackov1-8/+8
2011-11-03Add position context to LOB result callbackBoris Kolpackov1-3/+3
2011-11-03Add support for mapping std::vector<unsigned char> to BLOB typesBoris Kolpackov1-0/+72
2011-10-25Aesthetic changesConstantin Michael1-2/+2
2011-10-14Improve default LOB parameter callback implementationsConstantin Michael1-63/+21
2011-10-14Handle mapping of std::vector<char> to Oracle SQL type RAW by defaultConstantin Michael1-0/+22
2011-09-27Pass parameter callback user context as a const void*Constantin Michael1-6/+6
2011-09-27Implement callbacks as non-inline functionsConstantin Michael1-0/+52
2011-09-27Implement traitsConstantin Michael1-0/+159
2011-09-27Correct license line in file headersConstantin Michael1-1/+1
2011-09-26Reimplement Oracle NUMBER to/from C++ integer type conversionsConstantin Michael1-135/+0
2011-09-23Add missing headers and hoist std namespace declarations into globalConstantin Michael1-1/+4
2011-09-23Add traits implementationConstantin Michael1-0/+138