View Issue Details

IDProjectCategoryView StatusLast Update
0000566Database Comparer utilityGeneralpublic2020-02-23 08:01
Reportershirokov Assigned Tobarry  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Fixed in Version7.0.0.1680 
Summary0000566: Access Violation when trying to parse MS SQL scripts in UTF-16 (unicode) format
DescriptionПри попытке сравнить скрипты в юникодном (UTF-16) формате, выбрасывается исключение Access Violation. Формат UTF-8 работает корректно.
См. прикреплённый архив.
TagsNo tags attached.

Activities

shirokov

2013-09-03 10:57

administrator  

DBs+Struct.zip (938,156 bytes)

barry

2019-04-19 08:58

administrator   ~0004073

+ https://docs.microsoft.com/en-us/sql/t-sql/language-elements/add-equals-transact-sql?view=sql-server-2017
+= -= *= /= %=

barry

2019-04-19 09:50

administrator   ~0004074

+ merge dbo.Doces_PartidaExpLDMAD as TARGET...
Master DB MSExtr.sql: line 14349: Qualified ident in MERGE

barry

2019-04-19 12:07

administrator   ~0004075

+ BIN assignment operators
&= |= ^=

barry

2019-04-19 12:13

administrator   ~0004076

+ ON clause in ENABLE/DISABLE TRIGGER syntax:
ENABLE TRIGGER { [ schema_name . ] trigger_name [ ,...n ] | ALL }
ON { object_name | DATABASE | ALL SERVER } [ ; ]

barry

2019-04-19 12:39

administrator   ~0004077

+ ALTER TABLE ... ADD CHECK...
ALTER TABLE [dbo].[FamiliasPermisos] WITH CHECK ADD CHECK (([Activo]='F' OR [Activo]='T'))

Issue History

Date Modified Username Field Change
2013-09-03 10:57 shirokov New Issue
2013-09-03 10:57 shirokov File Added: DBs+Struct.zip
2019-04-19 08:58 barry Note Added: 0004073
2019-04-19 08:58 barry Assigned To => barry
2019-04-19 08:58 barry Status new => acknowledged
2019-04-19 09:50 barry Note Added: 0004074
2019-04-19 12:07 barry Note Added: 0004075
2019-04-19 12:13 barry Note Added: 0004076
2019-04-19 12:39 barry Note Added: 0004077
2019-04-19 12:39 barry Status acknowledged => resolved
2019-04-19 12:39 barry Resolution open => fixed
2019-04-19 12:39 barry Fixed in Version => 7.0.0.1680
2020-02-23 08:01 barry Status resolved => closed