User tests: Successful: Unsuccessful:
The changed file contained 2 byte utf-8 char which geneated error on my virtualbox windows 7 with sqlsrv.
CREATE TABLE [j37_fields_categories] ( 
[field_id] [int] NOT NULL DEFAULT 0,   
[category_id] [int] NOT NULL DEFAULT 0,   
CONSTRAINT [PK_j37_fields_categories_id] PRIMARY KEY CLUSTERED(
[field_id] ASC, 
[category_id] ASC)
WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW
_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON
) ON [PRIMARY]) ON [PRIMARY];
[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near ' '
This PR replace 2-byte white space char to 1 byte white space.
Merge by code review.
Status | New | ⇒ | Pending |
Category | ⇒ | MS SQL SQL Administration com_admin |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-18 16:26:37 |
Closed_By | ⇒ | zero-24 | |
Labels |
Added:
?
|
Merging on review thanks @csthomas