aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'ticket/evil3/8944' into develop-olympusChris Smith2010-09-051-1/+17
|\
| * [ticket/8944] Patch db_tools to support index length for MySQL4Igor Wiedler2010-09-051-1/+17
* | [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
* | Merge branch 'ticket/jellydoughnut/9637' into develop-olympusAndreas Fischer2010-07-119-24/+51
|\ \
| * | [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-119-24/+51
* | | Merge branch 'ticket/bantu/9643' into develop-olympusAndreas Fischer2010-06-201-1/+4
|\ \ \
| * | | [ticket/9643] Only split $port from $sqlserver, if it's not an IPv6 address.Andreas Fischer2010-06-081-1/+4
| |/ /
* | | [ticket/9132] Oracle CLOB support is broken, preventing storage of long stringsJosh Woody2010-06-131-0/+5
|/ /
* | [ticket/9518] Correctly create new connection on PostgreSQL when new connecti...Andreas Fischer2010-05-141-1/+8
|/
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-153-0/+28
* 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-112-2/+657
* Database updater now separates ADD COLUMN from SET NOT NULL and SET DEFAULT, ...Nils Adermann2010-01-261-1/+23
* Fix Bug #55785 - Correct call to mysql_pconnect().Andreas Fischer2009-12-231-1/+1
* Several fixes:Meik Sievertsen2009-10-301-1/+1
* Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually co...Meik Sievertsen2009-10-301-1/+1
* saw this bug while debugging... we really really need another layer in 3.1.x ...Meik Sievertsen2009-10-301-1/+1
* fix table creation in db_tools. Meik Sievertsen2009-10-241-0/+6
* I think i need to check other DBMS more often. :/Meik Sievertsen2009-09-241-5/+29
* And now i feel even more dirty because i had to adjust the oracle hack to all...Meik Sievertsen2009-09-211-1/+50
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-211-2/+2
* Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.Meik Sievertsen2009-08-131-2/+2
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-123-0/+28
* 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
* Fix database updater and db tools to support multiple column changes/addition...Meik Sievertsen2009-07-081-17/+229
* - fix sql_column_exists for firebird (had same problem as oracle)Meik Sievertsen2009-06-131-2/+12
* Fix sql_column_exists for oracle (oracle uses uppercase table names)Meik Sievertsen2009-06-131-1/+1
* due to popular demand... this may be quite useful for automatic installer and...Meik Sievertsen2009-04-291-0/+22
* Fix column handling in db updater, custom profile fields an db tools for fire...Meik Sievertsen2009-04-281-3/+3
* Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)Meik Sievertsen2009-03-301-3/+3
* Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ...Meik Sievertsen2009-03-161-2/+2
* fix bug #42635 (missed identity)Meik Sievertsen2009-03-081-3/+27
* - adjust db_tools again to not remove any schema (they may be required)Meik Sievertsen2009-02-281-34/+13
* add more checks to schema changesMeik Sievertsen2009-02-281-12/+28
* add "drop table" and "create table" functionality to db_tools. Meik Sievertsen2009-02-281-21/+349
* 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-052-2/+47
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...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
* direct callsMeik Sievertsen2008-09-041-5/+3
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-0410-66/+183
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-028-8/+8