Closed GoogleCodeExporter closed 9 years ago
oops this should be an enhancement and not a defect, sorry
Original comment by madjid.g...@gmail.com
on 22 Jun 2011 at 1:15
[deleted comment]
Try this in your replacements.txt:
drop table ([^;]*);=begin execute immediate 'drop table $1'; exception when
others then null; end; /
In Java, backreferences are referenced by $1, $2, etc.
Let me know how you go,
Steven
*edited: regex should be true or can be removed since true is default.
Original comment by baker.st...@gmail.com
on 30 Jun 2011 at 7:08
Closing Issue. Did not receive timely feedback and suspect requested
functionality already exists.
Original comment by baker.st...@gmail.com
on 14 Jul 2011 at 3:44
Sorry Just tested it ( been away ) and it works fine. Thanks
Madjid Ghazi
Original comment by madjid.g...@gmail.com
on 14 Jul 2011 at 3:02
Original issue reported on code.google.com by
madjid.g...@gmail.com
on 22 Jun 2011 at 1:14