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

Tab complete should treat word as a literal #33

Open
ewaters opened this issue Jun 1, 2012 · 1 comment
Open

Tab complete should treat word as a literal #33

ewaters opened this issue Jun 1, 2012 · 1 comment
Labels
Milestone

Comments

@ewaters
Copy link
Owner

ewaters commented Jun 1, 2012

If you tab complete on table_name. the '.' will be interpreted as any character in the regex. This should match on a literal period.

@ewaters
Copy link
Owner Author

ewaters commented Jun 6, 2012

This was also reported by Tim Terhorst:

altsql> insert into employee value (phone_numUnmatched ( in regex;
marked by <-- H│ 99 alter table employee add phone_number varchar(12);
ERE in m/^( <-- HERE phone_num/ at
/usr/local/share/perl/5.14.2/App/AltSQL/Term.pm│100
 line 109.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant