neurolabs / henplus

HenPlus is a SQL shell that can handle multiple sessions in parallel. The commandline interface with the usual history functions features TAB-completion for commands, tables and columns. Database connect via JDBC.
GNU General Public License v2.0
98 stars 51 forks source link

Own classloaders for drivers and plugins #7

Open tbk303 opened 13 years ago

tbk303 commented 13 years ago

Right now, the jdbc-drivers and plugins are loaded by the system classloader. This should be replaced by classloaders that can load/unload these parts at runtime.

neurolabs commented 13 years ago

Submitted:

Henner Zeller ( hzeller ) - 2004-01-27 11:30:40 UTC