btnlq
Results
2
issues of
btnlq
**WinMerge 2.16.4.0 x64** Program is configured to ignore whitespace, but: - Last blank line is not ignored. - `Text3` lines are highlighted as different. 
Not a bug
Improvement needed
text compare/merge
I have DB2 database with accounts table: ```c# [Table(Schema="ICMADMIN", Name="ACCOUNT001", IsView=true)] public partial class Account { [Column("ACC_NAME"), Nullable] public string Name { get; set; } // VARCHAR(256) [Column("ACC_BLOCKED"), Nullable] public...
type: bug
area: mapping
status: has-tests