1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check if $s_connected is TRUE before displaying the system tables selectlist More... over 22 years ago
set $indices[]["dir"] by looking to RDB$INDICES.RDB$INDEX_TYPE More... over 22 years ago
added the index_definition() call to diplay the index form; code cleanups and minor fixes More... over 22 years ago
replaced the 'ftype' and 'stype' elements by the 'type' element in the systable array More... over 22 years ago
two entries added More... over 22 years ago
calling get_tables() if necessary for the opened index-panel More... over 22 years ago
displays the selected system table More... over 22 years ago
fixed a typo More... over 22 years ago
first implementation of function get_systable() More... over 22 years ago
rename db_systables to db_systable More... over 22 years ago
calling get_systable() to obtain the informations for the System Table panel More... over 22 years ago
handling of select table on the system tables panel More... over 22 years ago
displays the system table selectlist More... over 22 years ago
new function build_systable_options() More... over 22 years ago
added an entry for the new System Table panel to $s_database_panels; new session variable $s_system_table More... over 22 years ago
added array $system_tables containing the interbase system tables More... over 22 years ago
added handling of index panel buttons More... over 22 years ago
added function index_definition() More... over 22 years ago
fixed table head for the column- and trigger definition forms More... over 22 years ago
deleting of indices implemented More... over 22 years ago
output of existing indices implemented More... over 22 years ago
copied an adapted from acc_trigger.php More... over 22 years ago
new function build_index_options() More... over 22 years ago
started the index stuff, implement get_indices() More... over 22 years ago
added an entry to $s_accessories_panels for the indexes panel; new session variable $s_indexes for index informations More... over 22 years ago
added $message["DELETE_CON_DB"] More... over 22 years ago
prevent the attempt of deleting the active database More... over 22 years ago
pay attention to the $ALLOWED_DIRS and $ALLOWED_FILES arrays More... over 22 years ago
make sure that no interbase keywords are used as column names when adding or altering columns More... over 22 years ago
verify that column names for new tables are not interbase keywords More... over 22 years ago