aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mssqlnative.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11015] Remove old dbal classesIgor Wiedler2012-11-121-19/+0
* [ticket/11015] Add BC files for the driversIgor Wiedler2012-07-211-0/+19
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-644/+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-041-1/+1
* | [ticket/10942] Require same data type and do not cast expressions automaticallyJoas Schilling2012-07-021-13/+0
* | [ticket/10942] Add a comment why we cast to sql_case()Joas Schilling2012-06-201-0/+1
* | [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-201-6/+6
* | [ticket/10942] Change term string to expression to avoid confusionJoas Schilling2012-06-201-2/+2
* | [ticket/10942] Fix sql_conditional for mssql, postgre and oracleJoas Schilling2012-06-201-0/+12
* | [ticket/10942] Add sql_concatenate to dbalJoas Schilling2012-06-201-0/+8
* | Merge branch 'develop-olympus' into developNils Adermann2012-05-311-0/+8
|\ \ | |/
| * [ticket/10751] Add sql_lower_text() to database abstraction layer.Andreas Fischer2012-05-311-0/+8
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-091-18/+0
|\ \ | |/
| * [ticket/10858] Move generic row seeking to DBALPatrick Webster2012-05-081-43/+0
| * [ticket/10858] Fix MSSQL Native's row seeking behaviorPatrick Webster2012-05-081-3/+28
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-09-061-1/+1
|\ \ | |/
| * [ticket/10294] Fix sql_affectedrows() in mssqlnative driver.Andreas Fischer2011-07-281-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 developIgor Wiedler2011-03-311-1/+1
|\ \ | |/
| * Merge remote branch 'callumacrae/ticket/10112' into develop-olympusIgor Wiedler2011-03-311-1/+1
| |\
| | * [ticket/10112] Replaced a couple occurrences of count() with sizeof()Callum Macrae2011-03-301-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-03-151-1/+9
|\ \ \ | |/ /
| * | [ticket/9685] Buffer posts for search indexing when using mssqlnative.Nils Adermann2011-03-151-1/+9
| |/
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Merge branch 'task/naderman/mssql-db-tests' into develop-olympusAndreas Fischer2010-11-031-6/+20
|\
| * [task/mssql-db-tests] Remove MS SQL helper values from SELECT LIMIT results.Nils Adermann2010-10-251-1/+6
| * [task/mssql-db-tests] sql_query_limit must return all results when total = 0Nils Adermann2010-10-251-5/+14
* | [ticket/9686] Fix mssqlnative database data exportNils Adermann2010-10-251-5/+15
|/
* [ticket/9039] Make mssqlnative.php non-executableIgor Wiedler2010-09-031-0/+0
* Merge branch 'ticket/kellanved/9521' into develop-olympusAndreas Fischer2010-07-311-1/+7
|\
| * [ticket/9521] Fix error reporting for the native SQL Server plugin.Henry Sudhof2010-07-311-1/+7
* | [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-111-3/+4
|/
* Forgot to properly update the file header of mssqlnative.php, revising r10489...Nils Adermann2010-02-111-2/+4
* Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc...Nils Adermann2010-02-111-0/+608