| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | #17025 | Meik Sievertsen | 2008-01-29 | 1 | -0/+7 |
* | commit all transactions on closing the db (there is only one, but we support ... | Meik Sievertsen | 2007-12-06 | 1 | -1/+5 |
* | - on database update, execute garbage_collection(). This ensures a proper clo... | Meik Sievertsen | 2007-12-06 | 1 | -1/+6 |
* | further updates | Meik Sievertsen | 2007-11-19 | 1 | -1/+1 |
* | hopefully fixing bug #14890 - need to test later | Meik Sievertsen | 2007-11-19 | 1 | -6/+10 |
* | MSSQL works properly with SQL update related tools | David M | 2007-10-16 | 1 | -1/+1 |
* | small fix | Meik Sievertsen | 2007-10-12 | 1 | -1/+1 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 10 | -60/+69 |
* | misc SQLite bugs | David M | 2007-09-22 | 1 | -1/+1 |
* | - some language tweaks suggested by John | Meik Sievertsen | 2007-09-13 | 1 | -0/+1405 |
* | some tiny fixes... | Meik Sievertsen | 2007-09-12 | 1 | -2/+2 |
* | necessary changes... | Meik Sievertsen | 2007-08-30 | 1 | -2/+4 |
* | #14207 | David M | 2007-08-24 | 1 | -2/+6 |
* | #14211 | David M | 2007-08-24 | 1 | -1/+1 |
* | patch by david for #14182 | Meik Sievertsen | 2007-08-24 | 1 | -7/+3 |
* | increase the odbc limit (64k is too low, the theme data itself is >64k) | Meik Sievertsen | 2007-08-16 | 1 | -1/+22 |
* | turn on strict mode for databases that support it | David M | 2007-08-14 | 2 | -1/+51 |
* | #13916 | David M | 2007-08-02 | 1 | -1/+1 |
* | #13874 | David M | 2007-07-30 | 1 | -1/+8 |
* | this should work fine now... | Meik Sievertsen | 2007-07-24 | 1 | -1/+1 |
* | #13151 | David M | 2007-07-09 | 1 | -1/+1 |
* | #13033 | David M | 2007-07-05 | 2 | -12/+12 |
* | Firebird too | David M | 2007-06-24 | 1 | -1/+1 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 9 | -34/+77 |
* | new wrapper for LIKE expressions to streamline the fixes. We actually need to... | Meik Sievertsen | 2007-06-23 | 4 | -0/+61 |
* | #12415 | David M | 2007-06-18 | 2 | -2/+3 |
* | - tiny changes | David M | 2007-06-18 | 3 | -56/+12 |
* | - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449) | David M | 2007-06-16 | 2 | -34/+65 |
* | correctly re-assign query result | Meik Sievertsen | 2007-06-12 | 8 | -8/+8 |
* | - Oracle gives us null instead of '', this is now fixed (thanks APTX) | David M | 2007-06-09 | 1 | -1/+68 |
* | ok, mess around with the templates + fixing some bugs + adjusting headers for... | Meik Sievertsen | 2007-06-09 | 1 | -3/+3 |
* | - Oracle, woe is you... I will say this much, this fixes Oracle's handling of... | David M | 2007-06-07 | 1 | -4/+110 |
* | d'oh! | David M | 2007-05-25 | 1 | -2/+1 |
* | - added support for Oracle's easy connect naming | David M | 2007-05-23 | 1 | -2/+15 |
* | #11255 | David M | 2007-05-22 | 1 | -1/+2 |
* | oh my god - what did he do? Adding attachment display to post/topic review, q... | Meik Sievertsen | 2007-05-19 | 1 | -3/+3 |
* | The Grand Copyright Year Unification... breakdown of years, of re-copyrightin... | Jonathan Stanley | 2007-05-17 | 1 | -1/+1 |
* | Better support for nested transactions... | Meik Sievertsen | 2007-05-05 | 1 | -4/+24 |