Hi Alex,
all you need to do is delete
sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLExecuterTask.java
and compile will work.
Unfortunately SQuirreL is in the middle of the introduction of a
"Multible session window framework". Nonetheless it works. The people
who where working on the new framework got stuck at the moment but I'm
confident they will be back in the near future.
SQuirreL is not dead especially not for me. Me and all of my colleagues
at work use it and like it a lot. We are using a snapshot of the sources
that I took just before the work at the Multible session window
framework started. This version is pretty well tested und quite
functional. If you want me to I can mail you this version. Without the
libs that are available in CVS and including all the plugins we use it
is a tar.gz of 1.5 mb.
Here's just a quick overview of the things I have done that have not yet
been released:
- The graph plugin allows you to print tables and their foregin key
relations.
- Scripting is more complete and available from within the graph plugin.
- The code completion plugin provides shortcuts for writing joins. Those
shortcuts use foreign key relations to generate the join syntax.
- The syntax plugin uses the editor of Sun's Netbeans IDE. This editor's
syntax highlightning is more exact, it is less memory consuming and
feels more like a real code editor than the old editor.
I hope this gives you a little faith that SQuirreL is alive.
Gerd
|