Use transactions for SQL updates

This commit is contained in:
2015-10-11 09:42:32 +02:00
parent 9dac732efe
commit fe5e9208a3
5 changed files with 23 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2010-2012 Grégory Soutadé
Copyright 2010-2015 Grégory Soutadé
This file is part of KissCount.
@@ -30,7 +30,7 @@
#include <view/wxUI.hpp>
#define APP_VERSION "0.5"
#define APP_VERSION "0.6"
#define ESCAPE_CHARS(s) s = s.replace("\"", " ");
// #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");