? Pending

User tests: Successful: Unsuccessful:

avatar csthomas
csthomas
18 Feb 2017

Summary of Changes

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.

Testing Instructions

Merge by code review.

avatar csthomas csthomas - open - 18 Feb 2017
avatar csthomas csthomas - change - 18 Feb 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 18 Feb 2017
Category MS SQL SQL Administration com_admin
avatar csthomas csthomas - change - 18 Feb 2017
The description was changed
avatar csthomas csthomas - edited - 18 Feb 2017
avatar zero-24
zero-24 - comment - 18 Feb 2017

Merging on review thanks @csthomas

avatar zero-24 zero-24 - change - 18 Feb 2017
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: ?
avatar zero-24 zero-24 - close - 18 Feb 2017
avatar zero-24 zero-24 - merge - 18 Feb 2017

Add a Comment

Login with GitHub to post a comment