Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposed fix for rt #83831 SQLite parser does not handle multi-word ON D... #27

Closed
wants to merge 1 commit into from
Closed

proposed fix for rt #83831 SQLite parser does not handle multi-word ON D... #27

wants to merge 1 commit into from

Conversation

joseds
Copy link

@joseds joseds commented Mar 8, 2013

This simple fix replaces the old SQLite parsing which looked for a single word action after "ON UPDATE" or "ON DELETE" by comparing against the 5 currently available actions. The fix did not break any tests. This is my first pull request at all, I hope I did it right.

@ribasushi
Copy link
Contributor

And the tests...?

@ribasushi
Copy link
Contributor

Actually nevermind, an identical pull req exists already with tests #21
Nobody tends to the queue lately :(
I am closing yours and will merge the other one
Cheers

@ribasushi ribasushi closed this Mar 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants