From 4c861e6e8a88dfcb04279f95cac1ff9caa82fee4 Mon Sep 17 00:00:00 2001 From: niklaus Date: Wed, 4 May 2016 16:18:25 +0900 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e64b87..4070523 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ CREATE TABLE entity1 ( ALTER TABLE entity1 ADD FOREIGN KEY (fk1) REFERENCES entity2(col1); ``` -* If `Quote Identifiers` option is selected, all identifiers will be surrounded by character. +* If `Quote Identifiers` option is selected, all identifiers will be surrounded by a backquote character. ```sql CREATE TABLE `entity1` ( @@ -97,3 +97,9 @@ DROP TABLE entity1 CASCADE CONSTRAINTS;` CREATE TABLE entity1 (...); ... ``` + + +Contributions +------------- + +Any contributions are welcome. If you find a bug or have a suggestion, please post as an issue.