<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/sqlbuddy/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlbuddy/bugs/</id><updated>2008-07-14T18:04:19Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Copy as HTML is extremely slow</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/20/" rel="alternate"/><published>2008-07-14T18:04:19Z</published><updated>2008-07-14T18:04:19Z</updated><author><name>paxis</name><uri>https://sourceforge.net/u/paxis/</uri></author><id>https://sourceforge.net353fb567e48a5e57040d35c3859c22e49cabf692</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Generate table of results with a substantial number of results (e.g. &amp;gt; 1000) and a number of columns (&amp;gt;20) and click Grid &amp;gt; Copy &amp;gt; as HTML and the program locks up until the copy process is complete. This usually takes several minutes.&lt;/p&gt;
&lt;p&gt;Copy as XML does not appear to suffer the same issue.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Display problems at &gt; 96dpi</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/19/" rel="alternate"/><published>2004-10-14T17:46:27Z</published><updated>2004-10-14T17:46:27Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc586e4e838d7f271529ed90bc94c6387f6af9c6d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There are a bunch of display problems on the main app &lt;br /&gt;
screen which seem to be related to running at a higher &lt;br /&gt;
screen resolution than the normal 96 dpi.  Switch to &lt;br /&gt;
120dpi via the Windows Advanced Display Properties, &lt;br /&gt;
and you may see the following:&lt;/p&gt;
&lt;p&gt;- [New Document 1 ] text overflows the tab&lt;br /&gt;
- The icon lables right below the tab are clipped.&lt;br /&gt;
- There is a gap between the main toolbar and the &lt;br /&gt;
windows below it, which doesnt seem to get painted.&lt;br /&gt;
- Show Sys Objects checkbox label is clipped on the &lt;br /&gt;
right&lt;/p&gt;
&lt;p&gt;See attached screenshot&lt;/p&gt;
&lt;p&gt;jslew@hotmail.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>SqlBuddy doesn't work as non-admin</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/18/" rel="alternate"/><published>2004-09-10T06:14:52Z</published><updated>2004-09-10T06:14:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net91c7469f116320cfe56c0a6554f996a3f134a1cf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The problem is that it attempts to write to files on&lt;br /&gt;
Program Files, which it shouldn't.&lt;br /&gt;
Move all the configuration files to APP_DATA, and that&lt;br /&gt;
should fix it.&lt;br /&gt;
As it is now, I get Access denies exception trying to&lt;br /&gt;
use it.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>installer dont work </title><link href="https://sourceforge.net/p/sqlbuddy/bugs/17/" rel="alternate"/><published>2004-09-02T19:59:51Z</published><updated>2004-09-02T19:59:51Z</updated><author><name>wallysmyhero</name><uri>https://sourceforge.net/u/wallysmyhero/</uri></author><id>https://sourceforge.net3e437bae7cf9da98d2173d70465ff657aacd0e9c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Your installer (MSI) shows my indended drive as having&lt;br /&gt;
5000 MB available and your install to take up 7000KB&lt;br /&gt;
but it won't install.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Open on Table Context Menu with Different Owner</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/16/" rel="alternate"/><published>2004-08-24T14:38:17Z</published><updated>2004-08-24T14:38:17Z</updated><author><name>Gaben</name><uri>https://sourceforge.net/u/gaben/</uri></author><id>https://sourceforge.net3b6a31cacf2098251aaf4f0255e082e0ecce0318</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This problem happened to me when trying to open a &lt;br /&gt;
table to view it's contents. To recreate this error you &lt;br /&gt;
must have a table that is not owned by dbo.&lt;/p&gt;
&lt;p&gt;right click on the table(non-dbo) from the object pane&lt;br /&gt;
Click Open &amp;gt; All&lt;/p&gt;
&lt;p&gt;received error:&lt;/p&gt;
&lt;p&gt;Statement Failed.&lt;br /&gt;
Invalid object name&lt;/p&gt;
&lt;p&gt;The fix here would be to include the table owner in the &lt;br /&gt;
query.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Case Sensitive Sql Server Problems</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/15/" rel="alternate"/><published>2004-08-09T17:50:44Z</published><updated>2004-08-09T17:50:44Z</updated><author><name>Gaben</name><uri>https://sourceforge.net/u/gaben/</uri></author><id>https://sourceforge.netaffea6c816855c689aa20c10eed45278805744bd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;SqlBuddy crashes when trying to get column information &lt;br /&gt;
from case sensitive servers. &lt;/p&gt;
&lt;p&gt;The DataDictionary class uses the information schema &lt;br /&gt;
to access column information. The queries that get this &lt;br /&gt;
information refer the columns and table in all lower case. &lt;br /&gt;
They should be changed to use all upper case.&lt;/p&gt;
&lt;p&gt;(i hope this project is still alive, it doesn't look like there &lt;br /&gt;
is much activity. I tried to email Tobin, but the email &lt;br /&gt;
bounced back. This is a great product and very &lt;br /&gt;
appreciated)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Date time truncated to date only.</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/14/" rel="alternate"/><published>2004-01-22T22:29:56Z</published><updated>2004-01-22T22:29:56Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc26ba5253e25d084e0f34f8d85ae099fe0b613f6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The contents of any date / time field are displayed as &lt;br /&gt;
the date only in the results grid.&lt;/p&gt;
&lt;p&gt;mdellacca@fnf.com&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Updating result grid when multiple grid.</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/13/" rel="alternate"/><published>2003-11-27T15:35:58Z</published><updated>2003-11-27T15:35:58Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete71c0485059dc122eaadbcc7f251e2a4b788a0f9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If I write ex:&lt;br /&gt;
select * from table1&lt;br /&gt;
select * from table2&lt;/p&gt;
&lt;p&gt;Then I go to the result grid to update the second table, &lt;br /&gt;
it seems to update the 2 resultsets.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Not sure of the bug but I have an empty table on the &lt;br /&gt;
first recordset requiring a primary key so it gives me the &lt;br /&gt;
error it cannot update because there's no primary key in &lt;br /&gt;
the first table (even if I modify the second one only).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Connection Profile allows same name.</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/12/" rel="alternate"/><published>2003-11-18T16:10:47Z</published><updated>2003-11-18T16:10:47Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcd5234f366dfcef894e9245482797fd262ba8d1c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Creating a new connection profile with the same name &lt;br /&gt;
as an exising one is allowed. Once created, any updates &lt;br /&gt;
to new profile actually update the intial profile of the &lt;br /&gt;
same name. I assume you are using the profile name as &lt;br /&gt;
the key for updates. &lt;/p&gt;
&lt;p&gt;Recommendation:&lt;br /&gt;
Disallow the creation of a new connection profile that &lt;br /&gt;
has the same name as an existing profile.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Maximize main window option not saved</title><link href="https://sourceforge.net/p/sqlbuddy/bugs/11/" rel="alternate"/><published>2003-11-04T16:03:16Z</published><updated>2003-11-04T16:03:16Z</updated><author><name>Yannick Lefebvre</name><uri>https://sourceforge.net/u/jackdewey/</uri></author><id>https://sourceforge.netedd75488926336e63b29765b1171decc9e19695f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Found in version 0.0.69&lt;/p&gt;
&lt;p&gt;1- Start SQL Buddy&lt;br /&gt;
2- Go to Tools | Options menu&lt;br /&gt;
3- Select Maximize Main Window On Startup and click OK&lt;br /&gt;
4- Go back to Tools | Options menu&lt;/p&gt;
&lt;p&gt;The box that was checked is no longer checked. It would&lt;br /&gt;
be very useful to be able to use this option.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>