Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SQL abstraction layer improvement. | Gerhard Killesreiter | 2006-05-24 |
| | |||
* | #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix | Steven Wittens | 2006-04-27 |
| | |||
* | - Patch #41870 by fgm: improved debugging support. | Dries Buytaert | 2006-02-20 |
| | |||
* | - Patch #47919 by ma3vrck and Thomas: improved error handling/reporting. | Dries Buytaert | 2006-02-19 |
| | |||
* | - Patch #47919 by Thomas: fixed various glitches with MySQLi's error ↵ | Dries Buytaert | 2006-02-15 |
| | | | | handling and non-standard port support.. | ||
* | - #40515: MySQL UTF-8 conversion fixes | Steven Wittens | 2006-02-02 |
| | |||
* | - Patch #21719 by rkerr: made db passwords with special characters work. | Dries Buytaert | 2006-01-24 |
| | |||
* | - #40515: Ensure UTF-8 character set on the database side (and include ↵ | Steven Wittens | 2006-01-21 |
| | | | | upgrade path for incorrectly set up databases) | ||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - Patch #39357 by m3vrck: fixed typo in mysqli backend. | Dries Buytaert | 2005-11-30 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 |
| | |||
* | - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes. | Dries Buytaert | 2005-11-18 |
| | |||
* | - Add maintenance-page error screens when the php module for the dbtype is ↵ | Steven Wittens | 2005-10-20 |
| | | | | not loaded (just showed a blank screen before) | ||
* | - #28159: Advanced search features (hello from DrupalCon) | Steven Wittens | 2005-10-18 |
| | | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf | ||
* | - Modified patch #13180/#29414: use mysql_real_escape_string() to escape | Dries Buytaert | 2005-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 Buytaert | 2005-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. |