Timo B. Kranz
Timo B. Kranz
help set-var-from-query SYNOPSIS: set-var-from-query [ ] DESCRIPTION: Wit is retrieved from the sql query. The first colomn from the first row is used to set the variable. Variables are expanded...
Hi Everyone, I am using HenPlus with MS SQL database and need to get multiple result sets with a single SQL query at times It is fairly easy to fix,...
When the user name / password is passed as part of the URL connect string it will be echoed back as part of the output. For security reasons it would...
Doing "select _" from a table with many columns results in lots of line wrapping. It would be nice if henplus had a feature similar to SQL_PLUS's "set wrap off",...
The dump-out command takes a list of tables that are exported in that sequence. It would be nice however if the sequence would be re-ordered before export so that dependencies...
It would be cool if it was possible to create aliases that allow parameters at arbitrary positions: alias mysel "select \* from $9 where =" later use it with mysel...
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.
We need an Event Listener structure, that allows plugins to register for certain events like dispatched commands or start/exit of HenPlus. Alright. The first event listener is available. An ExecutionListener...
I have a DB using Oracle's DATE type which contains times as well as dates (as of 9.2). If I dump a table, the column is listed as type DATE...
luciddb has an "import" command that allows data to be imported from a foreign source, e.g. create or replace server jdbc_link foreign data wrapper sys_jdbc options( driver_class 'org.postgresql.Driver', url 'jdbc:postgresql://localhost/db',...