-
…example this help to get list of foreign keys
-
…integer_list became db_get_List_Int
-
- update_with_clause (make conditional update) - get_all_to_json (extract only fields by given extractors from the table cursor result to a list of JSON value)
-
HK_Form_Action has DB_id in edit_entry instead of String
-
…you need and provide the type get_all function
-
move the HK_Table_Controller into controller/hk_controller.anubis remove the old TM_delete and the TM_writer add generic insert_or_update in hk_sql_utils which replace the generated function for each table. hk_delete_row now use a generic delete function.
-
add function for getting a list of ids from where clause on specified table_name
-
…ve same function with different name for all table. In the future the get_count of each table will use that function instead of make almost same function.
-
Add argument HK_Referer in get_rows_json rename web action view_table in list_view