| osCommerce:/branches/hpdl/oscommerce/includes/classes/database/ |
show Line History...Constraint |
Changelog
1845
by hpdl on
27 February 2009, 01:19:37 +0100
(8 months ago)
Squashed commit of the following:
commit 51fad4e508d111150d41329333dda05bcdc7a955 Author: Harald Ponce de Leon <hpdl@oscommerce.com> Date: Fri Feb 27 01:10:46 2009 +0100 Update the osC_Message…
./mysql.php
1845
./mysqli.php
1845
1497
by hpdl on
29 March 2007, 15:40:05 +0200
(2 years 7 months ago)
update version number to 3.0 Alpha 4
update copyright notice / license notice
./mysql.php
1497
./mysql_innodb.php
1497
./mysqli.php
1497
1293
by hpdl on
02 March 2007, 01:07:08 +0100
(2 years 8 months ago)
logging: automatically determine if the sql queries are wrapped in a transaction
./mysql.php
1293
./mysqli.php
1293
1290
by hpdl on
01 March 2007, 20:36:08 +0100
(2 years 8 months ago)
introduce an administrators log class to log actions performed at the administration tool
./mysql.php
1290
./mysqli.php
1290
1123
by hpdl on
09 November 2006, 19:26:13 +0100
(3 years ago)
code cleanup
./mysqli.php
1123
1122
by hpdl on
09 November 2006, 19:09:36 +0100
(3 years ago)
add a mysqli database layer for php5/mysql4
./mysqli.php
1122
1120
by hpdl on
09 November 2006, 17:43:55 +0100
(3 years ago)
pass the string value to the parseString() method
./mysql.php
1120
1119
by hpdl on
09 November 2006, 17:27:06 +0100
(3 years ago)
use call_user_func() to call the defined function
./mysql.php
1119
1118
by hpdl on
09 November 2006, 16:49:00 +0100
(3 years ago)
mysql_escape_string() exists as from PHP 4.0.3 so use that as the default value instead of addslashes()
move the string parsing logic to its own class method
./mysql.php
1118
1117
by hpdl on
09 November 2006, 15:12:47 +0100
(3 years ago)
mysql_fetch_assoc() exists from PHP 4.0.3
./mysql.php
1117
734
by hpdl on
20 August 2006, 19:56:47 +0200
(3 years 3 months ago)
finalize the standardization of the general.php functions
./mysql.php
734
733
by hpdl on
20 August 2006, 17:32:32 +0200
(3 years 3 months ago)
standardize some more general.php functions
./mysql.php
733
500
by hpdl on
18 April 2006, 08:27:10 +0200
(3 years 7 months ago)
replace True/true/False/false parameter values with integar values, that is then translated to the language used
./mysql.php
500
298
by hpdl on
30 November 2005, 19:11:48 +0100
(3 years 11 months ago)
logic updates, reduce number of queries, show number of search results in output
./mysql.php
298
280
by hpdl on
24 November 2005, 20:31:08 +0100
(3 years 11 months ago)
update the sql error query logic
don't use , as the RPC response separate as the javascript split(string, 2) function returns only a maximum of two elements, instead of the second element being the r…
./mysql.php
280
234
by hpdl on
12 November 2005, 18:46:31 +0100
(4 years ago)
show the query in the message stack class next to the error message
./mysql.php
234
220
by hpdl on
09 October 2005, 03:36:01 +0200
(4 years 1 month ago)
add mysql fulltext support for searching; disabled by default
this commit removes the products_model field from the search criteria as it does not exist in the products_description table and cannot b…
./mysql.php
220
./mysql_innodb.php
220
153
by hpdl on
04 August 2005, 14:57:59 +0200
(4 years 3 months ago)
merge from trunk r149
./mysql.php
153
./mysql_innodb.php
153
47
by hpdl on
09 March 2005, 00:26:55 +0100
(4 years 8 months ago)
fix the batch query total size logic
./mysql.php
47
43
by hpdl on
08 March 2005, 21:54:59 +0100
(4 years 8 months ago)
creating private branch
./mysql.php
43
./mysql_innodb.php
43
|