Skip Menu |

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

Report information
The Basics
Id: 58032
Status: resolved
Priority: 0/
Queue: SQL-SplitStatement

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

Bug Information
Severity: (no value)
Broken in: 0.01002
Fixed in: 0.05000



I'd much appreciate it if you had the option not to join transactions into a single string. I may send a patch to you to add that as an option if time permits. Thanks!
Subject: Transactions not split
Il Mar 01 Giu 2010 20:44:33, frew ha scritto: Show quoted text
> I'd much appreciate it if you had the option not to join transactions > into a single string. I may send a patch to you to add that as an > option if time permits. Thanks!
Hi Frew! Thank you for your report and sorry for my late. That has (hopefully) been fixed in version 0.05000 which, by default, splits the transactions (starting either with "BEGIN" and "START") as well. Joining (or rather not splitting) them was simply a bug, so for now I have no option to prevent the splitting. Please have a look at t/75-transactions.t http://cpansearch.perl.org/src/EMAZEP/SQL-SplitStatement-0.05003/t/75-transactions.t and t/76-transactions_and_proc.t http://cpansearch.perl.org/src/EMAZEP/SQL-SplitStatement-0.05003/t/76- transactions_and_proc.t and let me know if this is the behaviour you were asking for. Thank you also for your helpfulness in offering a patch: I'll much appreciate it if you have time, otherwise a test case or a simple bug report will be more than enough. Cheers -Emanuele