View Issue Details

IDProjectCategoryView StatusLast Update
0004784SymmetricDS ProBugpublic2021-02-25 21:35
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.6 
Target Version3.12.7Fixed in Version3.12.7 
Summary0004784: SQL Server Log Miner formats row_data incorrectly when value contains backslash
DescriptionWhen a column value has a backslash, the SQL Server Transaction Miner does not format the row_data value that goes into sym_data table correctly.
It does not escape the backslash with a backslash.

Here is an example String that represents a captured row_data record (using change data capture):
1,"\\"

The SQL Server Transaction Miner formats that same string as follows:
1,"\"

Needs to escape the backslash character.
Tagsdialect: sql-server, log miner

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-01-22 21:50 pmarzullo New Issue
2021-01-22 21:50 pmarzullo Status new => assigned
2021-01-22 21:50 pmarzullo Assigned To => pmarzullo
2021-01-22 21:50 pmarzullo Tag Attached: dialect: sql-server
2021-01-22 21:50 pmarzullo Tag Attached: log-miner
2021-01-22 21:55 pmarzullo Status assigned => resolved
2021-01-22 21:55 pmarzullo Resolution open => fixed
2021-01-22 21:55 pmarzullo Fixed in Version => 3.12.7
2021-02-25 21:35 admin Status resolved => closed
2022-08-09 17:57 admin Tag Renamed log-miner => log miner