Logo white

David RENÉ / hayamiki_lib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 5
  • Tags 0
  • hayamiki_lib
  • controller
28 Mar, 2026
1 commit
  • Add get_db_id_by_full_clause with a list of bind
    7db7d1ac
    David RENÉ authored
    2026-03-28 12:01:40 +0900  
    Browse Dir »

16 Oct, 2025
1 commit
  • Revert the previous commit. This function was in use. ...
    284fba03
    Add a comment to replace it, because the trigger are not managed here.
    David RENÉ authored
    2025-10-16 22:36:14 +0900  
    Browse Dir »

14 Oct, 2025
1 commit
  • comment unneeded function. Maybe completely remove in the future
    65fb8570
    David RENÉ authored
    2025-10-14 14:18:33 +0900  
    Browse Dir »

21 Sep, 2025
1 commit
  • [+] add get_count_by_clause with list of binds
    229008fe
    David RENÉ authored
    2025-09-21 08:41:53 +0900  
    Browse Dir »

25 Jun, 2025
1 commit
  • [~] remove some debug print
    0b1e3ee3
    David RENÉ authored
    2025-06-25 17:44:26 +0900  
    Browse Dir »

04 May, 2024
3 commits
  • Merge branch '1.19' of ssh://gitlab.anubis-lang.com:33000/totoro/hayamiki_lib into 1.19
    25d77d40
    David RENÉ authored
    2024-05-04 11:52:49 +0900  
    Browse Dir »
  • reverse the result list to order it in right way
    4d0c7352
    David RENÉ authored
    2024-05-04 11:52:15 +0900  
    Browse Dir »
  • add db_get_list_String with clause and binds
    8d022f53
    David RENÉ authored
    2024-05-04 11:47:03 +0900  
    Browse Dir »

10 Jun, 2023
2 commits
  • Merge branch '1.19' of ssh://gitlab.anubis-lang.com:33000/totoro/hayamiki_lib into 1.19
    09d474fb
    David RENÉ authored
    2023-06-10 15:51:44 +0900  
    Browse Dir »
  • [~] don't delete anything if no id provided
    be9ff1bd
    David RENÉ authored
    2023-06-10 15:51:20 +0900  
    Browse Dir »

29 Apr, 2023
1 commit
  • [+] get_all_by_full_clause ...
    f929f8f4
    [~] in function insert_or_update() , add print debug info on failure
    David RENÉ authored
    2023-04-29 18:14:17 +0900  
    Browse Dir »

13 Mar, 2023
1 commit
  • [+] db_get_float(db, clause), db_get_float(db, clause, binds). ...
    accc7490
    [+] db_get_Int(db, clause, binds).
    [+] db_get_ids_by_full_clause(db, table_name, id_col, full_clause, binds).
    David RENÉ authored
    2023-03-13 14:40:40 +0100  
    Browse Dir »

24 Jul, 2022
3 commits
  • Merge branch '1.19' into HEAD
    d57036b4
    David RENÉ authored
    2022-07-24 10:08:06 +0900  
    Browse Dir »
  • [+] introduce helper for getting row show string directly from vtm, table_name and id
    ce99911c
    David RENÉ authored
    2022-07-24 10:04:51 +0900  
    Browse Dir »
  • [+] add println in SQL error case instead of nothing. Next time it must in logging part ...
    0ebe8ade
    [+] add get_db_ids_by_full_clause which allow to make query on any table, set the column id, give the full clause. Return a list of DB_id.
    [+] add get_all_by_full_clause which allow to make query on any table, set the column id, give the full clause and provide the extractor for this column data type.
    David RENÉ authored
    2022-07-24 08:50:28 +0900  
    Browse Dir »

15 May, 2022
1 commit
  • add get_show_string as entry into HK_Table_controller
    121721e0
    David RENÉ authored
    2022-05-15 22:54:06 +0200  
    Browse Dir »

10 Apr, 2022
1 commit
  • [+] get_db_ids_by_clause helper to get list of DB_id from table and column. For … ...
    c91bcb7a
    …example this help to get list of foreign keys
    David RENÉ authored
    2022-04-10 18:17:48 +0200  
    Browse Dir »

26 Oct, 2021
1 commit
  • [+] add get_count_float_by_full_clause
    456d0986
    David RENÉ authored
    2021-10-26 23:52:43 +0200  
    Browse Dir »

