aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/dbal.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10942] Add access modifiersJoas Schilling2012-07-041-2/+2
* [ticket/10942] Use ANSI SQL standard || in dbal.phpJoas Schilling2012-07-021-1/+1
* [ticket/10942] Require same data type and do not cast expressions automaticallyJoas Schilling2012-07-021-0/+2
* [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-201-9/+9
* [ticket/10942] Change term string to expression to avoid confusionJoas Schilling2012-06-201-5/+5
* [ticket/10942] Add sql_concatenate to dbalJoas Schilling2012-06-201-0/+12
* [ticket/10942] Add sql_conditional to dbalJoas Schilling2012-06-201-0/+17
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-0/+12
|\
| * [ticket/10751] Add sql_lower_text() to database abstraction layer.Andreas Fischer2012-05-311-0/+12
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-091-0/+43
|\ \ | |/
| * [ticket/10858] Move generic row seeking to DBALPatrick Webster2012-05-081-0/+43
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-081-0/+35
|\ \ | |/
| * [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-031-0/+35
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-01-121-5/+0
|\ \ | |/
| * [ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errorsAndreas Fischer2011-12-241-5/+0
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developNils Adermann2011-11-181-1/+1
|\ \ | |/
| * [ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracledmauri2011-11-151-1/+1
* | [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+1
* | [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-1/+0
* | [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
* | [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-4/+4
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-061-1/+1
|\ \ | |/
| * [ticket/9859] Changing all phpBB footers to match the new credit lineYuriy Rusko2011-07-061-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-021-1/+1
|\ \ | |/
| * [ticket/9685] Consistently name the new sql_buffer_nested_transactions functionNils Adermann2011-06-021-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-151-0/+10
|\ \ | |/
| * [ticket/9685] Buffer posts for search indexing when using mssqlnative.Nils Adermann2011-03-151-0/+10
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-161-1/+1
|\ \ | |/
| * [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-161-1/+1
* | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-101-0/+22
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | [feature/request-class] Check for existence of $requestIgor Wiedler2010-10-121-1/+1
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-1/+2
|/
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-151-0/+18
* - 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