<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 200: PostgreSQL Mixed-Case Schema Names Not Quoted in Queries (RowCount)</title><link>https://sourceforge.net/p/schemaspy/bugs/200/</link><description>Recent changes to 200: PostgreSQL Mixed-Case Schema Names Not Quoted in Queries (RowCount)</description><atom:link href="https://sourceforge.net/p/schemaspy/bugs/200/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 17 Jan 2019 05:34:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/schemaspy/bugs/200/feed.rss" rel="self" type="application/rss+xml"/><item><title>#200 PostgreSQL Mixed-Case Schema Names Not Quoted in Queries (RowCount)</title><link>https://sourceforge.net/p/schemaspy/bugs/200/?limit=25#5ed8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Example from logs:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;java -jar "&amp;lt;PATH&amp;gt;\schemaSpy.jar" -t pgsql -host &amp;lt;SERVERNAME&amp;gt;:&amp;lt;PORT&amp;gt; -u &amp;lt;USERNAME&amp;gt; -p &amp;lt;PASSWORD&amp;gt; -db &amp;lt;DBNAME&amp;gt; -all -noviews -ahic -dp "&amp;lt;PATH&amp;gt;\postgresql-42.1.4.jar" -gv "C:\Program Files (x86)\Graphviz2.38" -hq -o "C:\SchemaSpy\"

23:22:45.116 WARNING: Table.initColumnAutoUpdate - Failed to determine auto increment status: org.postgresql.util.PSQLException: ERROR: **relation "test.Notes" does not exist**
  Position: 15
23:22:45.116 WARNING: Table.initColumnAutoUpdate - SQL: **select * from Test."Notes" where 0 = 1**

23:22:46.180 WARNING: Table.fetchNumRows - Unable to extract the number of rows for table Notes, using '-1'
23:22:46.180 WARNING: Table.fetchNumRows - org.postgresql.util.PSQLException: ERROR: **relation "test.Notes" does not exist**
  Position: 22
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G_Hosa_Phat</dc:creator><pubDate>Thu, 17 Jan 2019 05:34:47 -0000</pubDate><guid>https://sourceforge.net208d6e3d806848981b3394bbaeff6e6882955bc1</guid></item><item><title>PostgreSQL Mixed-Case Schema Names Not Quoted in Queries (RowCount)</title><link>https://sourceforge.net/p/schemaspy/bugs/200/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As stated, when SchemaSpy attempts to get the row count for tables in a schema with a name that has mixed-case characters ("SchemaName" instead of "schemaname"), the query fails and returns a value of -1 for all tables in that schema.  Looking at the analysis logs, it appears that the schema name is not enclosed in quotes, whereas the table name is properly quoted.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G_Hosa_Phat</dc:creator><pubDate>Thu, 17 Jan 2019 05:10:16 -0000</pubDate><guid>https://sourceforge.netdd4ee665c5d3f52d0b03aabd5751bcce9aaf4266</guid></item></channel></rss>