<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/sqlshell/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/sqlshell/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Feb 2010 22:01:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sqlshell/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>0.7 released</title><link>https://sourceforge.net/p/sqlshell/news/2010/02/07-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;We are proud to release version 0.7. It comes with a lot of bug fixes/enhancements and new features. We feel the application is getting ready for a 1.0 release where documentation and api (development) stability is more garanteed.&lt;/p&gt;
&lt;p&gt;Improvements include:&lt;br /&gt;
* added settings command to change settings and set variables&lt;br /&gt;
* more tab completion&lt;br /&gt;
* dump/read (import/export) command is improved. Tested for files larger then 4GB in size.&lt;/p&gt;
&lt;p&gt;We hope you enjoy this release as much as we do.&lt;/p&gt;
&lt;p&gt;Roy van der Kuil&lt;br /&gt;
SQLShell Developer&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Mon, 01 Feb 2010 22:01:24 -0000</pubDate><guid>https://sourceforge.net61e7f57f4c33267c75a9b33a6f83d60dfda99d1f</guid></item><item><title>sqlshell 0.6.1</title><link>https://sourceforge.net/p/sqlshell/news/2008/12/sqlshell-061/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please use this version since 0.6 introcuded a last minute bug that whas caused by code cleanup.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Wed, 24 Dec 2008 14:58:19 -0000</pubDate><guid>https://sourceforge.netbd3507dc253d268ca146a88f26308db19b5933d6</guid></item><item><title>sqlshell 0.6 released</title><link>https://sourceforge.net/p/sqlshell/news/2008/12/sqlshell-06-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Internet: december 22 2008&lt;br /&gt;
After quite a busy time and finally some holidays we managed to get the sixth&lt;br /&gt;
release of sqlshell out the doors.  It doesn't come with a lot of new features&lt;br /&gt;
(at least not as many as I would have hoped) but the overall stability and speed&lt;br /&gt;
should have improved a lot. This release is mostly a 'switching toolkit' release,&lt;br /&gt;
since it now can run on both jcurses (http://jcurses.sf.net) and charva (http://www.pitman.co.za/projects/charva/Screenshots.html).&lt;br /&gt;
We do feel Charva has fixed a lot of the multithreading issues we came across when using jcurses.&lt;/p&gt;
&lt;p&gt;Some new features of 0.6 include:&lt;br /&gt;
* Added tab completion for connect @&lt;br /&gt;
* Add description of column in 'show tables having &amp;lt;column&amp;gt;' command&lt;br /&gt;
* Add persistent history (thanks to the work of vladimiralarcon _at_ yahoo _dot_ com)&lt;br /&gt;
And bugfixes:&lt;br /&gt;
* Mysql case sensitivity fixes&lt;br /&gt;
* Tab completion case sensitive fix (For example jo&amp;lt;tab&amp;gt; -&amp;gt; Job)&lt;/p&gt;
&lt;p&gt;See the Changelog file for a complete list.&lt;/p&gt;
&lt;p&gt;I would like to thank Stefan Rotman for his time spent in the last couple of months on&lt;br /&gt;
SQLShell. I know he has been busy but he still managed to find some time to improve SQLShell.&lt;/p&gt;
&lt;p&gt;Hopefully there is more to come in the next release. Please do send me your ideas,&lt;br /&gt;
bugs and missing features. In the meantime please make sure&lt;br /&gt;
you still have the same amount of fingers when starting next year.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;
Roy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Tue, 23 Dec 2008 13:26:05 -0000</pubDate><guid>https://sourceforge.neta1200aad9f03acbe7a1c9cc0501d04e68b8a79da</guid></item><item><title>SQLShell 0.5 released</title><link>https://sourceforge.net/p/sqlshell/news/2008/03/sqlshell-05-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The SQLShell team is proud to announce the 0.5 release. A lot of work has gone into implementing the possibility to abort a running query. If a query can be aborted is mostly up to the jdbc implementation you are using. Aborting a query can be done by pressing 'ctrl+a'. My main target database platform used to be Oracle, which explains why the previous versions where mostly targetted at Oracle compatibility. A month ago I started using Mysql for a personal project and as a result I had to add some fixes to SQLShell for it to be usefull in Mysql. I hope, with these fixes, to have addressed more issues for other database vendors.&lt;/p&gt;
&lt;p&gt;New features include:&lt;br /&gt;
* Allow for commands to start in the background, this will allow to continue reading keyboard input (currently used to abort commands)&lt;br /&gt;
* Added help to keyboard mappings (pageup/down/end/home, etc)&lt;br /&gt;
* BUGFIX: Added fixes for mysql, mysql uses lowercase tablenames where oracle uses uppercase. Currenlty SQLShell tries to figure out which one to use automatically&lt;br /&gt;
* timestamp display fixes&lt;br /&gt;
* Tabcompletion improvements (fixed deadlock caused by an error in regular expressions api from java)&lt;br /&gt;
* Improved navigation in edit mode (home/end). It should be more intuitive and usefull now&lt;br /&gt;
* Removed border of one character to maximize the usage of the screen&lt;/p&gt;
&lt;p&gt;Also some good news from the development department. Another person has shown interest into working on SQLShell. He has some nice ideas, like persistant history over sessions. For more ideas please see the discussion forum. We hope to be able to include his fixes for the next version.&lt;/p&gt;
&lt;p&gt;As far as 1.0 is concerned. There is no releaseplan for a full (API) stable release yet. But we are working hard to make/keep SQLShell releases as stable as possible for daily production work.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;
Roy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Fri, 14 Mar 2008 12:38:19 -0000</pubDate><guid>https://sourceforge.net9f9454f9fe308f9764e5399986de585cd35efa27</guid></item><item><title>SQLShell releases version 0.4</title><link>https://sourceforge.net/p/sqlshell/news/2008/01/sqlshell-releases-version-04/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;januari 24, 2008 The INTERNET - The SQLShell team is proud to announce the 0.4 release. We feel this release has made great progress at becoming a full featured sql shell. A lot of work went into improving tab completion to allow you to type as little as possible. Still a lot more ideas to limit the number of keystrokes exist. We hope to address (some of) them in the next 0.5 release.&lt;/p&gt;
&lt;p&gt;New features include:&lt;br /&gt;
* Improved speed for displaying large( &amp;gt;200 &amp;lt;20000 rows) query results&lt;br /&gt;
* Fix display of time in date column (at least for oracle)&lt;br /&gt;
* Improved overall tab comnpletion&lt;br /&gt;
* Added tabcompletion for:&lt;br /&gt;
* desc&lt;br /&gt;
* execute batch command&lt;br /&gt;
* show&lt;br /&gt;
* group by (limited support for now)&lt;br /&gt;
* order by (limited support for now)&lt;br /&gt;
* allow enter in pwd field to 'ok' data&lt;br /&gt;
* fix in replace ~/ with users home dir in spool&lt;/p&gt;
&lt;p&gt;We would also like to take the change to explain why this is still a 0.x release. This is not because it will crash your database (although we never garantee it won't :)) but mostly because the command api is far from stable. Every new release thus far has seen some small changes in it's API. Porting commands hasn't been really difficult but we feel that when version 1.0 will be shipped the command API needs to be stable.&lt;/p&gt;
&lt;p&gt;We really hope you enjoy this new release as much as we do.&lt;/p&gt;
&lt;p&gt;Last but not least we want to whish one of the developers of SQLShell the best of luck with his new challenge at the &amp;quot;Mimeistry's School of Ministering Arts&amp;quot;. We still hope he finds some time to send in patches and or new features.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Thu, 24 Jan 2008 21:48:04 -0000</pubDate><guid>https://sourceforge.net0d40c1addf1a2f0043adf8644503c167e7a7cfbd</guid></item><item><title>SQLShell 0.3 released</title><link>https://sourceforge.net/p/sqlshell/news/2007/10/sqlshell-03-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;THE INTERNET - With pride and joy we announce the 0.3 release of SQLShell. With this release SQLShell grows towards maturity even more :)&lt;br /&gt;
The main focus for the 0.3 release are usability improvements, making it even more of a joy to use this SQL client.&lt;br /&gt;
The most important improvements include:&lt;br /&gt;
* Database connection; The focus on the connection dialog is more intuitive now, and it's possible to connect through command line arguments.&lt;br /&gt;
* Improved DESC command; This supports tab completion now, plus it shows usuable information about a table now, instead of just table names :)&lt;br /&gt;
* Improved TAB completion&lt;/p&gt;
&lt;p&gt;We hope you'll explore the wonderfull world of SQLShell.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Tue, 09 Oct 2007 09:37:40 -0000</pubDate><guid>https://sourceforge.netb2f6b0eb39f87e1d02e45283af5457a0b7aa53f6</guid></item><item><title>sqlshell 0.2 released</title><link>https://sourceforge.net/p/sqlshell/news/2007/09/sqlshell-02-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The internet. We are happy to announce the release of version 0.2 of sqlshell (or as some say sqlheaven). Dispite it's version number (0.2) it is already a very usable and stable version with lots of features added and bugs fixed since 0.1. I won't name all, but here is a short list of what has changed:&lt;br /&gt;
- Search in history (for example by entering '/query' to make the current command the last command with query in it)&lt;br /&gt;
- Show tables (show a list of tables that is available for querying)&lt;br /&gt;
- Make columns in select query fit the max result with instead of the max column width&lt;br /&gt;
- improved editing of sql commands&lt;br /&gt;
- added help&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Tue, 18 Sep 2007 06:24:16 -0000</pubDate><guid>https://sourceforge.netb1bc55083a3cf3dedf6999bf6266e690c08093ce</guid></item><item><title>Initial release</title><link>https://sourceforge.net/p/sqlshell/news/2007/09/initial-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;august 30, 2007.&lt;br /&gt;
Today the initial release of a powerful sql shell client is released. It's goal is to make sql hacking in a command line like environment as easy as possible. To many times there is only a text based connection available and most sql clients just aren't powerful enough to match the need.&lt;/p&gt;
&lt;p&gt;This client makes it possible and by using java JDBC it is possible to use this client with nearly every database server out there. Of course new feature requests and bug reports are welcome so that this client can evolve over time and my and your sql hacking fun can begin.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy van der Kuil</dc:creator><pubDate>Sun, 02 Sep 2007 19:26:46 -0000</pubDate><guid>https://sourceforge.net108946c3cc07083e824d325619c762a8ee25abfa</guid></item></channel></rss>