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

multiline create statements #13

Closed
wants to merge 1 commit into from
Closed

multiline create statements #13

wants to merge 1 commit into from

Conversation

minusf
Copy link
Contributor

@minusf minusf commented Feb 22, 2016

sometimes the CREATE statement contains newline characters (seen this in django).

add the regex flag allowing . matching on \n.
this fixes SQL in structure tab for some of my tables.

(on a related note, i know it's silly, why compile the same regexp
on every table view? :] )

characters (seen this in django).  add the regex
flag allowing `.` matching on `\n`
@coleifer coleifer closed this in fa9d6e1 Feb 23, 2016
@coleifer
Copy link
Owner

Thanks!

@minusf minusf deleted the multiline_create branch February 23, 2016 22:38
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