Sandu Liviu Catalin
f238588abe
More work on async sql.
...
Current implementation only provides execution for sqlite queries in worker threads. Statements and MySQL is on the TODO list.
2022-07-19 19:29:32 +03:00
Sandu Liviu Catalin
8f11e08150
Allow session pool to be used with legacy database wrappers (experimental).
2022-07-04 19:39:41 +03:00
Sandu Liviu Catalin
f49452c165
Remove SLongInt and ULongInt helper types.
...
Fix a bunch of bugs and mistakes discovered along the way.
2021-09-10 21:27:28 +03:00
Sandu Liviu Catalin
f5592208fa
Port legacy SQLite implementation.
2021-06-12 17:51:01 +03:00
Sandu Liviu Catalin
4a6bfc086c
Major plugin refactor and cleanup.
...
Switched to POCO library for unified platform/library interface.
Deprecated the external module API. It was creating more problems than solving.
Removed most built-in libraries in favor of system libraries for easier maintenance.
Cleaned and secured code with help from static analyzers.
2021-01-30 08:51:39 +02:00
Sandu Liviu Catalin
3e7adb8fea
What is dead may never live.
2020-04-30 23:27:24 +03:00
Sandu Liviu Catalin
ced5c64e17
Rename SQLite types to prevent future collisions.
2020-03-22 03:12:55 +02:00
Sandu Liviu Catalin
05990afedf
Cleanup SQLite code.
2020-03-22 03:03:05 +02:00
Sandu Liviu Catalin
8ea13de743
Merge SQLite library into a single file.
2020-03-22 02:44:33 +02:00
Sandu Liviu Catalin
505a165d23
Use pragma once instead of macro guards.
2020-03-22 01:45:04 +02:00
Sandu Liviu Catalin
de3f365522
Integrate SQLite module.
...
Integrate the SQLite module into the host plugin and get it to compile.
2020-03-22 00:35:03 +02:00