aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/sqlite/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
* Sqlite: Update to 3.45.3Marco Bubke2024-04-161-116/+368
| | | | | | Change-Id: I8f52308d56619147393238ec04dfedad75d4139f Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update to 3.45.1Marco Bubke2024-02-281-4802/+9674
| | | | | | | Change-Id: Ie92194de1b12c22667e48edd913abc24108cedaa Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
* Sqlite: Update to 3.43.1Marco Bubke2023-10-021-2351/+5530
| | | | | | | Change-Id: Ife5e6be8d88dec33cc7bfb236006468bb3a49ab0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update to 3.42Marco Bubke2023-05-221-2291/+4664
| | | | | | | Change-Id: I7e4587b662d7623d084e020e20fcbb65bbeb54f0 Reviewed-by: Burak Hancerli <burak.hancerli@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update to 3.41.2Marco Bubke2023-04-201-59/+150
| | | | | | | Previous version was 3.41.0. So it is only a bug fix update. Change-Id: Ibb3373eff19b740d9bbc0ee5786f8054f1d80553 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Sqlite: Update to 3.41Marco Bubke2023-02-231-2707/+6253
| | | | | | Task-number: QDS-9241 Change-Id: I3875982138e809611e96eda9c4c5bd59fd70fcd4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update to 3.39.2Marco Bubke2022-07-281-3506/+5682
| | | | | | Change-Id: I0abe49af5b8161a834b191f34906e416e44720b1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* Merge remote-tracking branch 'origin/qmlprojectstorage'Tim Jenssen2022-06-211-3908/+5872
| | | | | | | | | | | | Conflicts: src/plugins/qmldesigner/qmldesignerprojectmanager.cpp src/plugins/qmlprojectmanager/qmlproject.cpp src/plugins/qmlprojectmanager/qmlproject.h Change-Id: I0c0d59c8e3b8455b6ac575d34fdf49f39388db7a Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update to 37.2Marco Bubke2022-01-191-6409/+8371
| | | | | | Change-Id: I43087c35249af1abee5a2172f29dc998c7babd0d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Upgrade to 3.36.0Marco Bubke2021-07-011-3017/+4407
| | | | | | Change-Id: Ia676a1c216c1a74793903d28abba3d3890fbd412 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
* Sqlite: Update to version 3.35Marco Bubke2021-03-221-4572/+6945
| | | | | Change-Id: Ie471a510529070850767058275446440b616cc4b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Sqlite: Update Sqlite from 3.31.1 to 3.34 and adapt carrayMarco Bubke2021-01-061-11621/+14926
| | | | | | | | | | You can now pass everything you can convert to a span directly and bind it with a carray instead of using the pointer interface. This is working for int, long long, double and null terminated C strings. Change-Id: I274c218e2dec0f11e68576545bb78601f85462bd Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Sqlite: Update sqlite versionMarco Bubke2020-05-261-7104/+12677
| | | | | Change-Id: Ida1705e88020408c9ffd4fd16f51880e2b956a59 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Use newest versionMarco Bubke2019-07-111-5966/+8309
| | | | | Change-Id: Ic3951b9b38d5bc8cfa658e9cce0d6effaaa329c1 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Sqlite: Update versionMarco Bubke2018-12-101-10132/+25313
| | | | | | | We want to use UPSERT. Change-Id: I7fb8f939ec87b231e08abd5267a5a611bbe3ac47 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Sqlite: Upgrade SqliteMarco Bubke2018-01-161-19676/+69162
| | | | | | | | We will use the new JSON extension to save structured data in the symbol database. Change-Id: Ife4b36d99e550a9f19f293a221cf94d5e98d5286 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Introduce codemodelbackend process and libraryMarco Bubke2015-06-031-0/+155866
This is a partial result of wip/clang-oop. More will follow. This allows us to invoke the completion out of the Qt Creator process and thus safes us as against libclang crashes. At this point only the completion use case is supported. Some notes on the individual components: src/libs/codemodelbackendipc * library encapsulating the inter process communication handling * used by the backend application and in a follow-up change by the creator integration src/libs/3rdparty/sqlite * version 3.8.10.2 * dependency of codemodelbackendipc, will be used to storage indexing data, among others src/tools/codemodelbackend * the backend application tests/unit: * unit tests Change-Id: I91a48e27467581a22fb760a18d8eb926008fea60 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>