History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

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

If you were logged in you would be able to see more operations.
Moodle
MDL-14679

M2: Tests get_tables() get_indexes() get_columns()

Created: 22/May/08 11:52 PM   Updated: 18/Jul/08 04:47 PM
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Eloy Lafuente (stronk7) and Nicolas Connault
Security Level: None


 Description  « Hide
These methods should be also tested, to check they return the same information for all drivers we implement.

get_tables()
get_indexes()
get_coumns()

specially things like defaults and enums are critical and I expect we'll find some problems with them across DBs. Any problem here should be reported to MDL-14957 (where the task of fixing those functions is addressed).

Ciao :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nicolas Connault - 18/Jul/08 04:47 PM
Tests reveal problems with Enum in postgresql.