Commit 486e04a
Version 2.30
New Features
------------
- The result window has a local buffer mapping 'R', which will 'refresh' the window. This means it will re-run the previous statement which is useful if you are repeatedly checking something in the database.
- SQL Anywhere (ASA) no longer relies on the jcatalogue tables to be installed in the database. System views are used instead.
- Support for MySQL 5.0 has been added, which includes stored procedures and views (as much as the beta allowed).
- For Postgress SQL you can now optionally enter an owner name to filter by when showing list of objects (tables, procedures, views).
Bug Fixes
------------
- The alternate-file is no longer changed the first time the result buffer is opened.
- Using DB2 with db2cmd incorrectly specified the command terminator with td, instead of -t.
- On win32 platforms, if the bin_path has been specified for DB2, then add this to the system path since db2cmd relies on other batch files to operate correctly.
- The connection string is displayed by both the Result buffer (first line) and the titlestring to the buffer (if enabled). This was not correctly appending the user used to connect to the database.
- When parsing Vim scripts we did not correctly remove a leading line continuation slash from the from of a query.1 parent 707e94f commit 486e04a
2 files changed
Lines changed: 340 additions & 195 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
52 | 82 | | |
53 | 83 | | |
54 | 84 | | |
| |||
230 | 260 | | |
231 | 261 | | |
232 | 262 | | |
233 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
234 | 267 | | |
235 | 268 | | |
236 | 269 | | |
| |||
534 | 567 | | |
535 | 568 | | |
536 | 569 | | |
537 | | - | |
| 570 | + | |
538 | 571 | | |
539 | 572 | | |
540 | 573 | | |
| |||
636 | 669 | | |
637 | 670 | | |
638 | 671 | | |
| 672 | + | |
| 673 | + | |
639 | 674 | | |
640 | 675 | | |
641 | 676 | | |
| |||
1209 | 1244 | | |
1210 | 1245 | | |
1211 | 1246 | | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
1212 | 1251 | | |
1213 | 1252 | | |
1214 | 1253 | | |
| |||
0 commit comments