Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed Oct 8, 2018
1 parent 2cbef07 commit d971d01
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 78 deletions.
31 changes: 31 additions & 0 deletions sqlexplorer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@


# Eclipse SQL Explorer v3.7

## Code changes

This version of SQL Explorer has been migrated from [Sourceforge](https://sourceforge.net/projects/eclipsesql/) in
October 2018; as well as fixng a few bugs, the code has been refactored to simplify development and deployment -
where previously each database driver was implemented in a separate plugin and the plugins were combined for
deployment via a feature, these have been removed and the drivers integrated into the one plugin.

Older and more esoteric database support (eg Informix) has been dropped, although the code is still available in the
master branch and would be straightforward to integrate. The databases supported are:

* Oracle
* MySQL
* Microsoft SQL Server

## Releases
Currently, the only release is as a plugin for manual deployment. This could change, depending on
whether there is demand (or someone wants to support it).

To use this release:
1. Shut down Eclipse
2. In the Eclipse application directory
a. find the `features` directory and delete all `net.sourceforge.sqlexplorer*` files & directories.
b. find the `plugins` directory and delete all `net.sourceforge.sqlexplorer*` files & directories.
3. Download the .jar from the Releases page at GitHub and place it in the `plugins` directory
4. Start Eclipse with the `-clean` command line argument
After the first time with `-clean` you can start Eclipse normally.

76 changes: 0 additions & 76 deletions sqlexplorer/README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions sqlexplorer/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ src.includes = .classpath,\
preferences.ini,\
META-INF/,\
config.ini,\
README.txt,\
README.md,\
test/,\
license.txt,\
plugin.properties
Expand All @@ -31,7 +31,7 @@ bin.includes = default_drivers.xml,\
lib/log4j.jar,\
lib/rowset.jar,\
lib/dom4j.jar,\
README.txt,\
README.md,\
lib/hibernate3.2.4.sp1.jar,\
license.txt,\
plugin.properties,\
Expand Down

0 comments on commit d971d01

Please sign in to comment.