16 Oct, 2021
1 commit
  • [+] add get_db_ids_by_clause which return a list of DB_id according to provided clause
    25fea527
    David RENÉ authored
    2021-10-16 20:45:12 +0200  
    Browse Dir »

11 Feb, 2021
1 commit
  • update to xlib with renamed files and references
    e7921b1c
    David RENÉ authored
    2021-02-11 16:58:20 +0900  
    Browse Dir »

20 May, 2020
1 commit
  • add update row from lwa according to provided VTM
    a64900e4
    David RENÉ authored
    2020-05-20 16:17:01 +0900  
    Browse Dir »

17 Apr, 2020
2 commits
  • Load_hayamiki_web_controller is now working
    77230f8d
    David RENÉ authored
    2020-04-17 22:36:54 +0900  
    Browse Dir »
  • add load_hayamiki_web_controller for any application which need use Hayamiki
    6f2ce522
    David RENÉ authored
    2020-04-17 17:28:52 +0900  
    Browse Dir »

04 Apr, 2020
1 commit
  • replace calexium_lib by xlib
    ece42708
    David RENÉ authored
    2020-04-04 01:38:27 +0900  
    Browse Dir »

03 Apr, 2020
1 commit
  • replace calexium_lib by xlib
    1135a10f
    David RENÉ authored
    2020-04-03 16:11:02 +0900  
    Browse Dir »

26 Jan, 2020
1 commit
  • add name of the transaction according to the new definition
    dc4137e5
    David RENÉ authored
    2020-01-26 17:38:38 +0100  
    Browse Dir »

19 Dec, 2019
1 commit
  • Change the db_get_XX to new format. db_get_integer became db_get_Int and db_get_… ...
    afa08ba6
    …integer_list became db_get_List_Int
    David RENÉ authored
    2019-12-19 17:32:42 +0100  
    Browse Dir »

31 Oct, 2019
1 commit
  • [~] add some missing read due to cxm lib rearrangement ...
    c4e83b95
    [+] add upload and download action
    David RENÉ authored
    2019-10-31 11:32:04 +0900  
    Browse Dir »

02 Jun, 2019
1 commit
  • use making_a_web_site declaration file instead of the definition
    d3d2685b
    David RENÉ authored
    2019-06-02 13:13:22 +0200  
    Browse Dir »

02 Feb, 2019
1 commit
  • Change the copyright to the right person
    7d0ef786
    David RENÉ authored
    2019-02-02 22:11:11 +0100  
    Browse Dir »

29 Sep, 2018
2 commits
  • add more helper in sql_utils: ...
    16f88339
    - 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)
    totoro authored
    2018-09-29 23:55:27 +0200  
    Browse Dir »
  • added in table controller : ...
    f80bd32b
    - select_fields (all columns name of the datatable separated with coma)
    - make_json_extractor
    totoro authored
    2018-09-29 23:48:24 +0200  
    Browse Dir »

15 Sep, 2018
1 commit
  • Add list of the column's name of the table
    67283d2a
    totoro authored
    2018-09-15 19:15:55 +0200  
    Browse Dir »

26 Sep, 2017
1 commit
  • add delete_by_clause
    fc59f9af
    totoro authored
    2017-09-26 20:45:30 +0200  
    Browse Dir »

16 Sep, 2017
1 commit
  • add generic get_DB_id_by_clause
    c6986bdf
    totoro authored
    2017-09-16 11:08:26 +0900  
    Browse Dir »

14 Aug, 2017
1 commit
  • add get_count_by_full_clause
    e8b05959
    totoro authored
    2017-08-14 13:02:34 +0200  
    Browse Dir »

08 Jul, 2017
1 commit
  • add trigger in all database action create, update, delete
    7c2a7fd3
    totoro authored
    2017-07-08 15:42:44 +0200  
    Browse Dir »

04 Jul, 2017
1 commit
  • add all management of relation ...
    5b262572
    HK_Form_Action has DB_id in edit_entry instead of String
    totoro authored
    2017-07-04 23:31:49 +0200  
    Browse Dir »

27 Jun, 2017
1 commit
  • update to be compatible with calexium_lib and checkbox without wav (web arg value)
    0e255eaa
    totoro authored
    2017-06-27 00:09:27 +0200  
    Browse Dir »

24 Jun, 2017
1 commit
  • add get_relation to get final type in relation A <-> B, just choose which side … ...
    55c024e5
    …you need and provide the type get_all function
    totoro authored
    2017-06-24 01:37:45 +0200  
    Browse Dir »