skodak
|
b4154c2d64
|
MDL-14990 implemented query loggin in new native DML drivers
|
2009-06-13 15:59:55 +00:00 |
|
skodak
|
eda26314d6
|
MDL-19474 adding TODO for removing of obsoleted adodb drivers before branching
|
2009-06-13 09:11:54 +00:00 |
|
skodak
|
4992614541
|
MDL-19470 fixing DML license headers
|
2009-06-12 08:14:29 +00:00 |
|
skodak
|
a1dda107bd
|
MDL-19470 detection of nested transactions, only one level allowed
|
2009-06-12 07:55:44 +00:00 |
|
stronk7
|
8fdb24f079
|
MDL-14992 sessions - proper destructor method and fixed dispose() behaviour.
|
2009-05-26 14:46:01 +00:00 |
|
skodak
|
3b09331066
|
MDL-17458 rewritten installer
|
2009-02-07 10:20:33 +00:00 |
|
skodak
|
c1a6529be1
|
MDL-17880 fixed removing of leading 0 from strings when emulating bounds in DML
|
2009-01-13 13:12:59 +00:00 |
|
skodak
|
117679db37
|
MDL-17859 implemented caching in get_tables()
|
2009-01-12 18:10:50 +00:00 |
|
skodak
|
ce1526061c
|
MDL-17317 DML: more exceptions - now in connect too
|
2008-11-22 01:16:52 +00:00 |
|
skodak
|
758ba89a63
|
MDL-17347 reintroduced duplicate tests in get_records_sql()
|
2008-11-21 22:35:21 +00:00 |
|
skodak
|
22d77567a9
|
MDL-17317 DML: Exceptions used by all drivers now :-) expect some more commits/cleanup soon
|
2008-11-21 20:09:13 +00:00 |
|
skodak
|
655bbf511d
|
MDL-16669 dml: improved sql_substring(), added unit tests
|
2008-10-28 15:11:10 +00:00 |
|
skodak
|
beaa43db85
|
MDL-17036 dml: dbpersist moved into dboptions
|
2008-10-27 22:21:34 +00:00 |
|
nicolasconnault
|
ba14791091
|
MDL-16483 Reverting as Petr ordered... I mean, suggested.
|
2008-09-16 14:35:15 +00:00 |
|
nicolasconnault
|
b9c639d6c2
|
MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class.
|
2008-09-16 12:19:43 +00:00 |
|
skodak
|
94898738ff
|
MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included
|
2008-08-25 21:00:47 +00:00 |
|
skodak
|
b3d0062f58
|
removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-)
|
2008-08-25 13:19:22 +00:00 |
|
moodler
|
de6961ccf7
|
Removing a warning when prefix == ''
|
2008-07-25 05:41:51 +00:00 |
|
skodak
|
16a5642c69
|
MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation
|
2008-06-22 22:53:40 +00:00 |
|
skodak
|
eee5d9bb85
|
MDL-14956 DDL exceptions
|
2008-06-22 16:51:55 +00:00 |
|
skodak
|
4dd3bf0584
|
MDL-15320 fixed $cfg->library typo - thanks Andrei Bautu
|
2008-06-20 20:30:29 +00:00 |
|
skodak
|
ab130a0b5f
|
MDL-15273 basic read/write perf counter in moodle_database
|
2008-06-16 21:01:54 +00:00 |
|
skodak
|
6db04f1124
|
MDL-15094 protected adodb used instead of protected db - we will be able to search for obsoleted $db easier now
|
2008-06-15 11:41:02 +00:00 |
|
skodak
|
3dce78e125
|
MDL-15247 lib/dmllib.php is now obsolete
|
2008-06-15 11:35:25 +00:00 |
|
skodak
|
5fe3f5c377
|
MDL-14905 towards functional DB tests
|
2008-06-12 15:18:11 +00:00 |
|
skodak
|
e4c033a9dd
|
MDL-15194 adodb separation, dml database creation support
|
2008-06-09 20:22:11 +00:00 |
|
skodak
|
dd87720f3a
|
MDL-14679 fixed incorrect eror reporting
|
2008-06-04 23:59:49 +00:00 |
|
skodak
|
e108cea45f
|
MDL-14957 fixed get_indexes() comments
|
2008-05-25 22:25:17 +00:00 |
|
skodak
|
71c920cf8f
|
MDL-14957 fixed get_tables() comments
|
2008-05-25 22:22:57 +00:00 |
|
skodak
|
25d854c67c
|
MDL-14910 added option to dispose existing database instance (closes connection and releases all resources)
|
2008-05-25 19:56:34 +00:00 |
|
stronk7
|
8ee3065e38
|
Moving emulate_bound_params() from adodb drivers to adodb_moodle_database. MDL-14984
|
2008-05-25 17:14:21 +00:00 |
|
skodak
|
a7544e377a
|
MDL-14974 improved columns caching implementation
|
2008-05-25 09:31:38 +00:00 |
|
stronk7
|
6d5a22b208
|
Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864
|
2008-05-19 18:02:33 +00:00 |
|
stronk7
|
327744b1db
|
Allow adodb to find tables when working without prefix
|
2008-05-16 02:32:18 +00:00 |
|
skodak
|
f33e1ed4ae
|
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
|
2008-05-15 21:40:00 +00:00 |
|