Commit Graph

18 Commits

Author SHA1 Message Date
9c46269868 Added initial imp of add_task 2024-09-04 14:18:05 -07:00
58893119c7 Added clean_all which also removes sqlite.o and clean which doesn't 2024-09-04 13:20:03 -07:00
bf1f5e0c70 Modified display_heading func 2024-09-04 12:58:46 -07:00
bf70f3415a Modified get_num_rows to use gen_sql_stmt and made gen_sql_stmt take out_stmt as an arg 2024-09-04 12:04:44 -07:00
ea1d581e4d Deleted print_select function 2024-09-03 21:29:59 -07:00
22e71dd40a Added error checking but broke other things TODO: fix gen_sql_stmt 2024-09-03 21:21:34 -07:00
daabdcbfac Added display_status_list func 2024-09-03 20:32:33 -07:00
bcf1c17bf7 Added to view function 2024-09-03 17:16:42 -07:00
1e1163b96a Added TODOs 2024-09-03 14:25:43 -07:00
61e9ee7047 Broke a bunch of things, TODO: make print_select function 2024-08-25 20:46:52 -07:00
ffb26ebefc Added rough draft of view() 2024-08-25 17:44:34 -07:00
76e4f9f6e0 Added some sql helper functions and x_curses for escape console commands 2024-08-22 22:23:18 -07:00
b7e0c9cdf3 Modified Makefile to pass db location 2024-08-21 22:39:08 -07:00
52b70c3df1 Added dodo.schema and modified Makefile to include db creation 2024-08-20 21:49:45 -07:00
3a86a83f54 Added Makefile 2024-08-19 21:59:34 -07:00
134037bfde Added test.c 2024-08-01 13:12:41 -07:00
c8a2907d6b Added static lib for sqlite3
Compiled with gcc -c sqlite3.c and ar rcs libsqlite3.a sqlite3.o
2024-08-01 13:12:11 -07:00
d454411286 Initial commit 2024-08-01 18:37:17 +00:00