Log of /moodle/lib/dml/pdo_moodle_database.php
Parent Directory
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.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.