1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

25 Commits

Author SHA1 Message Date
CaMer0n
fa440403c7 Removed the need for a separate db_UpdateArray() function. 2008-08-14 22:34:06 +00:00
e107steved
76d836d9f4 Make db_debug work with SQL_CALC_FOUND_ROWS 2008-05-17 17:18:36 +00:00
e107steved
91c3e4eab2 Support SQL_CALC_FOUND_ROWS, alternative DB prefix, new DB link 2008-05-14 20:20:32 +00:00
e107steved
0f510888b0 Default a parameter to help BC 2007-12-30 11:03:57 +00:00
e107steved
9162ce692a Various banlist/logging updates 2007-12-26 13:21:34 +00:00
e107steved
2ce90063c5 Tweak tables around a bit, make db logging compatible 2007-12-18 20:57:37 +00:00
CaMer0n
d56586411f Bug #4146 - debug was trying to explain queries without checking for the correct db connection. Fixed. 2007-10-15 11:03:29 +00:00
e107steved
71c83e3cb2 Part of bugtracker #4069 - DB updates to allow for IPV6 2007-09-22 21:46:23 +00:00
e107steved
722ab98d65 Slight improvement in multiple DB handling 2007-08-08 21:01:46 +00:00
e107steved
f4ee759ecc Bug in field checking routine 2007-07-24 21:29:36 +00:00
e107steved
6313abf452 Bugtracker #3985 - more improvements to DB class, pluss bring 0.7 and 0.8 mysql_class.php pretty much in line 2007-06-26 21:34:34 +00:00
CaMer0n
4dbb2522ea McFly's mysql enhancements + multilang fix. 2007-06-15 08:04:07 +00:00
e107steved
21b03a5bc8 Bugtracker #3975 - error checking never executed 2007-06-08 20:56:53 +00:00
e107steved
848fdea8e9 Bugtracker #3916 - hopefully coded what I really meant this time 2007-04-24 19:40:22 +00:00
e107steved
80039a322f Bugtracker #3916 possible fix - sort out return value 2007-04-22 09:07:27 +00:00
e107steved
91bf98e81f db_Select_gen didn't return right result for some query types on PHP5 2007-04-18 20:57:59 +00:00
lia
ba7ffd0e27 characters before/after open/closing tags 2007-04-12 08:10:20 +00:00
mrpete
b6c0946f37 Add function db_Table_exists() 2007-03-04 15:00:19 +00:00
CaMer0n
4b66f6067c bugfix - db_Insert() was returning FALSE when inserting successfully into a table without an auto-incremented id. 2007-02-20 17:43:17 +00:00
mrpete
4788c48a61 Eliminate loop from db_Update so partial field updates are as fast as full updates 2007-02-08 22:01:45 +00:00
e107steved
5bf1769ff3 Signal extra error in db_Update 2007-02-07 21:25:11 +00:00
CaMer0n
42e6d5c4d5 Fix for $sql2 issues with previous commit. 2006-12-30 03:07:50 +00:00
CaMer0n
66bedf6ff5 added resource-identifier to mysql_class, allowing connections to different databases simultaneously. Appears to be working smoothly, but please put it through it's paces, and let me know. thx 2006-12-30 01:11:49 +00:00
mrpete
6444bdf0d9 BugFix query logging: ensure the
log only parses 'explain', not
 the original query.; install shutdown error handler for php; Resolve
 error reporting issue(s) by consolidating debug error
 reporting in a single Show_ALL() function.
2006-12-05 09:24:18 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00