From c2fd2c0dade522a3747cf30cc2b59266433399d0 Mon Sep 17 00:00:00 2001 From: rfm Date: Thu, 23 Jun 2016 14:35:03 +0000 Subject: [PATCH] update comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@39910 72102866-910b-0410-8b05-ffd578937521 --- SQLClient.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SQLClient.h b/SQLClient.h index f4bc75e..f5b74f7 100644 --- a/SQLClient.h +++ b/SQLClient.h @@ -1180,8 +1180,7 @@ SQLCLIENT_PRIVATE /** * Called to enable asynchronous notification of database events using the * specified name (which must be a valid identifier consisting of ascii - * letters, digits, and underscore characters, starting with a letter). - * Names are not case sensitive (so AAA is the same as aaa).
+ * letters, digits, and underscore characters, starting with a letter).
* Repeated calls to list on the same name should be treated as a single * call.
* The backend is responsible for implicitly unlistening when a connection