Use macro IS_NOT_SPACE() instead of !isspace() to ensure that !isspace() is applied...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Tue, 26 Sep 2017 22:29:44 +0000 (07:29 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 27 Sep 2017 13:15:02 +0000 (22:15 +0900)
commit8b621b14eb6799ac6cba2562edfe7a3484df5c40
tree2d4b6a37c132e9e4622c3437b0d81c3d872e0eec
parent8748b170bf7e2e7b1f4defcb068b7e70cc240bfe
Use macro IS_NOT_SPACE() instead of !isspace() to ensure that !isspace() is applied to non-null characters.
connection.c
convert.c
info.c
multibyte.c
psqlodbc.h
statement.c