summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-07-22Change section orderBoris Kolpackov1-24/+24
2011-07-22Corrections to PostgreSQL profile support sections in the ODB manualConstantin Michael1-10/+8
2011-07-22Add sections to ODB manual for PostgreSQL support of Boost and QT profilesConstantin Michael1-1/+129
2011-07-20Update manual with new null/not_null pragmas documentationBoris Kolpackov1-208/+411
2011-07-20Documentation fixes for PostgreSQL chapterBoris Kolpackov1-182/+128
2011-07-20Add PostgreSQL database chapterConstantin Michael1-0/+587
2011-07-04Implement support for database operations callbacksBoris Kolpackov1-1/+125
New object pragma: callback. New test: common/callback. New manual section: 10.1.4, "callback".
2011-07-04Fix terminologyBoris Kolpackov1-3/+3
2011-06-29Add --include-regex and --include-regex-trace optionsBoris Kolpackov2-0/+52
This requires libcutl update.
2011-04-26Bump version to 1.4.0Boris Kolpackov3-6/+6
2011-04-26Add chapter on object inheritance, document abstract pragmaBoris Kolpackov1-229/+517
2011-04-24Implement id_type value type pragmaBoris Kolpackov1-28/+78
2011-04-22Add Qt profile chapter to manualConstantin Michael1-12/+397
2011-04-19Document new enum mappingBoris Kolpackov1-1/+30
2011-04-18Add truth table for loaded() lazy_ptr functionBoris Kolpackov1-0/+8
2011-04-05Bump version to 1.3.0Boris Kolpackov3-6/+6
2011-04-05Add SQLite section to Boost profile docsConstantin Michael1-2/+76
2011-04-04Add chapter TOC for each part descriptionBoris Kolpackov1-3/+28
2011-03-31Bump version to 1.3.0.b1Boris Kolpackov2-2/+2
2011-03-31Add SQLite chapterBoris Kolpackov1-29/+593
2011-03-25Make queries without by-reference parameters immutableBoris Kolpackov1-2/+9
This makes it possible to share such queries between multiple threads without the need for synchronization.
2011-03-15Bump version to 1.2.0Boris Kolpackov3-6/+6
2011-03-14Update NEWS to reflect boost profile additionsConstantin Michael1-5/+11
Insert boost profile chapter into manual TOC
2011-03-14Add Boost profile docsConstantin Michael1-8/+231
2011-03-09Cosmetic changesBoris Kolpackov1-0/+5
2011-03-08Language changesBoris Kolpackov1-17/+18
2011-03-07Start Part III, ProfilesBoris Kolpackov1-20/+111
2011-03-07Divide manual into multiple partsBoris Kolpackov1-25/+65
Change Chapter 10 to Part II and make the MySQL Database section into a chapter. Also add page breaks after each chapter.
2011-03-01Add support for embedded database schemasBoris Kolpackov3-5/+103
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-22Fix typoBoris Kolpackov1-1/+1
2011-02-21Add recoverable, connection_lost, and timeout exceptionsBoris Kolpackov1-74/+138
The deadlock exception now inherits from recoverable. New manual section: 3.5, "Error Handling and Recovery".
2011-02-21Validate connection in MySQL pool factoryBoris Kolpackov1-4/+15
This will help deal with the MySQL server closing connections after a certain period of inactivity.
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-3/+16
Port all the examples and tests.
2011-01-25Manual proofreading fixesBoris Kolpackov1-35/+35
2011-01-23Add note on pragma file inclusion optionsBoris Kolpackov1-0/+27
2011-01-23Manual proofreading fixesBoris Kolpackov1-183/+188
2011-01-19Spelling correctionsBoris Kolpackov1-8/+8
2011-01-19Fix references in manualBoris Kolpackov1-25/+41
2011-01-18Add support for native SQL statement executionBoris Kolpackov1-3/+41
New test: mysql/native. New manual section: 3.9, Executing
2011-01-17Final order, TOC for new chaptersBoris Kolpackov1-726/+778
2011-01-17Cosmetic manual changesBoris Kolpackov1-309/+319
2011-01-17Add note on default-constructibility of object id typeBoris Kolpackov1-0/+1
2011-01-17Document new exceptionsBoris Kolpackov1-3/+48
2011-01-17Add chapter on sessionBoris Kolpackov1-0/+184
2011-01-14Update database operations documentation with object pointer versionsBoris Kolpackov1-32/+95
2011-01-14Add section on object pointers, note in Hello World chapterBoris Kolpackov1-33/+102
2011-01-14Document default ctor requirements, odb::access usageBoris Kolpackov1-2/+35
2011-01-12Add chapter on composite value types, misc fixesBoris Kolpackov1-36/+384
2011-01-11Add chapter on object relationshipsBoris Kolpackov1-0/+995
2011-01-11Add section on HP aC++Boris Kolpackov1-0/+10