aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite
AgeCommit message (Collapse)AuthorFilesLines
2024-01-25Fix buildfile to properly distribute pregenerated files in development modeHEADmasterKaren Arutyunov1-1/+1
2024-01-23Fix odb/sqlite/details/config.hxx for build2 buildKaren Arutyunov2-1/+21
2023-07-05Change version to 2.5.0-b.26.zBoris Kolpackov1-3/+3
2023-06-30Release version 2.5.0-b.25v2.5.0-b.25Boris Kolpackov1-3/+3
2023-03-20Regenerate options parsing filesKaren Arutyunov1-0/+47
2022-12-14Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-0/+3
2022-09-12Use ad hoc recipe to compile options.cli fileKaren Arutyunov5-30/+1908
2022-09-09Rename version file to version.txtKaren Arutyunov1-1/+1
2022-07-29Change version to 2.5.0-b.24.zBoris Kolpackov1-3/+3
2022-07-26Release version 2.5.0-b.23v2.5.0-b.23Boris Kolpackov1-3/+3
2021-10-20Change version to 2.5.0-b.22.zBoris Kolpackov1-3/+3
2021-10-16Release version 2.5.0-b.21v2.5.0-b.21Boris Kolpackov1-3/+3
2021-06-14Work around bogus Clang warningBoris Kolpackov1-1/+1
2021-05-24Fix MinGW GCC's 'redeclared without dllimport attribute' warningKaren Arutyunov3-6/+11
2021-05-01Remove stray use of nullptrBoris Kolpackov1-1/+1
2021-05-01Cosmetic changes to the ATTACH DATABASE codeBoris Kolpackov6-22/+30
2021-04-30Add support for SQLite ATTACH DATABASE functionalityBoris Kolpackov14-34/+547
2021-04-30Move begin/commit/rollback statements to connectionBoris Kolpackov6-100/+83
2021-04-30Allow active objects to remain on list after call to clear()Boris Kolpackov2-6/+16
2021-04-30Move call to connection::invalidate_results() to clear()Boris Kolpackov3-18/+11
2021-04-30Add serial_connection_factoryBoris Kolpackov2-1/+70
This factory can be used when the database access is guaranteed to be serial.
2021-04-30Add transaction::connection(database&) overloadBoris Kolpackov7-23/+15
2020-07-21Change version to 2.5.0-b.20.zBoris Kolpackov1-3/+3
2020-07-18Release version 2.5.0-b.19v2.5.0-b.19Boris Kolpackov1-3/+3
2020-02-13Drop copyright notice from source codeKaren Arutyunov89-89/+0
2020-01-23Fix C++98 incompatibilityBoris Kolpackov1-3/+4
2019-11-21Change version to 2.5.0-b.18.zBoris Kolpackov1-3/+3
2019-11-19Release version 2.5.0-b.17v2.5.0-b.17Boris Kolpackov1-3/+3
2019-10-09Fix buildfile to install proper headers for Clang on WindowsKaren Arutyunov1-1/+1
2019-06-11Change version to 2.5.0-b.16.zBoris Kolpackov1-3/+3
2019-06-08Release version 2.5.0-b.15v2.5.0-b.15Boris Kolpackov1-3/+3
2019-05-24Adapt version-build2.hxx.in to increasing standard version major, minor, and ↵Karen Arutyunov1-15/+14
patch max values up to 99999
2019-04-04Update --options-file option descriptionKaren Arutyunov1-3/+4
2019-03-20Change version to 2.5.0-b.14.zBoris Kolpackov1-3/+3
2019-03-18Release version 2.5.0-b.13v2.5.0-b.13Boris Kolpackov1-3/+3
2019-03-05Align with latest bdep-newKaren Arutyunov1-18/+38
2019-02-21Change version to 2.5.0-b.12.zBoris Kolpackov1-3/+3
2019-02-19Release version 2.5.0-b.11Boris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov89-89/+89
2018-09-12Bump version to 2.5.0-b.10.z, master is open for businessBoris Kolpackov1-3/+3
2018-09-11Release version 2.5.0-b.9Boris Kolpackov1-3/+3
2018-07-30Sanitize version substitutionsKaren Arutyunov1-9/+9
2018-06-18Suppress support for combined CLI flags (--no-combined-flags)Boris Kolpackov1-1/+1
We don't have any short options and this is incompatible with the skip mode we are using.
2018-05-31Bump version to 2.5.0-b.8.z, master is open for businessBoris Kolpackov1-3/+3
2018-05-29Bump version to 2.5.0-b.7Boris Kolpackov1-3/+3
2018-05-24Update copyright yearKaren Arutyunov89-89/+89
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2018-05-04Adjust to new scope syntaxKaren Arutyunov1-2/+2
2018-01-02Fix undefined behavior (ubsan) bugBoris Kolpackov1-1/+1
2017-11-30Use compiler class instead of id where appropriateKaren Arutyunov1-1/+1