Issue Details (XML | Word | Printable)

Key: MDL-14957
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Petr Skoda
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-14679

M2: Normalize results returned from get_tables() get_indexes() and get_columns()

Created: 22/May/08 11:49 PM   Updated: 28/Oct/08 08:59 PM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Database: Any
Participants: Eloy Lafuente (stronk7) and Petr Skoda
Security Level: None
Resolved date: 28/Oct/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Our moodle_database stuff should be able to return consistent information for all DBs in these methods:

get_tables()
get_indexes()
get_columns()

Ciao :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 3 files to 'Moodle CVS' - 26/May/08 06:21 AM
MDL-14957 get_columns() improvements - mostly docs; definition moved to new file
MODIFY lib/dmllib.php   Rev. 1.152    (+1 -35 lines)
MODIFY lib/dml/moodle_database.php   Rev. 1.9    (+3 -1 lines)
ADD lib/dml/database_column_info.php   Rev. 1.1    (+0 -0 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 26/May/08 06:22 AM
MDL-14957 fixed get_tables() comments
MODIFY lib/dml/Attic/adodb_moodle_database.php   Rev. 1.7    (+2 -2 lines)
MODIFY lib/dml/moodle_database.php   Rev. 1.10    (+3 -3 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 26/May/08 06:25 AM
MDL-14957 fixed get_indexes() comments
MODIFY lib/dml/moodle_database.php   Rev. 1.11    (+2 -2 lines)
MODIFY lib/dml/Attic/adodb_moodle_database.php   Rev. 1.8    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 26/May/08 07:17 AM
MDL-14957 get_columns() improvements
MODIFY lib/dml/database_column_info.php   Rev. 1.2    (+14 -2 lines)