Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download sqlsrv-7.x-1.2.tar.gztar.gz 23.8 KB
MD5: 6bf3a60b4f87aa444ad717f618130117
SHA-1: 18eab5d5a7af07c42cea6635b56067c46fc8e8f3
SHA-256: e7e63b50e58a30c0a63210d5dd0efb1506a07129a332cc96ad44ece9ae1650bd
Download sqlsrv-7.x-1.2.zipzip 28.2 KB
MD5: d2eceac394a24240774c883dda64bd6e
SHA-1: 539f40e619b671b8d28aa7f08e3b23e38079d5fd
SHA-256: 4fc7c5ad7ff23cd7cf63f4df4bcfe4f66343fa44875b2f1be9e97840c410a604

Release notes

Bugfix release of the SQL Server driver for Drupal. Most notably, this release has a workaround for a bug in PHP releases >= 5.3.8 and introduces support for the upcoming release of the PHP SQL Server driver (3.x).

Note: the driver is now only compatible with Drupal >= 7.8.

Changes since 7.x-1.1:

  • Make sure the support module is updatable and can receive security issues.
  • Fix a regression in the handling of temporary tables.
  • #1377374 by Damien Tournoud, Artusamak: Fixed Order by removal from subqueries does not work anymore.
  • #1286792: resynchronize the SelectQuery::__toString() method to the new placeholder generation method introduced in Drupal 7.8.
  • #1169202: Use the "Emulate prepare" mode that is going to be supported by the 3.x version of the SQL Server driver (yet unreleased).
  • #1300312 by Damien Tournoud: Error when executing empty queries in PHP 5.3.8.
  • #1169292 by CapBBeard. Add a wrapper for SUBSTRING() to cast arg 3 as an int.
  • Tests for issue #1169202: the driver generates duplicate placeholders when expending GROUP BY clauses.
  • #1208292 by CapBBeard: properly update the recreateTableKeys() helper.
Created by: Damien Tournoud
Created on: 13 Jan 2012 at 16:04 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
Insecure

Other releases