aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2012-08-261-1/+0
|\
| * [ticket/11066] Remove debug code error_reporting(E_ALL) from mssqlnative.phpJordan Rogers2012-08-231-1/+0
* | [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-069-9/+9
* | [ticket/10875] Fix SQL CachingNathan Guse2012-07-3010-26/+26
* | [ticket/10875] method_exists check is not required, interface declares themNathan Guse2012-07-309-18/+18
* | [ticket/10875] Changes to Cache Driver caused method_exists checks to failNathan Guse2012-07-309-18/+18
* | Merge PR #865 branch 'dhruvgoel92/feature/sphinx-fulltext-search' into developOleg Pudeyev2012-07-271-1/+0
|\ \
| * | [feature/sphinx-fulltext-search] remove note from db_toolsDhruv2012-07-211-1/+0
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-171-1/+1
|\ \ \ | | |/ | |/|
| * | [ticket/10995] Return false in mssqlnative sql_fetchrow on empty resultPatrick Webster2012-07-171-1/+1
* | | [ticket/10942] Add access modifiersJoas Schilling2012-07-046-7/+7
* | | [ticket/10942] Use ANSI SQL standard || in dbal.phpJoas Schilling2012-07-026-25/+17
* | | [ticket/10942] Require same data type and do not cast expressions automaticallyJoas Schilling2012-07-026-65/+2
* | | [ticket/10942] Add a comment why we cast to sql_case()Joas Schilling2012-06-205-0/+5
* | | [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-206-39/+39
* | | [ticket/10942] Change term string to expression to avoid confusionJoas Schilling2012-06-207-17/+17
* | | [ticket/10942] Fix sql_conditional for mssql, postgre and oracleJoas Schilling2012-06-205-0/+60
* | | [ticket/10942] Add sql_concatenate to dbalJoas Schilling2012-06-207-0/+60
* | | [ticket/10942] Add sql_conditional to dbalJoas Schilling2012-06-201-0/+17
| |/ |/|
* | Merge branch 'develop-olympus' into developNils Adermann2012-05-314-0/+36
|\ \ | |/
| * [ticket/10751] Add sql_lower_text() to database abstraction layer.Andreas Fischer2012-05-314-0/+36
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-094-104/+43
|\ \ | |/
| * [ticket/10858] Move generic row seeking to DBALPatrick Webster2012-05-084-129/+43
| * [ticket/10858] Fix MSSQL Native's row seeking behaviorPatrick Webster2012-05-081-3/+28
* | [ticket/10847] fixing all misspelled "dependant" to "dependent"Senky2012-04-301-1/+1
* | Merge branch 'develop-olympus' into developNils Adermann2012-04-101-1/+1
|\ \ | |/
| * [ticket/10774] Correctly specify index name when creating unique index on MySQL.Andreas Fischer2012-04-101-1/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-083-0/+175
|\ \ | |/
| * [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_countAndreas Fischer2012-03-082-2/+2
| * [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-033-0/+175
* | 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-3111-22/+11
* | 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
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympusIgor Wiedler2011-10-141-1/+1
| |\
| | * [ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.Andreas Fischer2011-10-141-1/+1
* | | Merge branch 'develop-olympus' into developNils Adermann2011-10-141-74/+97
|\ \ \ | |/ /
| * | [ticket/8240] Add ability to get a list of columns of a tables to db_tools.Andreas Fischer2011-10-141-74/+37
| * | [ticket/8240] Add ability to get a list of tables to db_tools.Andreas Fischer2011-10-141-0/+60
| |/
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-1/+1
|\ \ | |/
| * [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.Andreas Fischer2011-10-141-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+7
|\ \ | |/
| * [ticket/10307] Return false in mysqli sql_fetchrow on empty resultIgor Wiedler2011-10-131-1/+7
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-09-062-2/+3
|\ \ | |/
| * Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympusAndreas Fischer2011-09-061-1/+1
| |\
| | * [ticket/10294] Fix sql_affectedrows() in mssqlnative driver.Andreas Fischer2011-07-281-1/+1
| * | Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympusAndreas Fischer2011-09-061-1/+1
| |\ \
| | * | [ticket/10351] Fix Oracle's sql_column_remove()Patrick Webster2011-09-041-1/+1