1) Changed indentation of (single or double) quoted strings to align on the first...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / README
1 Changes: Changes from 2.2.3\r
2 \r
3 Most changes to this version are trivial, and fall \r
4 into two main categories:\r
5 \r
6 - JDK 1.3 should now be supported.  \r
7 \r
8 - Eclipse 3.0 M5/M6 should be supported (although \r
9   there's a different jar to install\r
10 \r
11 In addition:\r
12 \r
13 - Schema handling has been revised.\r
14 \r
15 \r
16 \r
17 \r
18 \r
19 Changes: Changes from 2.2.2\r
20 \r
21 Most of the changes to the code are structural and\r
22 won't have an effect on the use of the plug-in.  Some\r
23 of the changes that you will see include:\r
24 \r
25 - Better refresh support (Issuing a refresh on the \r
26   bookmark list does not collapse any previously-open\r
27   selections.\r
28   \r
29 - Properties available for items in the bookmark list\r
30 \r
31 - Key mapping (Ctl-Shift-Q) to execute queries in the \r
32   Query view\r
33   \r
34 - Bug fix for mixed-case tables in PostGres\r
35 \r
36 - Bug fix for SQL Queries on Oracle with column type\r
37   of CHAR\r
38   \r
39 - Added an explicit checkbox to indicate that you want\r
40   to be prompted for a password at connection time.\r
41   \r
42 - When you've selected multiple nodes at the same time,\r
43   you can perform the same action on each of them.\r
44   \r
45 - The status line from the Bookmark View now appears in\r
46   the standard status line window area.\r
47   \r
48 - Queries are persisted so that you can keep a list of \r
49   queries.\r
50   \r
51 Changes: Changes from 2.2.1\r
52 \r
53 - Now you can leave blank the password field in the bookmark, \r
54   as suggested by Erik Dick in the Forum. You will be asked for \r
55   its value when trying to connect. There is a property \r
56   (Window->Properties->QuantumDB) to modify in case you use \r
57   blank passwords and don't want to be pestered with dialogs. \r
58   In this case, change the default (nothing) to a string \r
59   (e.g. "") and only when you use that string as bookmark \r
60   password you'll be asked for a new password.\r
61   \r
62 - The Query History View now registers all the queries, even \r
63   before being activated, fixing bug #773726.\r
64   \r
65 - The case sensitivity when using Postgres in Windows should \r
66   go now (bug #804353).\r
67   \r
68 - Fixed bug #811591, the Copy/Paste of bookmarks wasn't properly \r
69   initialized.\r
70   \r
71 - Now if the connection is implicit (created when using the SQL \r
72   Editor before opening the bookmark), the bookmark is connected \r
73   but the tables and views are not loaded till you try to expand \r
74   the node.\r
75   \r
76 - Fixed (really avoided) the problem with the Oracle jdbc driver \r
77   and its bug with getIndexInfo(). Bug reference #819846. \r
78