<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/cocoamysql/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 23 May 2008 03:18:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cocoamysql/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Units, on Status tab</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On the Status tab, it shows a bunch of information (esp. in the "Sizes" box) with no units.  Bytes, kilobytes, words, ?&lt;/p&gt;
&lt;p&gt;It's hard to read a big sequence of numbers.  I suggest one of:&lt;br /&gt;
- add commas, and append " bytes" (e.g., "1,589,248 bytes")&lt;br /&gt;
- do this, but also show it in more meaningful units (e.g., "1,589,248 bytes (1.52 MB)")&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 23 May 2008 03:18:06 -0000</pubDate><guid>https://sourceforge.netf4463215ff6b4a16caba3f2bfde6c45bc0179cf4</guid></item><item><title>Default connnection</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be great if I could select one of the connections as the default connection and have it autoconnect when the programs starts.  In my usage I never have more than the 1 server configured and this would make it much faster to get in and out the program.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 18 Jan 2007 17:00:49 -0000</pubDate><guid>https://sourceforge.net9caead2bd2a6d7a1ef8a69510cc3212d10421fe2</guid></item><item><title>Named Queries</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I will often have a series of queries that are quite&lt;br /&gt;
long, with small subtle differences so I can review my&lt;br /&gt;
data different ways.&lt;/p&gt;
&lt;p&gt;In the Custom Query form, it would be nice if we could&lt;br /&gt;
give our "Favorite Queries" names, kind of like&lt;br /&gt;
bookmarks. If the name is blank, show the query,&lt;br /&gt;
otherwise show the name.&lt;/p&gt;
&lt;p&gt;So for example, if I had these two SIMPLE examples:&lt;/p&gt;
&lt;p&gt;SELECT * FROM user WHERE userID &amp;gt; 10&lt;br /&gt;
SELECT * FROM user WHERE userID &amp;gt; 10 ORDER BY lastName&lt;/p&gt;
&lt;p&gt;and presuming that users 0-9 where special admin&lt;br /&gt;
records, e.g.&lt;br /&gt;
I could name them for my own "bookmarks"&lt;/p&gt;
&lt;p&gt;List non-admin users&lt;br /&gt;
List alpha non-admin users&lt;/p&gt;
&lt;p&gt;Then -- at 2AM, when I'm trying to figure out where the&lt;br /&gt;
query is -- I could read English (or my language of&lt;br /&gt;
choice) instead of SQL :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 08 Sep 2006 15:47:38 -0000</pubDate><guid>https://sourceforge.net30d0ef71fd834fa1acde73cfce3b2a163c1b3f15</guid></item><item><title>Universal Binary</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For PPC and Intel Macs&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 14 Jun 2006 11:37:54 -0000</pubDate><guid>https://sourceforge.net9afef27904d6367fb86e4e30622e5520b78b8fe5</guid></item><item><title>Foreign Key Constraints</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add support for editing and modifying foreign key constraints.&lt;/p&gt;
&lt;p&gt;This feature is supported by the InnoDB table type (which CocoaMySQL &lt;br /&gt;
now supports switching tables to), and is essential to ensuring data &lt;br /&gt;
integrity and avoiding orphaned records.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Connamacher</dc:creator><pubDate>Fri, 21 Apr 2006 02:19:43 -0000</pubDate><guid>https://sourceforge.netb38733bd544776c17f86877c335d99ac7754f35e</guid></item><item><title>ability to log SQL</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be really nice if a future release of&lt;br /&gt;
CocoaMySQL included the ability to log the SQL the&lt;br /&gt;
program runs.&lt;/p&gt;
&lt;p&gt;This sort of ability is really good for double-checking&lt;br /&gt;
the edits you are making before you apply to the&lt;br /&gt;
production database.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 14 Jun 2005 19:02:53 -0000</pubDate><guid>https://sourceforge.net3e87cca8fce3f2d43758faa098bb2d575dbad86b</guid></item><item><title>Faster database opening</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have already set my preferences to display only 1000 lines of a &lt;br /&gt;
database, but just opening it takes forever. CocoaSQL has now been &lt;br /&gt;
churning away on this 200,000 record database for almost 10 &lt;br /&gt;
minutes. By contrast, YourSQL opens the same database in a few &lt;br /&gt;
seconds.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Eijkhout</dc:creator><pubDate>Mon, 28 Mar 2005 01:40:16 -0000</pubDate><guid>https://sourceforge.net335717a948a868534c83a0c278559c0747b61678</guid></item><item><title>Custom Data Entry Modes</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This app is the best out there. I was shocked when I tried &lt;br /&gt;
everything else...even commercial stuff and this program kicked &lt;br /&gt;
their butt.&lt;/p&gt;
&lt;p&gt;Anyways, it would be great to be able to customize the data entry. &lt;br /&gt;
Some way to create layouts where different users could enter the &lt;br /&gt;
info into the database. Kind of the way FileMaker and Appleworks &lt;br /&gt;
operate. You create a skin or a layout where you could define &lt;br /&gt;
which fields a particular user had access to input.&lt;/p&gt;
&lt;p&gt;This would be a dream come true.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 25 Jan 2005 19:29:48 -0000</pubDate><guid>https://sourceforge.nete020f888b24e3b7f4d81dec0100b3d99dc9cb6d2</guid></item><item><title>Add mysql 4.1 compatibility</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CocoaMySQL 0.5 lets you connect to mysql 4.1 only without &lt;br /&gt;
passwords. This can be a security risk.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gustavo Delfino</dc:creator><pubDate>Fri, 08 Oct 2004 12:49:29 -0000</pubDate><guid>https://sourceforge.net140bbac3279cf90134750271b84e38134e320e45</guid></item><item><title>SSH Port Tunneling</title><link>https://sourceforge.net/p/cocoamysql/feature-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be incredible to be able to configure a connection so that &lt;br /&gt;
it tunnels through ssh. Being that most people have firewalls in &lt;br /&gt;
front of their mysql servers this would be extremely useful.&lt;/p&gt;
&lt;p&gt;Check out this little app:&lt;br /&gt;
&lt;a href="http://projects.tynsoe.org/en/stm/" rel="nofollow"&gt;http://projects.tynsoe.org/en/stm/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 16 Sep 2004 18:32:26 -0000</pubDate><guid>https://sourceforge.net5f157530237a9a5c11df026f5f75162dd034e0d2</guid></item></channel></rss>