TSQLiteSerializerContainer.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding/retrieving rows (to be serialized) now uses a single method instead of two allowing for simpler code at caller's plase (also a preparation for replacing smart pointer with a reference to real object) (CH-103).

  1. … 19 more files in changeset.
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) (CH-103).

  1. … 31 more files in changeset.
Adjusted serialization tracing, exported TSimpleTimer from the engine dll (CH-103).

  1. … 9 more files in changeset.
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

  1. … 11 more files in changeset.
Introduced serialization of base paths data (CH-72).

  1. … 23 more files in changeset.
Fixed an infinite loop when deleting items from sqlite database (CH-91).

Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
Added serialization of basic task elements (CH-77).

  1. … 8 more files in changeset.
Renamed the sqlite data row class.

  1. … 12 more files in changeset.
Isolated common part of change management to a separate object.

  1. … 10 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

    • -17
    • +44
    ./TSQLiteSerializerContainer.cpp
  1. … 44 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

    • -0
    • +62
    ./TSQLiteSerializerContainer.cpp
  1. … 16 more files in changeset.