| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2015-11-18 | 1.2 kB | |
| Switched to SQL Workbench_J build 118.tar.gz | 2015-11-18 | 497.1 kB | |
| Switched to SQL Workbench_J build 118.zip | 2015-11-18 | 514.1 kB | |
| Totals: 3 Items | 1.0 MB | 1 | |
- Use the
SQL Workbench/Jprofiling instead of the profiling generated insqlwbserver - Use the
SQL Workbench/Jinteractivity. This means: - the possibility to use
$[?var]parameters or$[&var]parameters (see http://www.sql-workbench.net/manual/using-variables.html) - possible to have profiles without the password being saved in the profile (see http://www.sql-workbench.net/manual/profiles.html#profile-workbench-settings)
- possible to have profiles without the username being specified int the profile (see http://www.sql-workbench.net/manual/profiles.html#profile-workbench-settings)
- possible to have confirmation for data editing (see http://www.sql-workbench.net/manual/options.html#options-data-edit)
- renamed the
sqlworkbenchtosqlworkbench.py - moved all
pythonresources in theresources/pyfolder - added a check to return a nice error if you try to run an sql statement from a non sql buffer
- fixed the database explorer (checks before each command that a connection exists and if not opens a new one)
sqlworkbench.py is not compatible with SQL Workbench/J prior to build 118. To use build 117 and before you have to start sqlworkbench.py with the -O 1 parameter