Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sun, 27 Mar 2016 13:46:09 +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: 202065734 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-202065734 Content-Type: text/plain; charset=utf-8 Because the backend doesn't send us the schema name Dave Cramer On 27 March 2016 at 09:42, Artur Geraschenko notifications@github.com wrote: > Hello! > > I have a problem in the integration of pgjdbc with spring jdbc. Spring > JDBC code: > > https://github.com/spring-projects/spring-framework/blob/master/spring-jdbc/src/main/java/org/springframework/jdbc/support/rowset/ResultSetWrappingSqlRowSetMetaData.java > > Spring encapsulates ResultSetMetaData and call it method getSchemaName, > but pgjdbc return empty string. Why pgjdbc not proxy call > getBaseSchemaName? getTableName have proxy call getBaseTableName. > > getColumnName real return getColumnLabel, but I think will better if > return getBaseColumnName. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly or view it on GitHub > https://github.com/pgjdbc/pgjdbc/issues/538