Release 1.2.1
This release contains mostly bugfixes:
- fix quoting for neo4j-import
- fix bolt auth if no username/password provided
- Windows environment fixes (#116)
- check if Neo4j instance is running before import fix #22 (#67)
- including only MySQL and PostgreSQL drivers in the uber jar fix #46 (#68)
- Replaced ResultSet.getString with ResultSet.getObject to properly extract data from RDBMS.
- stemmer removed, mysql driver to 5.1.38, better datatype conversion (#74)
- better info when setting up a new connection to a RDBMS
- neo4j-admin import with --f parameters fixes #112
- neo4j-shell fails on Windows fixes #114