diff options
Diffstat (limited to 'slicer/db/sqlUpdateSerializer.cpp')
-rw-r--r-- | slicer/db/sqlUpdateSerializer.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/slicer/db/sqlUpdateSerializer.cpp b/slicer/db/sqlUpdateSerializer.cpp index 65889ab..867b9fb 100644 --- a/slicer/db/sqlUpdateSerializer.cpp +++ b/slicer/db/sqlUpdateSerializer.cpp @@ -1,13 +1,12 @@ #include "sqlUpdateSerializer.h" -#include "exceptions.h" +#include <sqlExceptions.h> +#include <common.h> #include "sqlBinder.h" #include <buffer.h> #include <modifycommand.h> #include <slicer/metadata.h> namespace Slicer { - NoRowsFound::NoRowsFound() : std::runtime_error("No rows found") { } - const std::string md_pkey = "db:pkey"; SqlUpdateSerializer::SqlUpdateSerializer(DB::Connection * const c, const std::string & t) : |