Skip Menu |

This queue is for tickets about the SQL-SplitStatement CPAN distribution.

Report information
The Basics
Id: 102345
Status: new
Priority: 0/
Queue: SQL-SplitStatement

People
Owner: Nobody in particular
Requestors: zizzimic [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00020
Fixed in: (no value)

Attachments


Subject: Problem with '\'
Sorry for my bad English I found Problem with '\', for example input string " begin buf := replace(asciistr(buf), '\', '\u'); end;" output string " begin buf := replace(asciistr(buf), '\', 'u); end;" with follow code: my $g_splitter = SQL::SplitStatement->new(); my $l_sql_stm = q{ begin buf := replace(asciistr(buf), '\', '\u'); end; / }; my @l_statements = $g_splitter->split($l_sql_stm); print $l_statements[0]; more examples in attachment "mini_exaple_for_developper.tgz" Environment: perl -v This is perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux
Subject: mini_exaple_for_developper.tgz
Download mini_exaple_for_developper.tgz
application/octet-stream 1.6k

Message body not shown because it is not plain text.