summaryrefslogtreecommitdiff
path: root/includes/database.mysql.inc
Commit message (Expand)AuthorAge
* - Patch #41870 by fgm: improved debugging support.Dries Buytaert2006-02-20
* - #40515: MySQL UTF-8 conversion fixesSteven Wittens2006-02-02
* - Patch #21719 by rkerr: made db passwords with special characters work.Dries Buytaert2006-01-24
* - #40515: Ensure UTF-8 character set on the database side (and include upgrad...Steven Wittens2006-01-21
* - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly ...Dries Buytaert2005-12-07
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
* - Patch #39357 by m3vrck: fixed typo in mysqli backend.Dries Buytaert2005-11-30
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
* - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.Dries Buytaert2005-11-27
* #36352: Don't prefix temporary table names after all.Steven Wittens2005-11-21
* - #36255: Fix db_query_temporary() in pgsqlSteven Wittens2005-11-04
* - Add maintenance-page error screens when the php module for the dbtype is no...Steven Wittens2005-10-20
* - #28159: Advanced search features (hello from DrupalCon)Steven Wittens2005-10-18
* - Modified patch #13180/#29414: use mysql_real_escape_string() to escapeDries Buytaert2005-10-13
* - Patch #22911 by Cvgbe: fixed table locking in PostgreSQL. You'll have toDries Buytaert2005-08-29
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
* - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors ...Dries Buytaert2005-08-11
* - #27846: Clean up dev_query code in db_query()Steven Wittens2005-07-30
* - #27231: Friendly DB error screens.Steven Wittens2005-07-27
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-06-22
* - Patch #23465 by Gerhard: tiny performance improvement to db_query_range().Dries Buytaert2005-05-23
* - Patch #19442 by chx: cache_set sometimes failed.Dries Buytaert2005-05-12
* - Patch #20235 by chx: fixed problem with db_set_active().Dries Buytaert2005-04-14
* - Patch #13581 by Steven: Db_query() allows a variable amount of parameters s...Dries Buytaert2004-11-29
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemt...Dries Buytaert2004-11-21
* - Patch #10663 by JonBob: documentation improvements: fixed some typos and im...Dries Buytaert2004-09-09
* - Patch #10622 by Adrian: fixes various PostgreSQL related problems.Dries Buytaert2004-09-08
* - Patch #9287 by JonBob: made the code style in the three database include fi...Dries Buytaert2004-07-14
* - Patch by Adrian: added support for multiple database connections.Dries Buytaert2004-04-30
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
* - Bugfix: prefix not prepended to sequences. Fixes bug #3639.Dries Buytaert2003-10-22
* - Fixed node_save() and user_save() bug introduced by table prefix changes.Dries Buytaert2003-07-21
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Patch by Ax. Fixed some syntax errors:Dries Buytaert2003-04-04
* - Changed pconnect() to connect().Dries Buytaert2003-04-03
* Patch by Ax:Dries Buytaert2003-03-16
* - Oops. The db_query_range() query got added twice.Dries Buytaert2002-11-09
* - Added a db_query_range function. Patch by Natrak, slightly modified.Dries Buytaert2002-11-09
* - removing whitespace (+testing still).Kjartan Mannes2002-11-06
* - Killed a warning. Reported by ax.Dries Buytaert2002-10-24
* - Made it possible to connect to mysql databases running on non-standardDries Buytaert2002-10-23
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
* - bug fixes:Kjartan Mannes2002-04-22
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
* - Made some improvements/updates to the database abstraction layer.Dries Buytaert2001-10-31