phpbb/phpBB/includes/db
Nils Adermann d8af8223cd Adding the sql_in_set function which should give us a bit of a performance improvement for queries using IN with just one value
git-svn-id: file:///svn/phpbb/trunk@6261 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-08-11 17:43:03 +00:00
..
dbal.php Adding the sql_in_set function which should give us a bit of a performance improvement for queries using IN with just one value 2006-08-11 17:43:03 +00:00
firebird.php ok, but this time... 2006-08-02 17:38:48 +00:00
index.htm Moved to includes ... since they are included too .. trying to "clean up" structure a little 2003-03-17 10:54:23 +00:00
mssql.php This should end some issues we have been having regarding the proper binary encoding of stuff. :D 2006-08-06 05:52:41 +00:00
mssql_odbc.php This should end some issues we have been having regarding the proper binary encoding of stuff. :D 2006-08-06 05:52:41 +00:00
mysql.php This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now... 2006-08-07 18:43:30 +00:00
mysql4.php This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now... 2006-08-07 18:43:30 +00:00
mysqli.php This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when values were stored. This means that some BBCodes might not have worked. A bad thing. So, I cleverly stick a \0 at the end if this is the case. The \0 does not really modify the bitfield at all, it simply represents that there are no BBCodes in that range of eight. Idealy, we should do a version check to see if this is needed but this is just a nice fix for now... 2006-08-07 18:43:30 +00:00
oracle.php - acm_file uses an index pointer to the current row instead of shifting the result array now [Bug #2451] 2006-08-01 16:14:14 +00:00
postgres.php *** empty log message *** 2006-08-06 18:18:02 +00:00
sqlite.php This should end some issues we have been having regarding the proper binary encoding of stuff. :D 2006-08-06 05:52:41 +00:00