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

extract_limit regexp #10

Conversation

mmichaa
Copy link
Contributor

@mmichaa mmichaa commented Jan 23, 2012

replaced ^[)] with .
because regexps are greedy and the old regexp doesn't allow enum-values with brackets.

@electronick
Copy link
Owner

Are brackets really needed in values? Can't really imagine usage of symbols like :'[bar]'

@mmichaa
Copy link
Contributor Author

mmichaa commented Jan 25, 2012

I have used enum-values with "(" and ")" in a project. Your regexp didn't work for me. That's why I changed it.

electronick added a commit that referenced this pull request Jan 25, 2012
@electronick electronick merged commit 0c3ebbe into electronick:master Jan 25, 2012
@electronick
Copy link
Owner

Ok, if MySql allows such values we should allow such usage too.

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