Hi!
I am using Squirrel 3.0.3 on Mac OS X version 10.5.8 as Postgres IDE. Other configuration:
- "PostgreSQL 8.4.0 on i386-apple-darwin, compiled by GCC i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370), 32-bit"
- postgresql-8.4-701.jdbc4.jar
When I :
1 - connect to my DB (open a session - "connect")
2 - open in the session new SQL Worksheet (Ctrl-N)
3 - then paste SQL code there (cmd-v) OR write by handles (!)
4 - and close the SQL Worksheet without any prompt from my IDE
As result I can lose my script.
Sure, I know this bug and save my script manualy, but and this way can mistaken. Manualy saving also can lose content of worksheet and store 0 bytes on hdd, but this bug occur rarely and I can not reproduce it.