<?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/codus/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/codus/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 24 Jul 2005 22:23:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codus/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Only enable "Generated Stored Procedures" for Sql Server</title><link>https://sourceforge.net/p/codus/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since the generated stored procedures are only&lt;br /&gt;
available for Sql Server, the option should be&lt;br /&gt;
deselected for all other database selections.  Also,&lt;br /&gt;
for Sql Server, it should only be enabled when&lt;br /&gt;
SqlClient is selected, and not OleDb.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Sun, 24 Jul 2005 22:23:51 -0000</pubDate><guid>https://sourceforge.net746a6774cf414568fc314a3a0f96ab53626c7ef7</guid></item><item><title>Hitting Enter on Table Tab reselects all tables</title><link>https://sourceforge.net/p/codus/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you go to the Tables tab and deselect specific&lt;br /&gt;
tables / columns, then go edit the properties for a&lt;br /&gt;
specific table (such as changing the Alias for a table)&lt;br /&gt;
and hit &amp;lt;Enter&amp;gt;, the tables and columns are refreshed&lt;br /&gt;
but everything is rechecked.  Should keep deselected state.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Sun, 24 Jul 2005 22:22:22 -0000</pubDate><guid>https://sourceforge.netcb962cff0eb3b783861afa98668f7ae6a84970f0</guid></item><item><title>Return generated id from WebService for Save</title><link>https://sourceforge.net/p/codus/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you call Save via a WebService, no id is returned.&lt;br /&gt;
This is a problem for db generated ids.  Save should&lt;br /&gt;
return id&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Sun, 24 Jul 2005 22:20:20 -0000</pubDate><guid>https://sourceforge.netfc7198500c0ea3840605d07cc49e7f850a3eb2b4</guid></item><item><title>WebServices expose EntityBase</title><link>https://sourceforge.net/p/codus/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Generated WebServices should expose Entity, not EntityBase&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Sun, 24 Jul 2005 22:16:32 -0000</pubDate><guid>https://sourceforge.netbe664e42ca00da6e9606610cf3a274b5ea752636</guid></item><item><title>Fix ToString() problems</title><link>https://sourceforge.net/p/codus/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With some objects, calling ToString results in an&lt;br /&gt;
exception...appears to be a recursive run-off.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Sun, 24 Jul 2005 22:15:40 -0000</pubDate><guid>https://sourceforge.net582c337213bb4895d1db9d6af07a69e9320428c1</guid></item><item><title>Multiple Foreign Keys generates invalid code</title><link>https://sourceforge.net/p/codus/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If there are multiple foreign keys on a Table, then &lt;br /&gt;
multiple definitions for the relationship are generated &lt;br /&gt;
using the same name. &lt;/p&gt;
&lt;p&gt;Sample:&lt;/p&gt;
&lt;p&gt;public MDP_MODULE_DEPENDENCYEntityCollection &lt;br /&gt;
MDP_MODULE_DEPENDENCY{&lt;br /&gt;
            get{return new &lt;br /&gt;
MDP_MODULE_DEPENDENCYEntityCollection(new &lt;br /&gt;
MDP_MODULE_DEPENDENCYDAO&lt;br /&gt;
().SelectAllByMDP_APM_MODULE_CODE&lt;br /&gt;
(this._APM_MODULE_CODE));}&lt;br /&gt;
        }&lt;/p&gt;
&lt;p&gt;public MDP_MODULE_DEPENDENCYEntityCollection &lt;br /&gt;
MDP_MODULE_DEPENDENCY {&lt;br /&gt;
            get{return new &lt;br /&gt;
MDP_MODULE_DEPENDENCYEntityCollection(new &lt;br /&gt;
MDP_MODULE_DEPENDENCYDAO&lt;br /&gt;
().SelectAllByMDP_APM_REFERENCED_MODULE&lt;br /&gt;
(this._APM_MODULE_CODE));}&lt;br /&gt;
        }&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trevor Leybourne</dc:creator><pubDate>Thu, 14 Apr 2005 02:28:23 -0000</pubDate><guid>https://sourceforge.netf0398044f1a5c93002a80dda65c42c2b851f690a</guid></item><item><title>multiple field PK's not supported for stored procs</title><link>https://sourceforge.net/p/codus/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Building select statements for tables with multi-field &lt;br /&gt;
primary keys are not supported by the current version of &lt;br /&gt;
the template engine.  When building the SelectOne &lt;br /&gt;
stored procedures for tables with the multi-field PK's the &lt;br /&gt;
first field in the PK is used.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Woodruff</dc:creator><pubDate>Fri, 11 Mar 2005 15:26:24 -0000</pubDate><guid>https://sourceforge.net7f96e0d702535e65e0fef61e83cda707bf53895e</guid></item><item><title>Minor GUI Corrections</title><link>https://sourceforge.net/p/codus/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;1. AllowNulls and Autoincrement are in the wrong &lt;br /&gt;
position in the columns list. Updating AllowNulls &lt;br /&gt;
actually updates the Autoincrement flag in the display &lt;br /&gt;
and vis-versa. &lt;/p&gt;
&lt;p&gt;2. Status Message should be cleared after the cursor &lt;br /&gt;
moves from the properties panel&lt;/p&gt;
&lt;p&gt;3. Status Bar is not anchored correctly. When the form &lt;br /&gt;
is resized it stays static. &lt;/p&gt;
&lt;p&gt;4. When selecting the root of the Tables and Views Tree &lt;br /&gt;
it still displays data in the columns and properties &lt;br /&gt;
panels which is no longer valid. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trevor Leybourne</dc:creator><pubDate>Wed, 09 Mar 2005 09:45:43 -0000</pubDate><guid>https://sourceforge.net7e3426456cdec110a98b235db3f3fa66fb0b7e48</guid></item><item><title>Generate procs for selected tables only</title><link>https://sourceforge.net/p/codus/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the stored procs are generated for all&lt;br /&gt;
tables.  Need to be generated only for selected tables.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean McCormack</dc:creator><pubDate>Mon, 07 Mar 2005 15:06:37 -0000</pubDate><guid>https://sourceforge.netbf5408485f86fb875ba46a7f2126db1657f28b55</guid></item><item><title>Field Lengths not correct in generated stored procs</title><link>https://sourceforge.net/p/codus/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The stored procedures generated in Codus do have have &lt;br /&gt;
the lengths for fields such as varchar, char, varbinary, &lt;br /&gt;
etc.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Woodruff</dc:creator><pubDate>Mon, 07 Mar 2005 14:33:38 -0000</pubDate><guid>https://sourceforge.netc6c474122179d7d33a848ea120726ed5052e0f75</guid></item></channel></rss>