-
I'm not convinced that your problem is because of an alias with a dot in it. This is the line in SQSC thats failing
Connection jdbcConn = driver.connect(alias.getUrl(), myProps);
alias.getUrl() is the URL, not the name so theres no dot in it.
In my case the URL is jdbc:mysql://localhost:3306/sakila
the alias name is Mysql.sakila
the contents of myProps is
{user=root...
2007-01-13 01:48:19 UTC in SQuirreL SQL Client
-
Works for me with MySQL.
It would be useful to know which DBMS and driverr you are using, and the actual error message that you get.
2007-01-11 23:13:12 UTC in SQuirreL SQL Client
-
For perfromance reasons we only show objects from the current catalog in the tree. To see other catalogs select the catalog from the catalog dropdown.
2007-01-11 23:10:20 UTC in SQuirreL SQL Client
-
The JDKPathPanel.java file actually checks for a JDK, not a JRE. Its designed for products that require a JDK. It does this by looking for tools.jar.
You've got a 1.5 entry which hopefully will do.
2007-01-04 00:23:32 UTC in SQuirreL SQL Client
-
It will detect a JDK, just not a JRE.
2007-01-03 22:26:51 UTC in SQuirreL SQL Client
-
colbell committed revision 3154 to the SQuirreL SQL Client SVN repository, changing 1 files.
2006-12-17 10:49:09 UTC in SQuirreL SQL Client
-
colbell committed patchset 2095 of module sql12 to the SQuirreL SQL Client CVS repository, changing 1 files.
2006-12-17 10:49:09 UTC in SQuirreL SQL Client
-
Duplicate of [ 1614107 ] public synonyms are not visible.
2006-12-13 19:42:52 UTC in SQuirreL SQL Client
-
Rob,
Although the OP's issue isn't a bug, I'll leave this open for you to try to reproduce with varchar/varchar2 column types.
2006-12-07 19:25:19 UTC in SQuirreL SQL Client
-
Does it happen on drivers other than HSQL?.
2006-12-06 09:29:59 UTC in SQuirreL SQL Client