Skip Menu |

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

Report information
The Basics
Id: 71283
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: LUKAST [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.11008
  • 0.11009
Fixed in: 0.11011

Attachments
sql-translator-sqlite_fk-cascade-actions.tar.bz2



Subject: Cascaded actions for SQLite (#70734)
I have created a patch which adds support for cascaded actions (ON UPDATE, ON DELETE) to the SQLite producer and parser. I guess this will solve bug #70734, but I was able to answer directly to this ticket. The patch works fine for me and includes some simple tests (I actually patched the existing sqlite test files). The tarball includes 5 patches: - SQL-Translator-Parser-SQLite.patch - SQL-Translator-Producer-SQLite.patch - t-27sqlite-parser.patch - t-56-sqlite-producer.patch - t-data-sqlite-named.patch
Subject: sql-translator-sqlite_fk-cascade-actions.tar.bz2

Message body not shown because it is not plain text.

I just forked the current sql-translator repo on Github, applied the patch and sent a pull request. Hope this will help to get it on board. Can't get any easier for the maintainers I think. ;-)
On Tue Sep 27 12:17:15 2011, LUKAST wrote: Show quoted text
> I have created a patch which adds support for cascaded actions (ON > UPDATE, ON DELETE) to the SQLite producer and parser. > > I guess this will solve bug #70734, but I was able to answer directly to > this ticket. > > The patch works fine for me and includes some simple tests (I actually > patched the existing sqlite test files). > > The tarball includes 5 patches: > - SQL-Translator-Parser-SQLite.patch > - SQL-Translator-Producer-SQLite.patch > - t-27sqlite-parser.patch > - t-56-sqlite-producer.patch > - t-data-sqlite-named.patch
Thank you, patch applied with minimal changes. Sorry for the delay, expect a proper release within couple weeks. Cheers!