Improve @@identty handling.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 18 Sep 2017 06:09:35 +0000 (15:09 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 18 Sep 2017 07:35:04 +0000 (16:35 +0900)
commit612b8ce4fcc30623ff3885e6b6cc3f9564c5caec
tree6a86f0c6d9df4fc9217302234a228fc4d52d6c48
parentd4b107fff76686d623d8de1240354aac970ed681
Improve @@identty handling.
Use multibyte-aware eatTableIdentifiers() instead of next_name_token().
Use identifierEscape() to escape single quotes or double quotes.
connection.h
convert.c
execute.c
info.c
multibyte.h
parse.c