summaryrefslogtreecommitdiff
path: root/includes/database.mysqli.inc
Commit message (Collapse)AuthorAge
...
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.Dries Buytaert2005-11-27
|
* - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes.Dries Buytaert2005-11-18
|
* - Add maintenance-page error screens when the php module for the dbtype is ↵Steven Wittens2005-10-20
| | | | not loaded (just showed a blank screen before)
* - #28159: Advanced search features (hello from DrupalCon)Steven Wittens2005-10-18
| | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf
* - Modified patch #13180/#29414: use mysql_real_escape_string() to escapeDries Buytaert2005-10-13
| | | | | strings rather than addslashes(). mysql_real_escape_string() uses the connections charset settings to properly escape.
* - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵Dries Buytaert2005-09-12
backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.