- 14 Jan, 2011 1 commit
-
-
Petr Skoda authored
-
- 09 Dec, 2010 1 commit
-
-
Aparup Banerjee authored
-
- 07 Dec, 2010 1 commit
-
-
Aparup Banerjee authored
-
- 18 Nov, 2010 1 commit
-
-
Eloy Lafuente authored
-
- 17 Nov, 2010 1 commit
-
-
Petr Skoda authored
this was actually causing tons of false reports because people are often creating the database without the encoding parameter, especially when testing upgrades
-
- 11 Nov, 2010 1 commit
-
-
Sam Hemelryk authored
-
- 04 Oct, 2010 1 commit
-
-
Petr Skoda authored
-
- 21 Sep, 2010 1 commit
-
-
Petr Skoda authored
-
- 04 Sep, 2010 1 commit
-
-
Petr Skoda authored
MDL-24080 new $notlike parameter added to our new sql_like(), hopefully nobody started using the $escaped param yet; unittests included
-
- 25 Aug, 2010 3 commits
-
-
Petr Skoda authored
MDL-23925 completely reverting binary comparison hack, we have to instruct admins to setup case+accent sensitive collation as default instead
-
Petr Skoda authored
-
Petr Skoda authored
MDL-23925, MDL-23888 new sql_ilike() and sql_binary_equal() - this should finally allow us to solve many collation issues consistently for all supported databases; please note this changes some behaviour for non-english languages when mysql used; expect more commits that actually make use of these new features
-
- 23 Aug, 2010 4 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
- 19 Aug, 2010 2 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support
-
- 01 Aug, 2010 1 commit
-
-
Petr Skoda authored
MDL-23568 parameters of DML function insert_record are not modified any more < improved coding style, now using cast to array consistently
-
- 26 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 25 Jul, 2010 1 commit
-
-
Petr Skoda authored
-
- 22 May, 2010 1 commit
-
-
Petr Skoda authored
-
- 22 Apr, 2010 1 commit
-
-
Eloy Lafuente authored
-
- 07 Nov, 2009 1 commit
-
-
Petr Skoda authored
-
- 04 Nov, 2009 2 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
mysql and postgres to perform central normalisation of values for insert/ update/set_field. Now all DB drivers cast empty strings to 0 when working with numeric columns (integer and decimal)
-
- 09 Oct, 2009 1 commit
-
-
skodak authored
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!
-
- 10 Sep, 2009 1 commit
-
-
stronk7 authored
(only InnoDB detected as trasaction-able)
-
- 01 Sep, 2009 1 commit
-
-
stronk7 authored
solve its carences handling temp tables.
-
- 28 Aug, 2009 1 commit
-
-
stronk7 authored
in various operations (casting, altering columns...)
-
- 27 Aug, 2009 1 commit
-
-
stronk7 authored
causing named and qm parameters to be mixed in the same query. Curiously, due to the ordered nature of the qms it wasn't breaking, but was incorrect.
-
- 13 Jun, 2009 2 commits
- 12 Jun, 2009 2 commits
- 26 May, 2009 1 commit
-
-
stronk7 authored
-
- 06 May, 2009 2 commits
-
-
skodak authored
-
nicolasconnault authored
MDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recordset_sql hits a SQL error, instead of crashing during upgrade with a Fatal error: Exception thrown without a stack frame in Unknown on line 0
-
- 10 Apr, 2009 1 commit
-
-
tjhunt authored
lib/dml: new compatibility method sql_cast_2signed for when MySQL thinks that 1 * -1 = 18446744073709551615
-
- 16 Feb, 2009 1 commit
-
-
stronk7 authored
MDL-18244 sql_length() - new cross-db function to calculate the length in chars of any expression ; from 19_STABLE
-