diff options
| author | George Hazan <ghazan@miranda.im> | 2021-01-16 19:30:20 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-01-16 19:30:20 +0300 |
| commit | b2a65cb0e93f070ebb78dd69a9740527fb0e6261 (patch) | |
| tree | e83aac634813a44991f212cbaab43dbab60f37a3 /plugins/Dbx_sqlite/dbx_sqlite.vcxproj | |
| parent | 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (diff) | |
dbx_sqlite:
- major speed-up (we don't close each transaction immediately);
- assert replaced with correct error logging (to be able to debug problems using network logs);
- code cleaning;
- version bump
Diffstat (limited to 'plugins/Dbx_sqlite/dbx_sqlite.vcxproj')
| -rw-r--r-- | plugins/Dbx_sqlite/dbx_sqlite.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/dbx_sqlite.vcxproj b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj index ef4e8a8b49..36e99bb7a3 100644 --- a/plugins/Dbx_sqlite/dbx_sqlite.vcxproj +++ b/plugins/Dbx_sqlite/dbx_sqlite.vcxproj @@ -40,6 +40,7 @@ <ClCompile Include="src\stdafx.cxx"> <PrecompiledHeader>Create</PrecompiledHeader> </ClCompile> + <ClCompile Include="src\utils.cpp" /> <ClInclude Include="src\dbintf.h" /> <ClInclude Include="src\resource.h" /> <ClInclude Include="src\stdafx.h" /> |
