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

15 Commits

Author SHA1 Message Date
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