Issue Details (XML | Word | Printable)

Key: MDL-15181
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Eloy Lafuente (stronk7)
Reporter: Petr Skoda
Votes: 0
Watchers: 1
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: implement full temp table support in ddl

Created: 07/Jun/08 10:32 PM   Updated: 01/Sep/09 12:20 AM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Eloy Lafuente (stronk7) and Petr Skoda
Security Level: None
Resolved date: 01/Sep/09
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
problems:

* specific create statements
* specific drop statements
* # mssql naming
* mysql weirdness - temp tables not listed

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 07/Jun/08 10:58 PM
tested in pg and mysql, I hope it will work in mssql and ora, reopen if not

Eloy Lafuente (stronk7) added a comment - 31/Aug/09 06:58 AM
Failing at least in mysql and mssql.
  • going to undo some current hacks.
  • going to introduce a more complete hack (moodle_temptables, for drivers needing help).

Ciao


Eloy Lafuente (stronk7) added a comment - 01/Sep/09 12:20 AM
Sent to CVS changes so now all THREE native drivers (mysql, pg and mssql) and handling temporary tables okey (via temptables store).

Oracle pending... will review it in some days... ciao