]> Kevux Git Server - koopa/commit
Progress: continue development on database abstraction
authorKevin Day <thekevinday@gmail.com>
Sun, 3 Feb 2019 01:40:45 +0000 (19:40 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 3 Feb 2019 01:40:45 +0000 (19:40 -0600)
commit51364b6f76753a079fc46546697d9280d786b70d
tree5b9137933f66337c1a73b02c29c59ef0a2ab266a
parent039b8d81567222184240744aa1d606b4be5834cd
Progress: continue development on database abstraction
16 files changed:
common/database/classes/database_alter_tablespace.php
common/database/classes/database_alter_text_search_configuration.php
common/database/classes/database_alter_text_search_dictionary.php
common/database/classes/database_alter_text_search_parser.php
common/database/classes/database_alter_text_search_template.php
common/database/classes/database_alter_trigger.php
common/database/classes/database_alter_type.php
common/database/classes/database_string.php
common/database/enumerations/database_mapping_for.php [new file with mode: 0644]
common/database/enumerations/database_position.php [new file with mode: 0644]
common/database/traits/database_action_mapping_for.php [new file with mode: 0644]
common/database/traits/database_action_not_of.php
common/database/traits/database_add_table.php
common/database/traits/database_add_value.php [new file with mode: 0644]
common/database/traits/database_set_schema.php
common/database/traits/database_with_dictionary.php [new file with mode: 0644]