Shamis Shukoor

Results 14 issues of 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:...

bug

null values are not distinguishable

enhancement

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 ![image](https://user-images.githubusercontent.com/3499591/46942656-18737580-d06e-11e8-846e-a736e66a4df4.png) Query request send with...

bug

saving a connection with the same name that already exists in another adapter overwrites the previous connection

enhancement

![image](https://user-images.githubusercontent.com/3499591/62550469-98bbcf00-b86a-11e9-8612-14c382f9687e.png) editing a erlang term with pid in it fails

bug

editing the following results in an invalid term error ```erlang #{dst_mask => "", a => 1} ``` Following works fine ```erlang #{dst_mask => "", a => 1} ``` Problem seems...

bug

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...

enhancement