aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/connection.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-11-09Make database class move-constructibleBoris Kolpackov1-16/+32
This means it can be returned by value from a function in C++11.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-15Implement early connection releaseBoris Kolpackov1-1/+2
2012-10-12Completion of prepared query supportBoris Kolpackov1-0/+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-11-30Improve the Oracle translate_error implementationConstantin Michael1-0/+2
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-17Remove unnecessary includesBoris Kolpackov1-1/+0
2011-11-08Add support for SQL statement tracingBoris Kolpackov1-148/+4
2011-11-08Use OraText instead of text or oratextBoris Kolpackov1-4/+5
This type is used in function signatures in documentation.
2011-10-14Enable statement cache in connectionConstantin Michael1-7/+8
2011-09-05Add database, connection, connection-factory, and transaction supportConstantin Michael1-0/+300