• Joined on 2023-01-26
Xavi pushed to main at Xavi/dodo 2024-09-25 04:12:39 +00:00
49d46e5ddb Added init_date function
Xavi pushed to main at Xavi/dodo 2024-09-23 17:27:10 +00:00
833c8f6d17 Fixed bug in parse_args
37743ff684 Modified sql_gen declerations
Compare 2 commits »
Xavi pushed to main at Xavi/dodo 2024-09-23 04:23:02 +00:00
52b0c8f368 Modified function formating
Xavi pushed to main at Xavi/dodo 2024-09-23 04:16:52 +00:00
b24aa19bac Modified gen_sql_stmts functions to split to prepare and bind
c9fcef001b Fixed update_task_status function
Compare 2 commits »
Xavi pushed to main at Xavi/dodo 2024-09-23 01:25:58 +00:00
b65c098f3d Modified prepare_sql_update_stmt to fileter with WHERE
Xavi pushed to main at Xavi/xlibc 2024-09-23 00:49:00 +00:00
8ca828ebf6 Added tests for x_isdigit and x_isnumber
609d2d4d77 Added x_isnumber function
c69f18a479 Added x_is_digit function
5b3224c60c Made Makefile for x_ctypes
Compare 4 commits »
Xavi pushed to main at Xavi/xlibc 2024-09-22 22:59:29 +00:00
d4f45c5e48 Modified x_str_concat to account for the null terminator
Xavi pushed to main at Xavi/dodo 2024-09-22 06:32:06 +00:00
19778cc114 Modified gen_sql_update_stmt to use bind, now prepare_sql_update_stmt
b55a6bdb04 Removed table prop from struct
2524b1ed11 Fixed small bug that moved the blocked column over by an addtional col width
Compare 3 commits »
Xavi pushed to main at Xavi/dodo 2024-09-21 16:15:20 +00:00
dbc57e38c9 Added filtered_tasks constructor
Xavi pushed to main at Xavi/dodo 2024-09-20 19:41:49 +00:00
5b5b36c041 Modified delete to only delete active tasks TODO: have way to delete completed tasks
Xavi pushed to main at Xavi/dodo 2024-09-19 21:31:20 +00:00
1229d88253 Updated TODO notes and Added bad arg catch
Xavi pushed to main at Xavi/dodo 2024-09-18 21:42:28 +00:00
4636a19796 Modified gen strings formatting
20fdead266 Modified filtered_task struct to change char array to char* finished
24e7dc3ae7 Modified filtered_tasks to change char array to char* for some
Compare 3 commits »
Xavi pushed to main at Xavi/dodo 2024-09-18 18:38:14 +00:00
df50e34958 Modified the gen_sql functions to use task struct
Xavi pushed to main at Xavi/dodo 2024-09-18 05:10:28 +00:00
66502cbbb8 Modified the gen_sql functions to use task struct
Xavi pushed to main at Xavi/dodo 2024-09-18 04:40:08 +00:00
fc8af9a53c Fixed bug that was looking for NULL instead of nullterm
Xavi pushed to main at Xavi/dodo 2024-09-18 03:54:50 +00:00
62a1565137 Modified the rest of the main functions to use struct TODO: update is broke
Xavi pushed to main at Xavi/xlibc 2024-09-18 03:52:52 +00:00
4fb48e6912 Fixed bug that missed the null terminator on the dest in x_strcpy
Xavi pushed to main at Xavi/dodo 2024-09-17 05:02:42 +00:00
52eff82c03 Modified parse_args and other functs to task struct TODO: broke things
Xavi pushed to main at Xavi/dodo 2024-09-17 04:00:45 +00:00
7f15e44f29 Modified view_tasks, display_task_list, and get_num_rows to use filtered_tasks struct
Xavi pushed to main at Xavi/dodo 2024-09-15 20:14:16 +00:00
d12c968b4a Added update_task func TODO:refacter to use structs
de35e45daf Modified print_fixed_width to add some whitespace
f3be9dc13c Added test for display_task_lists
Compare 3 commits »