aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/query.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-02-06Update copyrightBoris Kolpackov1-1/+1
2014-09-06Support using stored procedure call as complete queryBoris Kolpackov1-1/+3
2013-09-10Schema versioning supportBoris Kolpackov1-8/+8
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-11-21Add dynamic multi-database query supportBoris Kolpackov1-1/+1
2012-10-29Don't use boolean as identifier2.2.0.a1Boris Kolpackov1-11/+12
Some headers/systems defined it as a macro.
2012-10-12Completion of prepared query supportBoris Kolpackov1-14/+5
2012-10-08Ground work for multi-database supportBoris Kolpackov1-23/+23
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-07-17Get rid of warning2.1.0.a1Boris Kolpackov1-1/+1
2012-07-10Add support for custom database type mappingBoris Kolpackov1-1/+18
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-26Implement support for database schemaBoris Kolpackov1-4/+2
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
2012-01-12Cosmetic changesBoris Kolpackov1-1/+1
2011-10-27Comment Oracle boolean literal emulationConstantin Michael1-0/+4
2011-10-26Add query and result implementationsConstantin Michael1-0/+345