1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Alexander Andreev d18374e72a
Put Categories() down under the New*, Edit*, and DeleteCategory methods. 2023-05-23 04:31:22 +04:00
Alexander Andreev ca51617f0e
There is no need in DeleteUnusedCategories() so let's get rid of it. 2023-05-23 04:29:06 +04:00
Alexander Andreev 561425b739
Accept a Category instead of just a name string. 2023-05-23 02:46:22 +04:00
Alexander Andreev 21444568cc
Fixed a copy-paste typo with stmtPostEdit -> stmtCategoryEdit. 2023-05-23 00:49:40 +04:00
Alexander Andreev 16e2ff6ebc
In Mindflow interface renamed all methods that work with Post into *Post(). 2023-05-23 00:47:10 +04:00
Alexander Andreev a8a7e6427d
Well, GetCategoryByID() actually has no use. Let's get rid of it. 2023-05-23 00:44:42 +04:00
Alexander Andreev 0e28f8a16b
Impl. category editing. 2023-05-23 00:22:12 +04:00
Alexander Andreev 4e82fbddc1
Added functionality to delete unused categories from a DB. 2023-05-22 23:05:52 +04:00
Alexander Andreev ab3174f543
Added closing of stmtCategoryGetAll. 2023-05-22 21:39:55 +04:00
Alexander Andreev 089ef27cef
Added delete category query. 2023-05-22 21:39:38 +04:00
Alexander Andreev 5095c7649d
Implemented getting all categories. 2023-05-22 05:21:53 +04:00
Alexander Andreev 38e5d9e4bf
GetAll() method was renamed to Posts(). 2023-05-22 05:21:00 +04:00
Alexander Andreev 91a76fb9d7
Found a copy-paste typo, fixed it. stmtPostNew -> stmtCategoryNew. 2023-05-22 04:10:04 +04:00
Alexander Andreev a0995a0e97
Fixed GetAll() method. 2023-05-20 06:26:30 +04:00
Alexander Andreev 354c1b01f7
Added Close() method to Mindflow DB. Constructor renamed to New(). 2023-05-14 20:17:30 +04:00
Alexander Andreev 2ffbc17c4f
Impl. GetCategoryByID(). 2023-05-14 04:11:14 +04:00
Alexander Andreev 5ef41d5961
Implemented NewCategory() method. 2023-05-14 03:52:07 +04:00
Alexander Andreev f12ce11b7f
Oh, replaced SQLiteMindflow with Mindflow interface. 2023-05-14 03:38:17 +04:00
Alexander Andreev b56de7f5ca
Implemented mindflow DB. 2023-05-14 03:35:52 +04:00
Alexander Andreev 1bf5dfba6a
Added a to be completed Mindflow SQLite3 DB and queries. 2023-05-10 03:21:29 +04:00