Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

XMLDB problems: Difference between revisions

From MoodleDocs
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[XML database schema]] > XMLDB Problems
[[XML database schema]] > XMLDB Problems
----
----
Every section on this page will show important problems present in the adoption of the new database layer planned for 1.7. Each section will define the problem, its impact and, when available, its solution. Every section will include one line containing its status ('''Open''', '''Decided''', '''Work in progress''', '''Finished''', '''Tested''' and '''Closed''').  
Every section on this page will show important problems present in the adoption of the new database layer planned for 1.7. Each section will define the problem, its impact and, when available, its solution. Every section will include one line containing its status (''''Open'''', ''''Decided''', ''''Work in progress'''', ''''Finished'''', ''''Tested'''' and ''''Closed'''').  


Of course, fell free to use the [http://moodle.org/bugs Bug Tracker] to follow the daily evolution of each one of these problems by adding one link inside each section pointing to the proper bug.  
Of course, fell free to use the [http://moodle.org/bugs Bug Tracker] to follow the daily evolution of each one of these problems by adding one link inside each section pointing to the proper bug.  


Prior to change the status from Decided to Work in progress the corresponding page of the [[XMLDB Roadmap|roadmap]] must be modified, including all the actions/steps needed to solve the problem. Obviously, at the end, the expected status for each section is '''Closed'''.  
Prior to change the status from ''''Decided'''' to ''''Work in progress'''' the corresponding page of the [[XMLDB Roadmap|roadmap]] must be modified, including all the actions/steps needed to solve the problem. Obviously, at the end, the expected status for each section is ''''Closed''''.  


=== Regular expressions ===
=== Regular expressions ===
'''Status:''' <font color="red">Open</font>
'''Status:''' <font color="red">Open</font> - '''Severity:''' Critical - '''Bug:''' not defined
'''Severity:''' <font color="red">Critical</font>


Problems with Oracle (not available until 10g) and MSSQL (not available). Oracle 10g implements them using directly and one package existed since ages (Oracle 8i?) to handle them ([http://www.stormloader.com/yonghuang/computer/OracleRegExp.html owa_pattern]). MSSQL can execute them by installing some [http://www.codeproject.com/database/xp_pcre.asp stored procedures]. Oh, oh, problems with some (a few) queries...
Problems with Oracle (not available until 10g) and MSSQL (not available). Oracle 10g implements them using directly and one package existed since ages (Oracle 8i?) to handle them ([http://www.stormloader.com/yonghuang/computer/OracleRegExp.html owa_pattern]). MSSQL can execute them by installing some [http://www.codeproject.com/database/xp_pcre.asp stored procedures]. Oh, oh, problems with some (a few) queries...

Revision as of 19:29, 18 June 2006

XML database schema > XMLDB Problems


Every section on this page will show important problems present in the adoption of the new database layer planned for 1.7. Each section will define the problem, its impact and, when available, its solution. Every section will include one line containing its status ('Open', 'Decided, 'Work in progress', 'Finished', 'Tested' and 'Closed').

Of course, fell free to use the Bug Tracker to follow the daily evolution of each one of these problems by adding one link inside each section pointing to the proper bug.

Prior to change the status from 'Decided' to 'Work in progress' the corresponding page of the roadmap must be modified, including all the actions/steps needed to solve the problem. Obviously, at the end, the expected status for each section is 'Closed'.

Regular expressions

Status: Open - Severity: Critical - Bug: not defined

Problems with Oracle (not available until 10g) and MSSQL (not available). Oracle 10g implements them using directly and one package existed since ages (Oracle 8i?) to handle them (owa_pattern). MSSQL can execute them by installing some stored procedures. Oh, oh, problems with some (a few) queries...

See also