Skip to content

Commit

Permalink
version 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminadrianpopescu committed Nov 22, 2017
1 parent 9bbc9e3 commit fc53312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,13 +652,15 @@ you what other rows from other tables are referencing the current row.

Let's say, that you have the following table structure:

```
+--------------+ +-------------+
| employees | | departments |
+--------------+ +-------------+
| id | | id |
| lastName | | name |
| departmentId | +-------------+
+--------------+
```

If you execute `select * from employees`, you will get a list of all the
employees. If you go to the resultsets buffer and put the cursor on an
Expand Down Expand Up @@ -1235,10 +1237,13 @@ and
build 121.4 and more)
* `g:sw_plugin_path`: for `cygwin` environments: specify the plugin
installation path (for example `c:/Users/cosmin/.vim/bundle/vim-sql-workbench`)
* `g:sw_prefer_sql_over_macro`: if true, when executing a macro, the plugin
will send to `SQL Workbench/J` the query behind the macro

DbExt vs VIM SQL Workbench
========================================

```
+--------------------------------------+-----------------+-------------------+
| Feature | DbExt | vim sql workbench |
+--------------------------------------+-----------------+-------------------+
Expand Down Expand Up @@ -1284,6 +1289,7 @@ DbExt vs VIM SQL Workbench
| Copy across databases | - | X |
| Use annotations | - | X |
+--------------------------------------+-----------------+-------------------+
```

Initially, I started this tool as a proof of concept for the console
capabilities of `SQL Workbench/J`. It was just a toy. Without transactions, I
Expand Down

0 comments on commit fc53312

Please sign in to comment.