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

surround string values with single quotes #2

Merged
merged 1 commit into from
Jan 15, 2013

Conversation

kristianperkins
Copy link
Collaborator

Auto-completion of insert statements should generate string defaults
as '' and not "", for example:

    insert into temp_table (string_col) values ('')
instead of:

    insert into temp_table (string_col) values ("")

Auto-completion of insert statements should generate string defaults
as '' and not "", for example:

    insert into temp_table (string_col) values ('')
instead of:

    insert into temp_table (string_col) values ("")
jaysw added a commit that referenced this pull request Jan 15, 2013
surround string values with single quotes
@jaysw jaysw merged commit 2239ee5 into jaysw:master Jan 15, 2013
@jaysw
Copy link
Owner

jaysw commented Jan 15, 2013

Yep, thanks, merged.

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