-
That is actually a problem of combination IzPack+Ubuntu. (IzPack is used as installer for SQuirreL).
IzPack creates file .local/share/applications/SQuirreL\ SQL\ Client*********.desktop which should contain SQuirreL's directory on property Path, but without apostrophes. For some reason IzPack adds apostrophes when the install directory contains spaces, which is probably wrong behavior...
2009-11-07 05:37:02 UTC by mironsadziak
-
seems to have been a problem with DB2 (fixed itself today). My apologies.
2009-11-06 21:29:29 UTC by haroon
-
This one would do http://www.cartoonstore.net/cartoons_big/3071.jpg ;-)
2009-11-06 19:11:10 UTC by gshegosh
-
Hello. We also use SQuirreL with IBM DB2 z/OS v9 and know the described problem, too. A workaround would be to label the columns exactly as you name them. However, this is not a good solution.
Will there be a fix for SQuirreL in the next months?.
2009-11-06 05:38:35 UTC by schmedt
-
connecting from a Vista (or Linux) machine (using jdk 1.6.0_16) to a DB2 server running on z/OS hangs after connecting. I see evidence of the connection, if I enable debug logging.
BEGIN TRACE_CONNECTS
Successfully connected to server jdbc:db2://xxx:xxx/xxx
User: xxx
Database product name: DB2
Database product version: DSN09015
Driver name: IBM DB2 JDBC Universal Driver Architecture...
2009-11-04 21:17:04 UTC by haroon
-
If possible, I would like to renew this request. I would be more than happy to provide any information I can, and I do have access to a DB2/390 (i.e. z/OS) database where I can do some testing (though perhaps not of every functionality). More than anything I would REALLY like the object browser to work in certain cases (i.e. sequences).
Noticing the details on the request, I can say that we...
2009-11-04 18:11:36 UTC by eagle79
-
A solution to this problem could be to modify net.sourceforge.squirrel_sql.fw.gui.action.TableExportCvsCommand.java file and at line 345, in method getXlsCell() add following lines:
long utcTime = time+offset;
/* Work around Excel's problem with dates before 1900-03-01
* http://support.microsoft.com/kb/214058
* -2203891200000l is...
2009-11-03 14:12:02 UTC by mironsadziak
-
The following code snippet should produce no error:
---------------------------------------------------------------
select * from USER_TABLESPACES;
/* a test
select * from USER_TABLESPACES;
*/
select * from USER_TABLESPACES;
-----------------------------------------------------------
But we get an 'Error: ORA-00900: invalid SQL statement' in Squirrel versions 3.0.2 and 2.6.9...
2009-11-03 10:31:52 UTC by danmau
-
Im using Ubuntu 9.10. When I run SQuirreL SQL with OpenJDK the "General Preferences"->"I18n administration"->"Translations" tab is empty.
Normally there should be a bunch of buttons, input fields and a table on the bottom. But when using OpenJDK to run Squirrel, there is only
one input field for a file, directly on the center, and nothing more. Nothing happens when I select a file in that...
2009-11-03 04:48:40 UTC by mironsadziak
-
The following error occurred with Squirrel SQL version 2.3 rc2 as well as with version Snapshot-20090926_1413.
The About->System tab reports:
java.runtime.version 1.6.0_17-b04-237-9M3113
os.arch x86_64
os.name Mac OS X
os.version 10.5.8
As long as i launch it without the "--user-settings-dir" everithing works fine. But when i add this parameter at the end of the parameter list, then it...
2009-11-02 17:11:48 UTC by nobody