aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* add nils' request and super globals classMeik Sievertsen2008-12-251-1/+1
* remove no longer necessary files... hoorayMeik Sievertsen2008-12-241-10/+0
* fix postcount resync for situations where low and high post ids are higher th...Meik Sievertsen2008-12-052-2/+47
* - updated all code to use the request class instead of any direct access toNils Adermann2008-11-241-1/+1
* db_tools from static to non-static due to the db dependancy (#31245)Meik Sievertsen2008-11-021-163/+139
* [Change] Remove NUL-Bytes directly in request_var() for strings and within th...Meik Sievertsen2008-10-024-4/+4
* Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975)Meik Sievertsen2008-09-191-2/+2
* Use correct port delimiter for MSSQL connections in windows. (Bug #16615)Meik Sievertsen2008-09-172-2/+6
* Get real dbms version instead of relying on php internal functions which only...Meik Sievertsen2008-09-049-71/+188
* Merge in r8758, r8807, r8808, r8809Chris Smith2008-09-028-8/+8
* Merge of the language-specific custom path change Revision #r8782Meik Sievertsen2008-08-241-2/+2
* Merge chmod changes into trunkMeik Sievertsen2008-08-221-1/+1
* mergeMeik Sievertsen2008-08-211-1/+7
* margeMeik Sievertsen2008-07-281-31/+32
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-2911-12/+12
* Some neat stuff, the new DBAL function has the potential of removing somewher...David M2008-04-029-0/+241
* #22355 and #22365Meik Sievertsen2008-02-281-1/+1
* cross-ciHenry Sudhof2008-02-271-3/+5
* Alright, this should give some improved performance :)David M2008-02-0311-331/+18
* Merging revisions #r8346, #r8347 and #r8348Meik Sievertsen2008-01-291-0/+7
* #19285David M2008-01-131-1/+1
* I suppose I should fix this :PDavid M2008-01-131-2/+2
* arg, the voices in my head won't let me focus :PDavid M2008-01-111-1/+1
* db tools can now drop tablesDavid M2008-01-111-0/+64
* - use proper OOP for db_toolsDavid M2008-01-111-212/+213
* we enter a brave new world...David M2008-01-101-33/+198
* - phpBB now uses a less ancient version of OracleDavid M2008-01-092-11/+11
* - make viewforum work againDavid M2008-01-081-2/+2
* - a few tiny clean upsDavid M2008-01-0711-15/+434
* - add DB2 supportDavid M2008-01-062-4/+587
* the end of an era...David M2008-01-063-111/+41
* Ch-ch-ch-changesDavid M2008-01-049-3/+150
* oh boy...David M2008-01-037-110/+80
* 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