aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into developNathan Guse2013-01-151-0/+16
|\
| * [ticket/10854] sql server drop default constraint when dropping columnSajaki2012-04-281-0/+16
* | [ticket/11305] Check for $cache being null before using it in db drivers.Oleg Pudeyev2013-01-0210-41/+41
* | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-2/+2
|\ \
| * | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-1/+1
| * | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-2/+2
* | | [ticket/11037] Eliminate global $db usage in cache drivers.Oleg Pudeyev2012-12-209-9/+9
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-137-76/+253
|\ \ \ | |/ /
| * | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-087-76/+253
| |\ \
| | * | [ticket/10205] Reduce nesting in mysql drivers.Oleg Pudeyev2012-12-042-28/+22
| | * | [ticket/10205] Rewrite _sql_error implementations to have a single return.Oleg Pudeyev2012-12-045-20/+34
| | * | [ticket/10205] Cosmetic changes.Oleg Pudeyev2012-12-045-8/+8
| | * | [ticket/10205] Check for function existence in mssql connect method.Oleg Pudeyev2012-12-041-0/+8
| | * | [ticket/10205] Convert mssqlnative driver to the same logic.Oleg Pudeyev2012-12-041-20/+32
| | * | [ticket/10205] Fix a parse error in oracle driver.Oleg Pudeyev2012-12-041-1/+1
| | * | [ticket/10205] Fix remaining db drivers.Oleg Pudeyev2012-12-045-43/+93
| | * | [ticket/10205] Avoid calling mysqli functions when mysqli is missing.Oleg Pudeyev2012-12-041-4/+14
| | * | [ticket/10205] Account for potentially missing extensions in dbal.Oleg Pudeyev2012-12-045-4/+93
* | | | [ticket/11015] Restore whitespace to avoid conflict when merging develop.Oleg Pudeyev2012-12-131-1/+1
* | | | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-1/+1
* | | | [ticket/11015] Remove strange method_exists callIgor Wiedler2012-11-161-1/+1
* | | | [ticket/11015] Fix some more whitespace in the driverIgor Wiedler2012-11-151-21/+21
* | | | [ticket/11015] Fix line endings of phpbb_db_driver to LFIgor Wiedler2012-11-151-1021/+1021
* | | | [ticket/11015] Fixup some things from the big mergeIgor Wiedler2012-11-1211-1131/+81
* | | | [ticket/11015] Remove old dbal classesIgor Wiedler2012-11-129-171/+0
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-122-1/+1049
|\ \ \ \ | |/ / /
| * | | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-1010-29/+29
| * | | 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
* | | | | [ticket/11015] Correctly set sql_layer in driver base classIgor Wiedler2012-07-211-1/+1
* | | | | [ticket/11015] Add BC files for the driversIgor Wiedler2012-07-219-0/+171
* | | | | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-2111-1082/+1054
|/ / / /
* | | | 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
|\ \ \ | |/ /