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

161 Commits

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