aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/dbal.php
Commit message (Expand)AuthorAgeFilesLines
* #22365Meik Sievertsen2008-02-281-1/+1
* DBAL extension motivated by #22125Henry Sudhof2008-02-271-3/+5
* #17025Meik Sievertsen2008-01-291-0/+7
* commit all transactions on closing the db (there is only one, but we support ...Meik Sievertsen2007-12-061-1/+5
* - on database update, execute garbage_collection(). This ensures a proper clo...Meik Sievertsen2007-12-061-1/+6
* further updatesMeik Sievertsen2007-11-191-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-10/+11
* some tiny fixes...Meik Sievertsen2007-09-121-2/+2
* necessary changes...Meik Sievertsen2007-08-301-2/+4
* this should work fine now...Meik Sievertsen2007-07-241-1/+1
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-7/+17
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-0/+15
* oh my god - what did he do? Adding attachment display to post/topic review, q...Meik Sievertsen2007-05-191-3/+3
* The Grand Copyright Year Unification... breakdown of years, of re-copyrightin...Jonathan Stanley2007-05-171-1/+1
* Better support for nested transactions...Meik Sievertsen2007-05-051-4/+24
* - changed the way we do forum accounting in phpBB, far less intensive and muc...David M2007-05-051-16/+15
* - (x)HTML bugDavid M2007-04-081-0/+1
* Sync... applying the two line change as happened to the ACP templates earlier...Jonathan Stanley2007-03-071-0/+2
* #8354Meik Sievertsen2007-03-011-2/+3
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-5/+2
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* sql_in_set only allows empty sets if the last parameter is set to true, other...Nils Adermann2007-01-201-7/+20
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-0/+18
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-2/+10
* minor bugfixingMeik Sievertsen2006-12-061-2/+9
* messageNils Adermann2006-11-251-1/+0
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-3/+3
* - some fixesMeik Sievertsen2006-11-101-8/+5
* fix the dbalDavid M2006-10-141-3/+3
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-3/+63
* for some things we do not need the utf8 function. :)Meik Sievertsen2006-10-071-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-1/+1
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-2/+34
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-1/+7
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-261-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-1/+1
* specialchar sql query to ensure proper display if there are html characters w...Meik Sievertsen2006-08-221-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-72/+23
* so.... what does this thing do?David M2006-08-111-8/+1
* Oops, I forgot the negate bit in sql_in_set()Nils Adermann2006-08-111-3/+3
* Adding the sql_in_set function which should give us a bit of a performance im...Nils Adermann2006-08-111-0/+43
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-3/+29
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+1
* - renamed the following columns:Meik Sievertsen2006-07-131-5/+1
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-1/+11
* - store error result in dbal for later retrievingMeik Sievertsen2006-06-141-4/+22
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-2/+2
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-1/+43
* - removed useless code from style.phpNils Adermann2006-06-031-1/+1
* some adjustmentsMeik Sievertsen2006-06-021-14/+3