New in Release 2.3.5 (Build 955)
Enhancements
#1036 - Added New "Compare SQL Text" Button
#1046 - Performance Improvement for Tree View Context Menu
Fixes
#1027 - SQLMatcher starts up in a hidden state, only way to restore is manually clearing registry
#1034 - "CREATE USER ... "FOR" EXPECTED BUT "WITHOUT" FOUND INSTEAD."
#1035 - "CREATE USER ... "FOR" EXPECTED BUT "GO" FOUND INSTEAD."
#1037 - Default Constraint Difference is False Positive (SQL 2012 specific issue)
#1038 - ALTER TABLE ... CONSTRAINT ... DEFAULT (...")" EXPECTED, "/" FOUND INSTEAD"
#1039 - CREATE USER ... FOR LOGIN ... <user name> "WITH" EXPECTED BUT "GO" FOUND INSTEAD
#1040 - LF (Unix style newline) not treated correctly, it should be treated the same as CR-LF
#1041 - Parsing SQL file required exclusive access to the file
#1042 - Join operator <> not processed correctly by parser
#1043 - CREATE USER ... "FOR"/"WITHOUT" EXPECTED BUT "WITH" FOUND INSTEAD
#1044 - IF NOT EXISTS (SELECT * FROM sys. "schemas"/ ... "stats" FOUND INSTEAD
#1045 - CREATE VIEW <view name> ... AS ... ( ... ")" EXPECTED, BUT "and" FOUND INSTEAD
#1047 - "CREATE VIEW ... JOIN ... ON ... "=" EXPECTED BUT "not" FOUND INSTEAD"