Shamis Shukoor
Shamis Shukoor
Thanks a lot for the library, Required to have custom annotations so have made the following change to make it work.
Following code can be used to reproduce the problem ```sql DECLARE var1 number := 0; BEGIN var1 := :SQLT_VNU_INOUT_VAR1; var1 := var1 + 1; end; ``` Error produced is `ORA-01459:...
pressing Ctrl+Enter (to execute the query) without moving the focus from a changed parameter field results in execution of the query with last bound value  Query request send with...
saving a connection with the same name that already exists in another adapter overwrites the previous connection
 editing a erlang term with pid in it fails
editing the following results in an invalid term error ```erlang #{dst_mask => "", a => 1} ``` Following works fine ```erlang #{dst_mask => "", a => 1} ``` Problem seems...
fixes #276
travis check if the code is formatted https://travis-ci.org/K2InformaticsGmbH/imem/jobs/634795880#L426
#### Default cluster snapshot implementation (existing) - Takes snapshot of the tables in the configured list `[{imem,imem_snap,snapshotClusterTables}]` - Puts these snapshots a folder and zips the folder - executes everyday...