Modify ↓
Ticket #198 (closed defect: fixed)
PDO SQL exec task unable to handle multi-line statements
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | 2.3.1 |
| Component: | phing-tasks-ext | Version: | 2.3.0 |
| Keywords: | Cc: |
Description
Currently the SQL exec task is unable to handle multi-line statements -- for example, a multi-line stored procedure creation (enclosed in quotes).
Attachments
Change History
Changed 21 months ago by pete@…
-
attachment
aa_test.sql
added
SQL file defining a PL/Perl function for PostgreSQL - fails in PDO task
Note: See
TracTickets for help on using
tickets.

(In [319]) Fixes #198 - Adding the superior, regexp-based algorythm from Propel's PropelSQLExec to handle multi-line SQL statements.