<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/sql602/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/sql602/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 08 Nov 2017 09:41:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sql602/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Select from local tables crash server process</title><link>https://sourceforge.net/p/sql602/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, major problem trying to use local tables.&lt;/p&gt;
&lt;p&gt;Every procedure that tries to select data from a local table to produce a recordset (the ideal reporting way in my opinion) cause a server-crash at call time. &lt;/p&gt;
&lt;p&gt;Strangely, a simple select count(*) from local_table work as expected.&lt;/p&gt;
&lt;p&gt;I'm working with v. 11.0.1.0806.&lt;/p&gt;
&lt;p&gt;Sample to reproduce the problem:&lt;/p&gt;
&lt;p&gt;PROCEDURE &lt;code&gt;test&lt;/code&gt;( );&lt;br/&gt;
BEGIN&lt;br/&gt;
   declare TABLE &lt;code&gt;tlocal&lt;/code&gt; (&lt;br/&gt;
&lt;code&gt;id&lt;/code&gt; INT  ,&lt;br/&gt;
&lt;code&gt;DENOMINAZIONE&lt;/code&gt;  varchar(50) IGNORE_CASE ,&lt;br/&gt;
        CONSTRAINT &lt;code&gt;PK&lt;/code&gt; PRIMARY KEY (id)&lt;br/&gt;
        );&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;insert into tlocal (id, denominazione) values (1, "111");
insert into tlocal (id, denominazione) values (2, "222");

select count(*) from tlocal;        // This work
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;// select * from tlocal;          // This crash the server&lt;/p&gt;
&lt;p&gt;END&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sbettini</dc:creator><pubDate>Wed, 08 Nov 2017 09:41:07 -0000</pubDate><guid>https://sourceforge.net33ad9b7b996eef882e04491ed278a3a64e3c5466</guid></item><item><title>Instalation on MS Windows ME</title><link>https://sourceforge.net/p/sql602/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, instalation on MS Windows ME is bad. Error message is in attachment. Server and client works, but Trial functions are not available.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Herman</dc:creator><pubDate>Wed, 19 Sep 2007 14:13:53 -0000</pubDate><guid>https://sourceforge.net2c548dc8e974fad0ebb9e725637f13c0afd7e289</guid></item><item><title>Inactive help button</title><link>https://sourceforge.net/p/sql602/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Message with trial warning has inactive help button. It is possibile to bind to the same help site like licence activation dialog?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Herman</dc:creator><pubDate>Wed, 19 Sep 2007 11:08:00 -0000</pubDate><guid>https://sourceforge.netaf5c82d0cd0245ba555c62f5201339f8eff373be</guid></item><item><title>Light-green text in Service manager</title><link>https://sourceforge.net/p/sql602/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Running servers has light green text color in Server Manager. It´s hard to read it on white backround. I recommende darker green.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan Herman</dc:creator><pubDate>Wed, 19 Sep 2007 11:02:27 -0000</pubDate><guid>https://sourceforge.net4a230b055a105c6fa57e48eb851a968c0625a481</guid></item><item><title>Server uses a foreign console </title><link>https://sourceforge.net/p/sql602/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When the SQL server is started by a console process, the SQL server uses the console of the calling process instead of creating the own console. The messages in the console are mixed together. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jas</dc:creator><pubDate>Wed, 29 Aug 2007 15:09:36 -0000</pubDate><guid>https://sourceforge.netc0b6fe6937308307b5a52821f16e4677afe18780</guid></item></channel></rss>