aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/error.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-25Get rid of trailing newlines in error messagesBoris Kolpackov1-0/+7
2014-11-25Implement bulk database operation support for Oracle and SQL ServerBoris Kolpackov1-6/+15
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-03-01Include C-headers before C++Boris Kolpackov1-2/+2
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-12-06Remove stray commas1.7.0Boris Kolpackov1-1/+1
2011-11-30Optimize checking for connection statusBoris Kolpackov1-31/+38
2011-11-30Cosmetic changesBoris Kolpackov1-28/+34
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 Michael1-4/+24
2011-11-30Improve the Oracle translate_error implementationConstantin Michael1-30/+143
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-16Fix misspelled file nameBoris Kolpackov1-1/+1
2011-11-08Use OraText instead of text or oratextBoris Kolpackov1-1/+1
This type is used in function signatures in documentation.
2011-09-05Add exceptions and error translationConstantin Michael1-0/+63