Skip to content

Commit 4d67539

Browse files
Update sqlite-to-mariadb-alt.pl
1 parent 0219c04 commit 4d67539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite-to-mariadb-alt.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
$line = "INSERT INTO $1$2\n";
1515
$line =~ s/\"/\\\"/g;
1616
$line =~ s/\"/\'/g;
17+
$line =~ s/\\/\//g;
1718
}else{
1819
$line =~ s/\'\'/\\\'/g;
1920
}

0 commit comments

Comments
 (0)