Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sun, 27 Mar 2016 14:38:27 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #538: Why getSchemaName return empty string or exists getBaseSchemaName and getColumnName return getColumnLabel? In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 202074548 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 538 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-202074548 Content-Type: text/plain; charset=utf-8 So back to your original question. What is your problem? I see spring just calls getSchemaName. The spec says it's fine to return "" Dave Cramer On 27 March 2016 at 10:28, Artur Geraschenko notifications@github.com wrote: > Unfortunately, I do not know. But there is the matter of performance, why > this method works as a proxy? > > https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSetMetaData.java#L335 > > — > You are receiving this because you were mentioned. > Reply to this email directly or view it on GitHub > https://github.com/pgjdbc/pgjdbc/issues/538#issuecomment-202072312