Commit Graph

29 Commits (65881f1cdb1d06b63d6435f945f8aae0864ba366)

Author SHA1 Message Date
Dries Buytaert b7094195cb - Patch #98988 by Robert Douglass et al: db_result should return FALSE if no result was found. Consistent with PHP's mysql_result. 2006-12-04 11:06:29 +00:00
Dries Buytaert bd2527a4ed - Patch #98059 by chx: trying to get the never-ending regex mess right. 2006-11-21 19:46:10 +00:00
Dries Buytaert 2bbb88914c - Patch #93945 by chx, jhm, et al: remove some session handler cruft from the mysqli database backend. 2006-11-15 19:48:06 +00:00
Neil Drumm 1a7bac90e7 #76819 by smsimms and sammys. Move part of the sql rewriting down into the database abstraction layer and add extra rewriting needed only for Postgres. 2006-10-23 18:38:45 +00:00
Dries Buytaert e2ed7b8eef - Patch #88705 by profix898 and sammys: made version checking work with PostgreSQL. (Critical bug) 2006-10-22 16:46:41 +00:00
Dries Buytaert 845ff1c17f - Patch #85123 by gerd: set proper HTTP headers. 2006-09-26 14:09:05 +00:00
Neil Drumm a28ee0cceb #81332 by wundo and davemicc. Allow empty MySQL passwords to work. 2006-09-16 19:26:22 +00:00
Neil Drumm 81b8da2af0 #82865 by chx. Fix the arguments to db_status_report(). 2006-09-13 01:38:42 +00:00
Neil Drumm b5ba248e4f #81903 by davemicc, m3avrck, and zoeloelip. Fix status checks for MySQLi. 2006-09-05 02:22:53 +00:00
Steven Wittens dd4f143df6 #75002: Install-time and run-time requirements checking + status report page 2006-09-01 08:44:53 +00:00
Neil Drumm b14a622103 #74997 by dww, add db_table_exists() 2006-07-26 07:16:08 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00
Gerhard Killesreiter 369c776c4c SQL abstraction layer improvement. 2006-05-24 20:46:56 +00:00
Steven Wittens ca9293b3ee #54981: calls to db_lock_table in bootstrap.inc do not use db_prefix 2006-04-27 20:38:49 +00:00
Dries Buytaert b1bdd4ac54 - Patch #41870 by fgm: improved debugging support. 2006-02-20 16:46:59 +00:00
Dries Buytaert 0c4e12aed8 - Patch #47919 by ma3vrck and Thomas: improved error handling/reporting. 2006-02-19 21:43:18 +00:00
Dries Buytaert eaa10cd724 - Patch #47919 by Thomas: fixed various glitches with MySQLi's error handling and non-standard port support.. 2006-02-15 21:39:51 +00:00
Steven Wittens d96be836c1 - #40515: MySQL UTF-8 conversion fixes 2006-02-02 01:27:57 +00:00
Dries Buytaert ba0219e403 - Patch #21719 by rkerr: made db passwords with special characters work. 2006-01-24 08:29:33 +00:00
Steven Wittens 7914ad0f3f - #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases) 2006-01-21 01:42:52 +00:00
Dries Buytaert a19acb219e - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Dries Buytaert f8b90f6262 - Patch #39357 by m3vrck: fixed typo in mysqli backend. 2005-11-30 16:47:34 +00:00
Dries Buytaert 2d0df351d7 - Various fixes. Updated CHANGELOG.txt 2005-11-29 20:17:10 +00:00
Dries Buytaert 244945365d - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. 2005-11-27 11:52:08 +00:00
Dries Buytaert 5b4ebcdb25 - Patch #36828 by m3avrck: some MySQLi fixes and some PHP5 fixes. 2005-11-18 14:03:55 +00:00
Steven Wittens 278e2dd309 - Add maintenance-page error screens when the php module for the dbtype is not loaded (just showed a blank screen before) 2005-10-20 21:30:50 +00:00
Steven Wittens 909d6928ac - #28159: Advanced search features (hello from DrupalCon)
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Dries Buytaert d3211f014d - Modified patch #13180/#29414: use mysql_real_escape_string() to escape
strings rather than addslashes().  mysql_real_escape_string() uses the
  connections charset settings to properly escape.
2005-10-13 10:23:17 +00:00
Dries Buytaert 87df276acb - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database 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.
2005-09-12 20:13:04 +00:00