aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* Correctly return results for nested cached queries (Bug #31445 - Patch by faw)Chris Smith2008-08-148-8/+8
* 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
* hopefully fixing bug #14890 - need to test laterMeik Sievertsen2007-11-191-6/+10
* MSSQL works properly with SQL update related toolsDavid M2007-10-161-1/+1
* small fixMeik Sievertsen2007-10-121-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-0510-60/+69
* misc SQLite bugsDavid M2007-09-221-1/+1
* - some language tweaks suggested by JohnMeik Sievertsen2007-09-131-0/+1405
* some tiny fixes...Meik Sievertsen2007-09-121-2/+2
* necessary changes...Meik Sievertsen2007-08-301-2/+4
* #14207David M2007-08-241-2/+6
* #14211David M2007-08-241-1/+1
* patch by david for #14182Meik Sievertsen2007-08-241-7/+3
* increase the odbc limit (64k is too low, the theme data itself is >64k)Meik Sievertsen2007-08-161-1/+22
* turn on strict mode for databases that support itDavid M2007-08-142-1/+51
* #13916David M2007-08-021-1/+1
* #13874David M2007-07-301-1/+8
* this should work fine now...Meik Sievertsen2007-07-241-1/+1
* #13151David M2007-07-091-1/+1
* #13033David M2007-07-052-12/+12
* Firebird tooDavid M2007-06-241-1/+1
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-249-34/+77
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-234-0/+61
* #12415David M2007-06-182-2/+3
* - tiny changesDavid M2007-06-183-56/+12
* - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)David M2007-06-162-34/+65
* correctly re-assign query resultMeik Sievertsen2007-06-128-8/+8
* - Oracle gives us null instead of '', this is now fixed (thanks APTX)David M2007-06-091-1/+68
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* - Oracle, woe is you... I will say this much, this fixes Oracle's handling of...David M2007-06-071-4/+110
* d'oh!David M2007-05-251-2/+1
* - added support for Oracle's easy connect namingDavid M2007-05-231-2/+15
* #11255David M2007-05-221-1/+2
* 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-054-30/+42
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-0/+3
* my take on getting the bugs down... thanks to those also providing (usable) s...Meik Sievertsen2007-04-121-1/+7
* - fixed Oracle's large data handlingDavid M2007-04-112-35/+114
* - (x)HTML bugDavid M2007-04-083-0/+120
* - PostgreSQL can now use schemas. During install, under database name, enter ...David M2007-04-011-2/+17
* - Firebird supports the standard format for escaping stuffDavid M2007-03-111-1/+1
* Sync... applying the two line change as happened to the ACP templates earlier...Jonathan Stanley2007-03-071-0/+2