Logo white

David RENÉ / hayamiki

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 5
  • Tags 1
  • hayamiki
  • src
  • generation
  • create_table.anubis
03 Jul, 2016
1 commit
  • remove the semicolon at the end of create table because SQLite store the creatio… ...
    70ca5b3f
    …n query without that semicolon. Hence during migration the algorithm compare the creation query (the stored query in DB  with program query), because it was always different "semicolon", the migration was always applied . That happened only when the database schema version changed.
    totoro authored
    2016-07-03 16:52:50 +0200  
    Browse File »

06 Apr, 2016
1 commit
  • Generate choices selector
    e8311d8a
    totoro authored
    2016-04-06 23:54:01 +0200  
    Browse File »

15 Feb, 2016
1 commit
  • now generate all files in given destination directory
    fd8e2150
    totoro authored
    2016-02-15 01:52:09 +0100  
    Browse File »

14 Feb, 2016
1 commit
  • end of use of the calexium_lib/database/model/db_model.anubis
    7f333a2a
    totoro authored
    2016-02-14 18:02:06 +0100  
    Browse File »

09 Feb, 2016
2 commits
  • sync with calexium_lib ...
    30bc3c98
    add the management of short_name in hk_table
    add the generation of the menu of application
    totoro authored
    2016-02-09 19:35:23 +0100  
    Browse File »
  • generate the list of table for create_table function ...
    f8f2a481
    + generate an empty db_relations which is a list of foreign keys and their relations
    + create directories if need
    totoro authored
    2016-02-09 11:39:18 +0100  
    Browse File »

06 Feb, 2016
1 commit
  • add generation of create table ...
    d4dc7034
    add checking of the model
    rename almost all db_ to hk_
    totoro authored
    2016-02-06 11:16:40 +0100  
    Browse File »