<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1512: DEFAULT in TABLE STRUCTURE</title><link>https://sourceforge.net/p/squirrel-sql/bugs/1512/</link><description>Recent changes to 1512: DEFAULT in TABLE STRUCTURE</description><atom:link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 18 Feb 2023 03:07:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/squirrel-sql/bugs/1512/feed.rss" rel="self" type="application/rss+xml"/><item><title>#1512 DEFAULT in TABLE STRUCTURE</title><link>https://sourceforge.net/p/squirrel-sql/bugs/1512/?limit=25#fb74</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry, I can't reproduce your problem. In my test SQuirreL shows the same column defaults as &lt;/p&gt;
&lt;p&gt;SELECT&lt;br/&gt;
systables.tabname,&lt;br/&gt;
syscolumns.colname,&lt;br/&gt;
sysdefaults.default&lt;br/&gt;
FROM systables&lt;br/&gt;
INNER JOIN syscolumns ON systables.tabid = syscolumns.tabid&lt;br/&gt;
LEFT JOIN sysdefaults ON sysdefaults.tabid = systables.tabid AND sysdefaults.colno = syscolumns.colno&lt;br/&gt;
WHERE systables.tabname IN (...)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerd Wagner</dc:creator><pubDate>Sat, 18 Feb 2023 03:07:28 -0000</pubDate><guid>https://sourceforge.net758fd462e5eba7be0b35f89d4c28964036b1432d</guid></item><item><title>DEFAULT in TABLE STRUCTURE</title><link>https://sourceforge.net/p/squirrel-sql/bugs/1512/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have Informix databases and there is bugs in show default clausule...&lt;/p&gt;
&lt;p&gt;In structure of table is showed, that collums has a default clausele, but&lt;/p&gt;
&lt;p&gt;if I check systables, there is no clausule.&lt;/p&gt;
&lt;p&gt;Record in sysdefault is for procedure with your ID, not for tableid.....&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jozef Lenard</dc:creator><pubDate>Tue, 14 Feb 2023 06:01:27 -0000</pubDate><guid>https://sourceforge.net70b4f18645bb8e09a280694188d4edafd9e31dab</guid></item></channel></rss>