-
Upon inspection of the squirrel-sql.bat file, I see that there is an echo statement that prints the Squirrel Classpath (SQUIRREL_CP). But it seems the default command used to start SQuirreL is not working.. obviously. :)
Are you comfortable editing BAT files?
There are several examples of commands to be used to start the application depending on specific features you want. Can you try these?...
2009-08-05 23:07:26 UTC in SQuirreL SQL Client
-
Using the patch I supplied, only a left click on the column header will sort the column. A right click will bring up the context menu, but will not sort the column.
2009-08-05 22:46:08 UTC in SQuirreL SQL Client
-
### Eclipse Workspace Patch 1.0
#P squirrel_fw
Index: src/net/sourceforge/squirrel_sql/fw/gui/ButtonTableHeader.java
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/ButtonTableHeader.java,v
retrieving revision 1.9
diff -u -r1.9 ButtonTableHeader.java
---...
2009-08-05 22:43:56 UTC in SQuirreL SQL Client
-
The stack traces you posted below say
java -jar C:\Personal\Downloads\SqurrelSQL\squirrel-sql-3.0.2-install.jar
Are you attempting the install and then the error occurs? Or has the install successfully completed, then once you run the application, you get the error?
Also, there is a 'Plain ZIP format' of Squirrel that you can download from www.squirrelsql.org. There is no installation...
2009-08-05 20:14:33 UTC in SQuirreL SQL Client
-
Where are you seeing that the column name and column label are different? Is this defined in the database, or are you setting the label of the column in the query?.
2009-08-04 04:27:48 UTC in SQuirreL SQL Client
-
I tried this and it worked for me.. The history drop down in 3.0.2 is directly below the Objects, SQL, and Hibernate tabs that are visible once you connect to a database. The queries I issued are correctly added to the drop down, and to the SQL history dialog (second button to the right of the drop down).
Does this issue occur in all cases? In other words, does it ever work?
I am using Ubuntu...
2009-08-04 04:21:06 UTC in SQuirreL SQL Client
-
I have verified this bug and its solution. The file is
sql12/build/plainzip/squirrel-sql.sh
To correct it:
1) There is an errant apostrophe (`) on the first line of the file. It should be removed.
2) On line 20, an apostrophe (') should be added before the phrase "/Contents/Resources/Java".
2009-08-04 03:50:09 UTC in SQuirreL SQL Client
-
This occurs when you try to export the data of ANY table, or just a specific table?
Is it possible to supply the data in question for testing purposes?.
2009-08-04 00:54:26 UTC in SQuirreL SQL Client
-
Do you have any problems running other Java apps? What version of Java are you running?.
2009-08-04 00:46:37 UTC in SQuirreL SQL Client
-
URL to the bug
http://sourceforge.net/tracker/index.php?func=detail&aid=1530205&group_id=43225&atid=435578.
2006-12-24 17:17:45 UTC in FreeCol