| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ticket/kellanved/9521' into develop-olympus | Andreas Fischer | 2010-07-31 | 1 | -1/+7 |
|\ |
|
| * | [ticket/9521] Fix error reporting for the native SQL Server plugin. | Henry Sudhof | 2010-07-31 | 1 | -1/+7 |
* | | Merge branch 'ticket/jellydoughnut/9637' into develop-olympus | Andreas Fischer | 2010-07-11 | 9 | -24/+51 |
|\ \ |
|
| * | | [ticket/9637] Do not cache SQL server version in all cases | Josh Woody | 2010-07-11 | 9 | -24/+51 |
* | | | Merge branch 'ticket/bantu/9643' into develop-olympus | Andreas Fischer | 2010-06-20 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | [ticket/9643] Only split $port from $sqlserver, if it's not an IPv6 address. | Andreas Fischer | 2010-06-08 | 1 | -1/+4 |
| |/ / |
|
* | | | [ticket/9132] Oracle CLOB support is broken, preventing storage of long strings | Josh Woody | 2010-06-13 | 1 | -0/+5 |
|/ / |
|
* | | [ticket/9518] Correctly create new connection on PostgreSQL when new connecti... | Andreas Fischer | 2010-05-14 | 1 | -1/+8 |
|/ |
|
* | Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums... | Andreas Fischer | 2010-02-15 | 3 | -0/+28 |
* | Forgot to properly update the file header of mssqlnative.php, revising r10489... | Nils Adermann | 2010-02-11 | 1 | -2/+4 |
* | Support for Microsoft's Native SQL Server Driver for PHP - Patch by Chris Puc... | Nils Adermann | 2010-02-11 | 2 | -2/+657 |
* | Database updater now separates ADD COLUMN from SET NOT NULL and SET DEFAULT, ... | Nils Adermann | 2010-01-26 | 1 | -1/+23 |
* | Fix Bug #55785 - Correct call to mysql_pconnect(). | Andreas Fischer | 2009-12-23 | 1 | -1/+1 |
* | Several fixes: | Meik Sievertsen | 2009-10-30 | 1 | -1/+1 |
* | Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually co... | Meik Sievertsen | 2009-10-30 | 1 | -1/+1 |
* | saw this bug while debugging... we really really need another layer in 3.1.x ... | Meik Sievertsen | 2009-10-30 | 1 | -1/+1 |
* | fix table creation in db_tools. | Meik Sievertsen | 2009-10-24 | 1 | -0/+6 |
* | I think i need to check other DBMS more often. :/ | Meik Sievertsen | 2009-09-24 | 1 | -5/+29 |
* | And now i feel even more dirty because i had to adjust the oracle hack to all... | Meik Sievertsen | 2009-09-21 | 1 | -1/+50 |
* | - replaced the drop down menu log filter thing with log searching | Jim Wigginton | 2009-08-21 | 1 | -2/+2 |
* | Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+. | Meik Sievertsen | 2009-08-13 | 1 | -2/+2 |
* | ok, i am very sorry, but this needs to be fixed. | Meik Sievertsen | 2009-08-12 | 3 | -0/+28 |
* | forgot this in r9909 | Meik Sievertsen | 2009-08-01 | 1 | -2/+1 |
* | return errors if return_on_error is true for multi_insert (Patch by bantu) | Meik Sievertsen | 2009-08-01 | 1 | -2/+7 |
* | Fix database updater and db tools to support multiple column changes/addition... | Meik Sievertsen | 2009-07-08 | 1 | -17/+229 |
* | - fix sql_column_exists for firebird (had same problem as oracle) | Meik Sievertsen | 2009-06-13 | 1 | -2/+12 |
* | Fix sql_column_exists for oracle (oracle uses uppercase table names) | Meik Sievertsen | 2009-06-13 | 1 | -1/+1 |
* | due to popular demand... this may be quite useful for automatic installer and... | Meik Sievertsen | 2009-04-29 | 1 | -0/+22 |
* | Fix column handling in db updater, custom profile fields an db tools for fire... | Meik Sievertsen | 2009-04-28 | 1 | -3/+3 |
* | Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets) | Meik Sievertsen | 2009-03-30 | 1 | -3/+3 |
* | Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ... | Meik Sievertsen | 2009-03-16 | 1 | -2/+2 |
* | fix bug #42635 (missed identity) | Meik Sievertsen | 2009-03-08 | 1 | -3/+27 |
* | - adjust db_tools again to not remove any schema (they may be required) | Meik Sievertsen | 2009-02-28 | 1 | -34/+13 |
* | add more checks to schema changes | Meik Sievertsen | 2009-02-28 | 1 | -12/+28 |
* | add "drop table" and "create table" functionality to db_tools. | Meik Sievertsen | 2009-02-28 | 1 | -21/+349 |
* | Re-arrange the re-order code to only run if multi-aliases are used | Meik Sievertsen | 2008-12-06 | 1 | -23/+21 |
* | Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the tab... | Meik Sievertsen | 2008-12-05 | 2 | -2/+47 |
* | Remove NUL-Bytes directly in request_var() for strings and within the custom ... | Meik Sievertsen | 2008-10-02 | 4 | -4/+4 |
* | Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975) | Meik Sievertsen | 2008-09-19 | 1 | -2/+2 |
* | Use correct port delimiter for MSSQL connections in windows. (Bug #16615) | Meik Sievertsen | 2008-09-17 | 2 | -2/+6 |
* | direct calls | Meik Sievertsen | 2008-09-04 | 1 | -5/+3 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 10 | -66/+183 |
* | Refine fix for #31445 originally committed in r8758 | Chris Smith | 2008-09-02 | 8 | -8/+8 |
* | some changes for proper code documentation | Meik Sievertsen | 2008-08-23 | 1 | -2/+2 |
* | change the way we do chmodd'ing. I know, my implementation really sucked... g... | Meik Sievertsen | 2008-08-22 | 1 | -1/+1 |
* | close db connection before delivering file. Also make sure connection can't b... | Meik Sievertsen | 2008-08-21 | 1 | -1/+7 |
* | Correctly return results for nested cached queries (Bug #31445 - Patch by faw) | Chris Smith | 2008-08-14 | 8 | -8/+8 |
* | force the use of sql_multi_insert() for multi inserts... also adjusted the co... | Meik Sievertsen | 2008-07-28 | 1 | -31/+32 |
* | #22365 | Meik Sievertsen | 2008-02-28 | 1 | -1/+1 |
* | DBAL extension motivated by #22125 | Henry Sudhof | 2008-02-27 | 1 | -3/+5 |