-
make the first hayamiki web controller outside from application (i.e. Ptah ERP)
-
change the wrong copyright
-
This is means generate the name of columns; select_fields and json extractor
-
add mobile and url field
-
replace the now by db_now which was a change in Calexium lib. This avoid confusion in compilation time with primitive now remove the generation of delete function in profit of hk_sql_utils delete add trigger list in attached in table in header generation, replace read by transmit replace the function get_name by get_mb_name, where name is the type of line row of database entry. mb means Maybe type of name, because we are not sure to retrieve the data from row given index. add function "from_web_arg_to_type_with_default" which decode the type component from web arg and fill with default value the missing component fields
-
generate extractor list for json add get_all to_json with selection of the columns to be extracted remove vt_view_db_call according to the hayamiki lib
-
add generation of the hk_table_controller_list
-
…and the second one with update fields from web args, which can construct the INSERT or UPDATE query with given fields only
-
…in relation with web args Add the generation of from_web_arg_to_update_field
-
…ation directory. This prevent to generate same files during automatic generation on project compilation time change the read path for db_types in calexium_lib replace read by transmit when including the type declaration file
-
begin of support of hk_text_choice
-
…into separate specialized source
-
add the management of short_name in hk_table add the generation of the menu of application
-
+ generate an empty db_relations which is a list of foreign keys and their relations + create directories if need
-
add checking of the model rename almost all db_ to hk_
-
boolean fields are rendered as icon in list view
-
fix the column name which can be reserved keyword like 'index' by enclose it with double quote -ie-> "index" will protect the column name to not be confused with the index keyword add some table to generate
-
…er project which is where is based db_model_manager fix the datetime_field generation for VTM
-
The file organization is also messy and can change in the near future.