2009-11-04 |
Eloy Lafuente | MDL-20734 normalise_value() - moving from private to... |
blob | commitdiff | raw |
2009-10-09 |
stronk7 | MDL-14679 tidy phpdocs for sql_substr() a bit |
blob | commitdiff | raw | diff to current |
2009-10-08 |
skodak | MDL-19474 One year and a half ago we started designing... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
mudrd8mz | MDL-20334 re-fix - small performance improvement |
blob | commitdiff | raw | diff to current |
2009-09-22 |
mudrd8mz | MDL-20334 get_in_or_equal() does not accept empty array |
blob | commitdiff | raw | diff to current |
2009-08-29 |
stronk7 | Delegate prefix subtitution to each db driver to enforc... |
blob | commitdiff | raw | diff to current |
2009-07-04 |
skodak | MDL-19689 fixed strictness constants, thanks Tim |
blob | commitdiff | raw | diff to current |
2009-07-04 |
skodak | MDL-19689 fixed strictness constants, thanks Tim |
blob | commitdiff | raw | diff to current |
2009-07-03 |
skodak | MDL-19689 new $strictness parameter in $DB->get_record... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
tjhunt | themes: MDL-19077 new $OUTPUT->header/footer to replace... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
skodak | MDL-14990 implemented query loggin in new native DML... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
skodak | MDL-19470, MDL-14990 fixed db transactio nregression... |
blob | commitdiff | raw | diff to current |
2009-06-13 |
skodak | MDL-14679 fixing old TODOs and adding more CLI support |
blob | commitdiff | raw | diff to current |
2009-06-12 |
skodak | MDL-19470 detection of unfinished transactions and... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
skodak | MDL-19470 adding missing inline docs |
blob | commitdiff | raw | diff to current |
2009-06-12 |
skodak | MDL-19470 fixing DML license headers |
blob | commitdiff | raw | diff to current |
2009-06-12 |
skodak | MDL-19470 detection of nested transactions, only one... |
blob | commitdiff | raw | diff to current |
2009-05-26 |
stronk7 | MDL-14992 sessions - proper destructor method and fixed... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
tjhunt | lib/dml: new compatibility method sql_cast_2signed... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
stronk7 | MDL-18244 sql_length() - new cross-db function to calcu... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
skodak | MDL-17458 rewritten installer |
blob | commitdiff | raw | diff to current |
2009-01-17 |
skodak | MDL-14992 refactored use of session_write_close() |
blob | commitdiff | raw | diff to current |
2009-01-17 |
skodak | MDL-14992 pg session locking (8.2 and later only),... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
skodak | MDL-14992 pg sessions advisory locks accept only intege... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
skodak | MDL-14992 towards better db sessions - session locking... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
skodak | MDL-14992 towards better db sessions |
blob | commitdiff | raw | diff to current |
2009-01-12 |
skodak | MDL-17859 implemented caching in get_tables() |
blob | commitdiff | raw | diff to current |
2009-01-07 |
skodak | MDL-17806 fixed sql_bit_and use which returns number... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
stronk7 | MDL-17645 delete_records_list - Tidied a bit return... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
tjhunt | dml: MDL-17645 New database method delete_records_list. |
blob | commitdiff | raw | diff to current |
2008-12-05 |
skodak | MDL-17491 experimental native oracle driver - still... |
blob | commitdiff | raw | diff to current |
2008-12-04 |
skodak | MDL-17522 improved dml tests, fixed sql LIMIT support... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
skodak | MDL-17408 DML: new sql_modulo() method + test |
blob | commitdiff | raw | diff to current |
2008-11-22 |
skodak | MDL-15837 more dml unit tests |
blob | commitdiff | raw | diff to current |
2008-11-22 |
skodak | MDL-17317 DML: more exceptions - now in connect too |
blob | commitdiff | raw | diff to current |
2008-11-21 |
skodak | MDL-17354 moved reset_sequence into dbmanager |
blob | commitdiff | raw | diff to current |
2008-11-21 |
skodak | MDL-17317 DML: Exceptions used by all drivers now ... |
blob | commitdiff | raw | diff to current |
2008-11-19 |
skodak | MDL-17317 lets make Netbeans happy, it is not clever... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
tjhunt | Improve error message. |
blob | commitdiff | raw | diff to current |
2008-11-06 |
skodak | MDL-17130 dml: removed lambda-style functions - they... |
blob | commitdiff | raw | diff to current |
2008-11-05 |
skodak | MDL-17129 dml/ddl: improved ddl exceptions when changin... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
skodak | MDL-17129 dml: implemented exceptions in new drivers... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
skodak | MDL-17129 basic dml exceptions |
blob | commitdiff | raw | diff to current |
2008-10-29 |
skodak | MDL-14990 dml: towards proper logging/perf infrastructure |
blob | commitdiff | raw | diff to current |
2008-10-29 |
tjhunt | Fix and improve error message. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
skodak | MDL-14990 dml: towards proper logging/perf infrastructure |
blob | commitdiff | raw | diff to current |
2008-10-28 |
stronk7 | Missing parenthesis in sql_substr(). MDL-16669 |
blob | commitdiff | raw | diff to current |
2008-10-28 |
skodak | MDL-16669 dml: improved sql_substring(), added unit... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
skodak | MDL-14990 dml: added __destruct method, will be needed... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
skodak | MDL-17036 dml: dbpersist moved into dboptions |
blob | commitdiff | raw | diff to current |
2008-10-27 |
skodak | MDL-17020 dml: native pgsql driver - implementation... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
skodak | MDL-17020 dml: native pgsql driver - improved get_recor... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
skodak | MDL-17020 dml: native pgsql driver - $ bound syntax... |
blob | commitdiff | raw | diff to current |
2008-10-26 |
skodak | MDL-17020 dml: dollar bound query syntax support |
blob | commitdiff | raw | diff to current |
2008-10-25 |
skodak | MDL-16930 dml: converting print_error to exceptions |
blob | commitdiff | raw | diff to current |
2008-10-18 |
skodak | MDL-14679 dml/native_mysqli improvements |
blob | commitdiff | raw | diff to current |
2008-09-16 |
nicolasconnault | MDL-16483 Reverting as Petr ordered... I mean, suggested. |
blob | commitdiff | raw | diff to current |
2008-09-16 |
nicolasconnault | MDL-16483 Refactored install/upgrade code into lib... |
blob | commitdiff | raw | diff to current |
2008-09-02 |
skodak | MDL-14589 minor database driver loading refactoring |
blob | commitdiff | raw | diff to current |
2008-08-30 |
skodak | MDL-15635 dml library inclusion refactoring |
blob | commitdiff | raw | diff to current |
2008-08-25 |
skodak | MDL-15671, MDL-15717 DB->import_record() support -... |
blob | commitdiff | raw | diff to current |
2008-08-25 |
skodak | MDL-15671 support for table sequence resetting - code... |
blob | commitdiff | raw | diff to current |
2008-08-20 |
tjhunt | MDL-16141 Need an sql_position method to do POSITION... |
blob | commitdiff | raw | diff to current |
2008-07-25 |
stronk7 | Final modifications to PHP docs while documenting DML... |
blob | commitdiff | raw | diff to current |
2008-07-25 |
stronk7 | Some more PHP Docs minor changes. |
blob | commitdiff | raw | diff to current |
2008-07-25 |
stronk7 | Polishing a bit PHP docs |
blob | commitdiff | raw | diff to current |
2008-07-24 |
nicolasconnault | MDL-15808 Applying Andrei's patch |
blob | commitdiff | raw | diff to current |
2008-07-21 |
dongsheng | MDL-14129, remove error() call |
blob | commitdiff | raw | diff to current |
2008-07-04 |
tjhunt | Make a comment a bit clearer. |
blob | commitdiff | raw | diff to current |
2008-06-28 |
stronk7 | Added sql_ceil() helper method. MDL-15336 |
blob | commitdiff | raw | diff to current |
2008-06-26 |
stronk7 | Adding new sql_null_from_clause() helper function from... |
blob | commitdiff | raw | diff to current |
2008-06-22 |
skodak | MDL-14679 var_export now used instead of addsingleslash... |
blob | commitdiff | raw | diff to current |
2008-06-20 |
nicolasconnault | MDL-14905 Finished all basic tests. It should now be... |
blob | commitdiff | raw | diff to current |
2008-06-18 |
nicolasconnault | MDL-14905 Added more unit tests, plus stubs for all... |
blob | commitdiff | raw | diff to current |
2008-06-18 |
skodak | MDL-15273 basic read/write perf counter in moodle_database |
blob | commitdiff | raw | diff to current |
2008-06-18 |
skodak | MDL-15273 basic read/write perf counter in moodle_database |
blob | commitdiff | raw | diff to current |
2008-06-16 |
skodak | MDL-15273 basic read/write perf counter in moodle_database |
blob | commitdiff | raw | diff to current |
2008-06-15 |
skodak | MDL-15094 removed remaining references to $db |
blob | commitdiff | raw | diff to current |
2008-06-15 |
skodak | MDL-15247 lib/dmllib.php is now obsolete |
blob | commitdiff | raw | diff to current |
2008-06-15 |
skodak | MDL-15246 moving all remaining ddl function to adminlib... |
blob | commitdiff | raw | diff to current |
2008-06-14 |
stronk7 | Fix some missing $this-> in ddl/dml stuff. MDL-15236 |
blob | commitdiff | raw | diff to current |
2008-06-12 |
skodak | MDL-14905 towards functional DB tests |
blob | commitdiff | raw | diff to current |
2008-06-09 |
skodak | MDL-15194 adodb separation, dml database creation support |
blob | commitdiff | raw | diff to current |
2008-06-09 |
skodak | MDL-14679 towards adodb separation |
blob | commitdiff | raw | diff to current |
2008-06-07 |
skodak | MDL-15181 temp table support in ddl/dml |
blob | commitdiff | raw | diff to current |
2008-06-04 |
skodak | MDL-14679 fixed incorrect fields param |
blob | commitdiff | raw | diff to current |
2008-06-04 |
skodak | MDL-15132 fixed broken sql menu functions - thanks... |
blob | commitdiff | raw | diff to current |
2008-06-04 |
skodak | MDL-15140 get_records_list() doesn't work as in 1.9... |
blob | commitdiff | raw | diff to current |
2008-06-02 |
nicolasconnault | MDL-14967 DB upgrades. Not finished yet. |
blob | commitdiff | raw | diff to current |
2008-06-01 |
skodak | MDL-14679 remoed all instances of get_records_list() |
blob | commitdiff | raw | diff to current |
2008-06-01 |
skodak | MDL-14679 fixed count_records() API |
blob | commitdiff | raw | diff to current |
2008-05-31 |
skodak | MDL-15073 delete_records now truncates table if deletin... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
skodak | MDL-14679 towards reports and stats conversion |
blob | commitdiff | raw | diff to current |
2008-05-30 |
skodak | MDL-14679 detect incorrect key=>value pairs in $conditi... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14957 fixed get_indexes() comments |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14957 fixed get_tables() comments |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14957 get_columns() improvements - mostly docs... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14981 regex search support in datalib, fixed course... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14910 added option to dispose existing database... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
skodak | MDL-14974 improved columns caching implementation |
blob | commitdiff | raw | diff to current |
next |