Commit Graph

  • *
  • |\
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 7ba4e38 (HEAD -> master) Merge branch 'refactoring' by bergmann 2019-07-07 23:09:07 +0200
  • ccc1ffc (refactoring) * Removed unneeded file by bergmann 2019-07-07 23:05:56 +0200
  • f77b957 * Refactored rad and destroy operations by bergmann 2019-07-07 23:00:46 +0200
  • 25a468c * Refactored create / update operation (not finished now) * Refactored includes (removed ring dependencies) by bergmann 2019-07-06 17:55:23 +0200
  • da248fd * Refactored mariadb driver init operation by bergmann 2019-07-04 23:28:11 +0200
  • a023dc8 * Refactored mariadb schema classes by bergmann 2019-07-04 19:19:37 +0200
  • ffb804d * Refactored modifier implementation by bergmann 2019-06-29 11:23:59 +0200
  • 856ff5c * Started refactoring * Refactored schema implementation by bergmann 2019-06-29 00:14:29 +0200
  • 5a8f431 * added method to build a simple query to mariadb driver * fixed some compiler errors by bergmann 2019-05-11 19:40:10 +0200
  • e1c0d28 * shortened identifier names in mariadb driver by bergmann 2019-05-05 14:48:16 +0200
  • 3f7ad00 * fixed bug: exception when dataset is updated, but no was value changed by bergmann 2019-04-08 19:34:11 +0200
  • d6669a0 * fixed serialization of flags/sets (elements of the set were serializes as number and not as name of the enum value) by bergmann 2019-03-04 19:51:32 +0100
  • bdf9c54 * fixed table cleanup after a table that contains a sub-table was deleted by bergmann 2019-02-28 17:11:53 +0100
  • 424825c * handle datatypes that are used inside a container as well as a normal reference by using a one-to-many reference/foreign key for the normal references by bergmann 2019-02-26 22:52:34 +0100
  • 296e8dc * implemented temporary id field for datasets without id member by bergmann 2019-02-26 17:45:16 +0100
  • 852cf32 * changed type properties for timestamp by bergmann 2018-12-29 14:36:25 +0100
  • 15c3cd8 * fixed endless loop/memory corruption in filter calculation for mariadb driver by bergmann 2018-11-05 20:51:11 +0100
  • 4de87b8 * fixed filter calculation for mariadb driver by bergmann 2018-10-31 12:02:11 +0100
  • 87e91d8 * [mariadb] implemented static convertion for datatypes * [mariadb] implemented timestamp data type * [mariadb] fixed bug in filters * [mariadb] fixed wrong field names in query by bergmann 2018-10-23 22:16:57 +0200
  • c176945 * Fixed gcc compiler errors * Improved examples in the README by bergmann 2018-10-16 22:47:47 +0200
  • 059d136 * Added readme and license files * Fixed cmake files by bergmann 2018-10-15 21:34:53 +0200
  • 156158c * implemented public lock method for mariadb driver by bergmann 2018-10-14 19:58:11 +0200
  • c9f2ae8 * improved table cleanup of mariadb driver by bergmann 2018-10-12 21:57:33 +0200
  • fbffc8d * fixed cmake tests by bergmann 2018-10-10 22:04:35 +0200
  • 48e3a3a * improved update method in mariadb driver * improved unit test CMakefile by bergmann 2018-10-03 20:25:22 +0200
  • b375aaa * change connection of mariadb driver by bergmann 2018-10-02 19:52:38 +0200
  • dc46fc5 * fixed bug in mariadb driver (init stage2 and filters) by bergmann 2018-09-26 19:51:10 +0200
  • cdd2c6e * refactored cmake files by bergmann 2018-09-25 21:32:21 +0200
  • 36ded9c * implemented mariadb driver filters * fixed some small errors * added options.cmake by bergmann 2018-09-23 12:24:55 +0200
  • 981f6ee * implemented destroy method for mariadb driver by bergmann 2018-09-15 14:00:48 +0200
  • 2d74892 * implemented update methods for mariadb driver by bergmann 2018-09-15 10:52:41 +0200
  • 3a6300a * improved read methods of mariadb driver by bergmann 2018-09-14 18:41:29 +0200
  • f556a98 * refactored read methods for mariadb driver * implemented read methods of foreign many tables for mariadb driver by bergmann 2018-09-13 20:47:24 +0200
  • 178a471 * implemented read method of mariadb driver for single foreign tables by bergmann 2018-09-04 20:38:12 +0200
  • 3af9cad * implemented order_by modifier * implemented simple read methods of mariadb driver by bergmann 2018-09-02 18:12:39 +0200
  • 33e3472 * refactored field members (make virtual calls to members if possible) * added index database field for sorted containers (like vector or list) * started to implement mariadb read methods by bergmann 2018-09-02 12:23:04 +0200
  • 4286705 * refactored mariadb driver internal context processing by bergmann 2018-08-29 22:33:05 +0200
  • c6421d4 * fixed mariadb driver SQL queries by bergmann 2018-08-29 20:36:58 +0200
  • 5406045 * refactored create/update methods for mariadb driver by bergmann 2018-08-29 19:42:44 +0200
  • f12074c * implemented create methods for mariadb driver by bergmann 2018-08-28 20:38:23 +0200
  • 1459b6b * implemented init methods of mariadb driver by bergmann 2018-08-23 23:10:14 +0200
  • db5f7e1 * implemented mariadb driver print schema methods by bergmann 2018-08-23 20:59:09 +0200
  • 46de827 * implemented first part of the mariadb driver (internal schema class interface without business logic) by bergmann 2018-08-22 21:22:58 +0200
  • e0078fc * implemented modifier by bergmann 2018-08-22 10:46:46 +0200
  • 35fe18d * implemented schema classes by bergmann 2018-08-14 21:11:52 +0200
  • b10b6b3 * initial commit by bergmann 2018-08-14 17:54:42 +0200