Issue Details (XML | Word | Printable)

Key: MDL-15071
Type: Task Task
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Andrei Bautu
Votes: 0
Watchers: 3
Operations

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

SQLite support

Created: 31/May/08 07:36 PM   Updated: 31/Jul/08 05:05 PM
Return to search
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: None

File Attachments: 1. Text File 200806221743-sqlite_acceslib.patch (1 kB)
2. Text File 200806221743-sqlite_dml_ddl.patch (52 kB)
3. Text File 200806221743-sqlite_install.patch (5 kB)
4. Text File 200806301845-lib.patch (5 kB)
5. Text File 200807081047-xmldb.patch (2 kB)
6. Text File 200807081058-moodle.patch (31 kB)
7. Text File 200807090136-sql_generator.php.patch (2 kB)
8. Text File 20080713_db_move_patch_merged3.patch (26 kB)
9. Text File 200807311303-MDL-15071.patch (16 kB)

Issue Links:
Relates
 

URL: http://docs.moodle.org/en/Student_projects/SQLite
Participants: Andrei Bautu, Eloy Lafuente (stronk7) and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE


 Description  « Hide
This project is part of the 2008 edition of Google Summer of Code (GSoC). Mentor: Penny Leach. Student: Andrei Bautu.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 1 file to 'Moodle CVS' - 23/Jun/08 04:42 AM
MDL-15071 sqlite compatibility fix - by Andrei Bautu
MODIFY lib/accesslib.php   Rev. 1.503    (+10 -2 lines)
Petr Skoda committed 8 files to 'Moodle CVS' - 23/Jun/08 05:35 AM
MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)
MODIFY install/stringnames.txt   Rev. 1.13    (+3 -0 lines)
MODIFY lang/en_utf8/install.php   Rev. 1.24    (+10 -1 lines)
MODIFY lib/dml/pdo_moodle_recordset.php   Rev. 1.5    (+20 -7 lines)
MODIFY lib/dml/pdo_moodle_database.php   Rev. 1.5    (+482 -58 lines)
ADD lib/dml/sqlite3_pdo_moodle_database.php   Rev. 1.1    (+0 -0 lines)
ADD lib/ddl/sqlite_sql_generator.php   Rev. 1.1    (+0 -0 lines)
MODIFY install.php   Rev. 1.104    (+11 -3 lines)
MODIFY admin/environment.xml   Rev. 1.32    (+1 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 23/Jun/08 06:05 AM
MDL-15071 fixed problem introduced into submitted patch
MODIFY lib/dml/sqlite3_pdo_moodle_database.php   Rev. 1.2    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 23/Jun/08 06:32 AM
MDL-15071 fixed typo
MODIFY lib/dml/pdo_moodle_database.php   Rev. 1.6    (+2 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 23/Jun/08 09:08 AM
Translated new strings for sqlite pdo driver MDL-15071.
MODIFY ja_utf8/install.php   Rev. 1.38    (+10 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 25/Jun/08 05:10 PM
MDL-15071, strings for new sqlite pdo driver
MODIFY fr_utf8/install.php   Rev. 1.29    (+12 -3 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 13/Jul/08 06:12 PM
MDL-15071 fixes of the SQLite layer by Andrei Bautu
MODIFY lib/dml/sqlite3_pdo_moodle_database.php   Rev. 1.3    (+12 -5 lines)
MODIFY lib/ddl/sqlite_sql_generator.php   Rev. 1.2    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 13/Jul/08 06:14 PM
MDL-15071 coding style improvement by Index: sql_generator.php by Andrei Bautu
MODIFY lib/ddl/sql_generator.php   Rev. 1.12    (+8 -28 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 13/Jul/08 06:52 PM
MDL-15071 Fixes a regular expression in xmldb_object which breaks sentences with empty strings, it is possible to specify record id in statement (needed for database moving) - by Andrei Bautu
MODIFY lib/xmldb/xmldb_statement.php   Rev. 1.3    (+3 -1 lines)
MODIFY lib/xmldb/xmldb_object.php   Rev. 1.2    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 13/Jul/08 07:42 PM
MDL-15071 undoing part of previous commit, let's wait for Eloy
MODIFY lib/xmldb/xmldb_statement.php   Rev. 1.4    (+1 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 14/Jul/08 04:27 AM
MDL-15071 new method for installing of table from xmld structure - credit goes to Andrei Bautu
MODIFY lib/ddl/database_manager.php   Rev. 1.12    (+14 -4 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 14/Jul/08 04:27 AM
MDL-15071 added missing breaks - credit goes to Andrei Bautu
MODIFY lib/dml/database_column_info.php   Rev. 1.4    (+3 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 14/Jul/08 04:28 AM
MDL-15071 improved error logging - credit goes to Andrei Bautu
MODIFY lib/dml/pdo_moodle_database.php   Rev. 1.8    (+13 -2 lines)