[moodle] / moodle / lib / dml / pdo_moodle_database.php Repository:

Log of /moodle/lib/dml/pdo_moodle_database.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Nov 7 16:52:57 2009 WST (2 weeks, 1 day ago) by skodak
Branch: MAIN
CVS Tags: HEAD, MOODLE_19_MERGED
Changes since 1.21: +3 -24 lines
Diff to previous 1.21
MDL-20625 new delegated transaction support in DML

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 9 06:34:35 2009 WST (6 weeks, 3 days ago) by skodak
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb!

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 05:22:50 2009 WST (4 months, 3 weeks ago) by poltawski
Branch: MAIN
Changes since 1.19: +71 -50 lines
Diff to previous 1.19
dml/sqllite  MDL-19643 Throw exceptions to make things more robust

Various functions were catching the pdo error and returning
false, but this isn't enough. I have modified the functions to
throw a dml exception like other drivers do.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jun 28 05:22:27 2009 WST (4 months, 3 weeks ago) by poltawski
Branch: MAIN
Changes since 1.18: +8 -1 lines
Diff to previous 1.18
dml/sqllite MDL-19642 - Make connections more robust

- Include 'pdo' as an extension to be checked for
- Bail out of a connect and throw an exception if the required
  extensions aren't loaded
- Don't ignore pdo exceptions on connect error - throw our
  own exception

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 16:14:31 2009 WST (5 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.17: +26 -2 lines
Diff to previous 1.17
MDL-19470 fixing DML license headers

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 12 15:55:44 2009 WST (5 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.16: +10 -1 lines
Diff to previous 1.16
MDL-19470 detection of nested transactions, only one level allowed

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Feb 7 19:20:33 2009 WST (9 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.15: +11 -2 lines
Diff to previous 1.15
MDL-17458 rewritten installer

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jan 13 03:10:50 2009 WST (10 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
MDL-17859 implemented caching in get_tables()

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Dec 12 13:53:33 2008 WST (11 months, 1 week ago) by dongsheng
Branch: MAIN
Changes since 1.13: +5 -5 lines
Diff to previous 1.13
"MDL-14129, remove the rest error() in moodle2"

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 05:09:13 2008 WST (12 months ago) by skodak
Branch: MAIN
Changes since 1.12: +4 -38 lines
Diff to previous 1.12
MDL-17317 DML: Exceptions used by all drivers now :-) expect some more commits/cleanup soon

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 00:11:10 2008 WST (12 months, 3 weeks ago) by skodak
Branch: MAIN
Changes since 1.11: +1 -5 lines
Diff to previous 1.11
MDL-16669 dml: improved sql_substring(), added unit tests

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 07:21:35 2008 WST (12 months, 3 weeks ago) by skodak
Branch: MAIN
Changes since 1.10: +4 -5 lines
Diff to previous 1.10
MDL-17036 dml:  dbpersist moved into dboptions

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 02:46:18 2008 WST (14 months, 3 weeks ago) by skodak
Branch: MAIN
Changes since 1.9: +10 -4 lines
Diff to previous 1.9
MDL-15635 sqlite fixes - by Andrei Bautu

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 05:00:48 2008 WST (14 months, 4 weeks ago) by skodak
Branch: MAIN
Changes since 1.8: +45 -14 lines
Diff to previous 1.8
MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 04:28:08 2008 WST (16 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.7: +13 -2 lines
Diff to previous 1.7
MDL-15071 improved error logging - credit goes to Andrei Bautu

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 06:53:41 2008 WST (17 months ago) by skodak
Branch: MAIN
Changes since 1.6: +11 -26 lines
Diff to previous 1.6
MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 06:32:16 2008 WST (17 months ago) by skodak
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
MDL-15071 fixed typo

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jun 23 05:35:07 2008 WST (17 months ago) by skodak
Branch: MAIN
Changes since 1.4: +482 -58 lines
Diff to previous 1.4
MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 15 19:35:25 2008 WST (17 months, 1 week ago) by skodak
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
MDL-15247 lib/dmllib.php is now obsolete

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun May 25 17:31:38 2008 WST (17 months, 4 weeks ago) by skodak
Branch: MAIN
Changes since 1.2: +3 -14 lines
Diff to previous 1.2
MDL-14974 improved columns caching implementation

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 20 02:02:35 2008 WST (18 months ago) by stronk7
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri May 16 05:40:05 2008 WST (18 months, 1 week ago) by skodak
Branch: MAIN
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7