]> git.mjollnir.org Git - moodle.git/commit
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
authorstronk7 <stronk7>
Tue, 20 May 2008 23:24:40 +0000 (23:24 +0000)
committerstronk7 <stronk7>
Tue, 20 May 2008 23:24:40 +0000 (23:24 +0000)
commita8cb94f66fe9248659f973a939b4f9b002e1b348
tree4b61887381085009a5e36189ee99f08a94543f78
parent949c59ace0f0f2a4e63bb1bdd7133dd84114048e
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
41 files changed:
admin/xmldb/actions/check_indexes/check_indexes.class.php
admin/xmldb/actions/edit_field/edit_field.class.php
admin/xmldb/actions/edit_field_save/edit_field_save.class.php
admin/xmldb/actions/edit_index/edit_index.class.php
admin/xmldb/actions/edit_index_save/edit_index_save.class.php
admin/xmldb/actions/edit_key/edit_key.class.php
admin/xmldb/actions/edit_key_save/edit_key_save.class.php
admin/xmldb/actions/edit_statement/edit_statement.class.php
admin/xmldb/actions/edit_table_save/edit_table_save.class.php
admin/xmldb/actions/new_field/new_field.class.php
admin/xmldb/actions/new_index/new_index.class.php
admin/xmldb/actions/new_key/new_key.class.php
admin/xmldb/actions/new_statement/new_statement.class.php
admin/xmldb/actions/new_table/new_table.class.php
admin/xmldb/actions/new_table_from_mysql/new_table_from_mysql.class.php
admin/xmldb/actions/test/test.class.php
admin/xmldb/actions/view_structure_php/view_structure_php.class.php
admin/xmldb/actions/view_table_php/view_table_php.class.php
admin/xmldb/index.php
blocks/db/upgrade.php
lib/db/upgrade.php
lib/ddl/database_manager.php
lib/ddl/mssql_sql_generator.php
lib/ddl/mysql_sql_generator.php
lib/ddl/oracle_sql_generator.php
lib/ddl/postgres_sql_generator.php
lib/ddl/simpletest/testddllib.php
lib/ddl/sql_generator.php
lib/ddllib.php
lib/dml/oci8po_adodb_moodle_database.php
lib/simpletest/fixtures/gradetest.php
lib/xmldb/xmldb_field.php [moved from lib/xmldb/XMLDBField.class.php with 97% similarity]
lib/xmldb/xmldb_file.php
lib/xmldb/xmldb_index.php [moved from lib/xmldb/XMLDBIndex.class.php with 91% similarity]
lib/xmldb/xmldb_key.php [moved from lib/xmldb/XMLDBKey.class.php with 95% similarity]
lib/xmldb/xmldb_statement.php [moved from lib/xmldb/XMLDBStatement.class.php with 94% similarity]
lib/xmldb/xmldb_structure.php
lib/xmldb/xmldb_table.php [moved from lib/xmldb/XMLDBTable.class.php with 96% similarity]
mod/data/db/upgrade.php
mod/feedback/db/upgrade.php
mod/lesson/db/upgrade.php