aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/connection-factory.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-08-05Adjust to threading API changes in libodbBoris Kolpackov1-2/+2
2015-11-09Make database class move-constructibleBoris Kolpackov1-36/+20
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-0/+3
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-3/+4
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-09-05Add database, connection, connection-factory, and transaction supportConstantin Michael1-0/+173