aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* merge changes from 3.0.x branchMeik Sievertsen2009-12-162-2/+8
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-0411-0/+6801
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-0412-7579/+0
* fix LIMIT ALL in postgres layerMeik Sievertsen2009-03-301-1/+1
* fix bug #42635 (missed identity)Meik Sievertsen2009-03-081-3/+27
* fix creating index and add more checking to schema changesMeik Sievertsen2009-02-281-12/+28
* fix db tools (list_index) and add simpler statements for Sqlite3Meik Sievertsen2009-02-281-70/+117
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-1/+1
* erm, yes...Meik Sievertsen2009-01-221-2/+2
* aaaand DB2 support. :)Meik Sievertsen2009-01-221-245/+216
* adjust schema to support defining types of columns. This is required for dbms...Meik Sievertsen2009-01-221-3/+29
* SQLite support (DB2 must wait until i get a new DB2 extensions. :/)Meik Sievertsen2009-01-211-11/+1
* PostgreSQL supportMeik Sievertsen2009-01-211-216/+153
* Oracle supportMeik Sievertsen2009-01-211-415/+367
* MSSQL (MSSQL 2005 extension, odbc and plain) supportMeik Sievertsen2009-01-213-548/+396
* Firebird supportMeik Sievertsen2009-01-211-319/+217
* put sql_handle_data() into dbal and let DBMS who support this overwrite it. D...Meik Sievertsen2009-01-213-15/+20
* sqlite works now...Meik Sievertsen2009-01-203-181/+147
* update mysql DBAL to be supported now tooMeik Sievertsen2009-01-193-574/+340
* any_char and one_char being publicMeik Sievertsen2009-01-163-4/+82
* update db_tools a little bit (not finished yet)Meik Sievertsen2009-01-161-432/+621
* Updated DBALMeik Sievertsen2008-12-302-401/+985
* $config to phpbb::$configMeik Sievertsen2008-12-281-3/+3
* 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