aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/dbal.php
Commit message (Expand)AuthorAgeFilesLines
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-211-2/+2
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-0/+18
* forgot this in r9909Meik Sievertsen2009-08-011-2/+1
* return errors if return_on_error is true for multi_insert (Patch by bantu)Meik Sievertsen2009-08-011-2/+7
* Re-arrange the re-order code to only run if multi-aliases are usedMeik Sievertsen2008-12-061-23/+21
* Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the tab...Meik Sievertsen2008-12-051-1/+46
* Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975)Meik Sievertsen2008-09-191-2/+2
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-0/+5
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-1/+1
* close db connection before delivering file. Also make sure connection can't b...Meik Sievertsen2008-08-211-1/+7
* force the use of sql_multi_insert() for multi inserts... also adjusted the co...Meik Sievertsen2008-07-281-31/+32
* #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