Closed (fixed)
Project:
Drupal driver for SQL Server and SQL Azure
Version:
7.x-1.0
Component:
Schema handling
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Jun 2011 at 15:47 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
Devline commentedI got this message when trying to run update.php after upgrading to Drupal 7.4 from 7.2 :
Any suggestion ?
Comment #2
damien tournoud commentedThe Database Engine API changed a little bit between 7.3 and 7.4 (see #561422: Replace strtr() with str_replace() for db prefixing). The SQL Server engine needs to be updated.
Comment #3
damien tournoud commentedFixed in commit 417a909.
Comment #4
Devline commented@Damien Tournoud. Thanks a lot, I just updated to drupal 7.4, everything is back to normal.