Sandu Liviu Catalin
|
a89acef503
|
Initial implementation for the second revision of the SQLite module.
Added a utility function to retrieve a time instance in seconds.
|
2016-07-10 03:00:33 +03:00 |
|
Sandu Liviu Catalin
|
3a8d4952c1
|
Avoid sharing the same source file between multiple projects where there's a possibility that with each project object generated by the the source file could have a diffrent code used by other sources from the project.
Which can lead to undefined link time errors (at best) or run-time crashes (at worst).
|
2016-06-20 16:17:03 +03:00 |
|
Sandu Liviu Catalin
|
8087d0482f
|
Untested revised implementation of the SQLite module.
|
2016-06-15 23:49:25 +03:00 |
|
Sandu Liviu Catalin
|
4d77386b21
|
Update the SQLite module to work with the modified API.
Separate the SQLite handles into their own source files.
|
2016-06-03 21:31:00 +03:00 |
|
Sandu Liviu Catalin
|
aa85acb3c2
|
Configure project platforms to avoid Linux modules showing up on Windows and vice versa.
|
2016-05-25 22:59:54 +03:00 |
|
Sandu Liviu Catalin
|
3f09a59161
|
Update the SQLite module project to copy the executable to the plugins directory after compilation.
|
2016-03-29 05:46:42 +03:00 |
|
Sandu Liviu Catalin
|
4c66cfa49d
|
Implemented RAII when modifying the stack before returning to sqrat inside SQLite module.
Also enabled the latest C++ revision in the project.
Various other fixes and improvements.
|
2016-02-28 16:20:33 +02:00 |
|
Sandu Liviu Catalin
|
331b03028c
|
Switched the SQLite module to use C++ exceptions to fix the Sqrat issues and gain significantly more performance.
Also fixed various other issues in the SQLite module.
|
2016-02-27 17:53:12 +02:00 |
|
Sandu Liviu Catalin
|
6e7abfc354
|
Initial untested SQLite module.
|
2016-02-27 11:57:29 +02:00 |
|