-
Any date before 1900-03-01 when exported into Excel will shift down one day, e.g. 1900-01-01 will become 1899-12-31.
If I understand http://support.microsoft.com/kb/214058 correctly, then this is a bug^H^H^Hfeature of Excel that is here to stay, so it might be better to emulate this behavior on export (to get the same data shown in Excel as in SquirreL SQL) .
Workarounds:
(1) export as...
2009-10-15 08:40:17 UTC in SQuirreL SQL Client
-
Suppose you have an existing file IMPORTANT.SQL
You start a new connection, type a few commands, then use Ctrl-S and give the filename IMPORTANT.SQL
You will be asked whether you want to overwrite the file, you choose "No"
Now using Ctrl-S once more will NOT bring up the dialog again and the file IMPORTANT.SQL has been overwritten with the actual window contents.
2009-09-07 03:54:30 UTC in SQuirreL SQL Client
-
>Sigh - I'll try to make this a bit easier soon :)
I'll be waiting for that - but thanks for responding.
BTW: I am not in a rush - I used SQLPlus to get the 2 grants done; for everything else I use SQuirreL - great tool!
2009-07-14 17:13:55 UTC in SQuirreL SQL Client
-
When trying to connect as SYS to an Oracle database I get the error "ORA-28009: connection to sys should be as sysdba or sysoper"
(Using Squirrel Sql 3.0.2)
2009-07-08 10:20:54 UTC in SQuirreL SQL Client
-
> If running a script the whole output should be put in one tab.
Clarification: only DDL command outputs of a script should be lumped together in one tab. If the script contains select statements, they still should get their own tab, of course.
I admit that I wasn't carefully thinking through this "lumping together DDL commands in scripts" suggestion. If there is MetaData for each DDL...
2009-04-17 03:04:55 UTC in SQuirreL SQL Client
-
>i just released a binary build of the DLL (cross compiled w/MinGW) which
>should be usable for developing applications
Nice, but I have to spoon-feed a pixel stream to the DLL, right?
>the plan is for the next release to also include the zebraimg binary
That will definitely lower the initial hurdle how to use Zebra (on Windows) and people that are NOT developers might be able using Zebra too.
2009-04-02 02:22:07 UTC in ZBar bar code reader
-
I would extend that: even errors should get their own tab.
Sometimes a query is expected delivering a similar result to the previous one, but if now a small typing mistake produces an error I have to notice the red error message in the bottom most window. If I fail noticing it I am going to inspect the wrong result. So I would really prefer if the program would stick the error in my face by...
2009-03-30 04:18:36 UTC in SQuirreL SQL Client
-
Good idea if it is an option like "Confirm Session Close".
Whether to check it by default might be debatable: backwards compatibility vs. newbie will have to run long query again. Maybe the option also should offer setting a threshold above which a confirmation is needed? (e.g. >10 sec. query time)
2009-03-30 03:28:47 UTC in SQuirreL SQL Client
-
>sticking with cygwin for the moment: if you only need to read from files and want to minimize
>dependencies, you should be able to remove most of these. eg, add --without-x to the zebra library
>configure to remove the direct dependency on X.
>
>in order to have any effect on your list, you will also need to remove indirect dependencies by
>recompiling back up the...
2009-02-23 11:55:54 UTC in ZBar bar code reader
-
>i dunno either, looks like a valid filename to me? ...could be that windows or the svn clients have a >problem w/the colon? (confusion w/a drive letter?)
In Windows a filename/folder/volume label/device name cannot contain any of the following 9 characters:
\ / : * ? " < > |
(That I cannot use the colon annoys me the most often, as I cannot use the common time format in...
2009-02-23 02:09:29 UTC in ZBar bar code reader