Sandu Liviu Catalin
|
475a428366
|
Update Data.hpp
|
2022-09-15 23:03:44 +03:00 |
|
Sandu Liviu Catalin
|
34a78dc166
|
More work on async statements for SQLite.
|
2022-07-23 21:41:10 +03:00 |
|
Sandu Liviu Catalin
|
49df7b75ee
|
Asynchronous statements implementation for SQLite.
Extend worker threads to allow tasks to re-queue themselves during completion.
|
2022-07-23 19:27:40 +03:00 |
|
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
|
3d11796465
|
Update Data.hpp
|
2021-04-17 20:39:21 +03:00 |
|
Sandu Liviu Catalin
|
6ee33a6dcd
|
Transactor.
|
2021-04-10 17:19:37 +03:00 |
|
Sandu Liviu Catalin
|
d9a35ec5d8
|
BLOB and CLOB support.
|
2021-04-03 16:30:08 +03:00 |
|
Sandu Liviu Catalin
|
828452a878
|
Direct MySQL string escape.
|
2021-03-21 20:19:00 +02:00 |
|
Sandu Liviu Catalin
|
0b62694491
|
Direct SQLite string escape.
|
2021-03-21 19:58:39 +02:00 |
|
Sandu Liviu Catalin
|
80ab78d6d8
|
Update Data.hpp
|
2021-03-04 22:41:56 +02:00 |
|
Sandu Liviu Catalin
|
f7ec3594eb
|
Implement SessionPool.
|
2021-03-04 22:41:18 +02:00 |
|
Sandu Liviu Catalin
|
c4c88fd97c
|
Allow RecordSet to be constructed from statements.
|
2021-03-04 22:00:19 +02:00 |
|
Sandu Liviu Catalin
|
d1963dcb86
|
Update Data.hpp
|
2021-02-14 16:25:31 +02:00 |
|
Sandu Liviu Catalin
|
df61b4eb55
|
Enable wstring support in poco data.
|
2021-02-12 14:21:50 +02:00 |
|
Sandu Liviu Catalin
|
a526cc7597
|
Enable boolean vectors support in poco data.
|
2021-02-12 11:59:09 +02:00 |
|
Sandu Liviu Catalin
|
2bbbfd69e6
|
Async callback.
|
2021-02-08 12:11:47 +02:00 |
|
Sandu Liviu Catalin
|
ce5bb3034e
|
Update Data.hpp
|
2021-02-04 08:02:17 +02:00 |
|
Sandu Liviu Catalin
|
5d63520c16
|
Basic data record-set implementation.
|
2021-02-04 04:30:20 +02:00 |
|
Sandu Liviu Catalin
|
09a1767ffe
|
Add Exec[Async] shotrcuts to session.
|
2021-02-03 16:54:36 +02:00 |
|
Sandu Liviu Catalin
|
2f67eae859
|
Complete Poco Data support.
Most of the necessary things are exported.
More complex functionality is not exposed because is not necessary for the scope of this project.
|
2021-01-31 20:39:02 +02:00 |
|
Sandu Liviu Catalin
|
ea751be7b1
|
Implement extraction and remaining data bindings.
|
2021-01-31 17:32:52 +02:00 |
|
Sandu Liviu Catalin
|
be557939a9
|
Preliminary Poco::Data bindings.
|
2021-01-31 00:16:10 +02:00 |
|