Changeset fec9f11 in github
- Timestamp:
- Jun 4, 2012 4:13:42 AM (12 months ago)
- Branches:
- release-0.8
- Children:
- 9c8ff86
- Parents:
- 9ad0810
- git-author:
- Aleksander Machniak <alec@…> (06/04/12 04:11:24)
- git-committer:
- Aleksander Machniak <alec@…> (06/04/12 04:13:42)
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_mdb2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3a6ca5b rfec9f11 2 2 =========================== 3 3 4 - Fix SQL query for contacts listing on MS SQL Server (#1488505) 4 5 - Update to TinyMCE 3.5.2 5 6 - Fix window.resize handler on IE8 and Opera (#1488453) -
program/include/rcube_mdb2.php
r4387537 rfec9f11 649 649 case 'sqlsrv': 650 650 $delim = ' + '; 651 // Modify arguments, because + operator requires them to be of type varchar (#1488505) 652 // with SQL Server 2012 we can use just CONCAT(), but we need to support older versions 653 foreach ($args as $idx => $arg) { 654 $args[$idx] = "CAST($arg AS varchar)"; 655 } 651 656 break; 652 657 default:
Note: See TracChangeset
for help on using the changeset viewer.
