dderl icon indicating copy to clipboard operation
dderl copied to clipboard

Web based Data Explorer / Data Jump Station with Erlang In-Memory Support

Results 82 dderl issues
Sort by recently updated
recently updated
newest added

receiver side: It seems that on a very quick transfer, the row counter on the receiver side never even lifts off 0. Also, the window is too tall. ![image](https://user-images.githubusercontent.com/1941407/53502522-8ca73680-3aae-11e9-9afe-35e7b71c5c48.png) It...

enhancement

depends on #574 1. Connextions dropdown 1. `ddAdapter` 1. Connect to a oracle DB 1. Making "All Tables" view working 1. Ensuring it loads in parallel with legacy `erloci`

enhancement
Size: 8
oranif integration

![image](https://user-images.githubusercontent.com/1941407/51893369-f267ac00-23a4-11e9-9c56-1c37baa656f0.png) ``` SELECT REVICS_SEPID, REVICS_SHORTID, REVICS_ROWID_MASTER, REVICS_COUNT_EXPECTED, REVICS_TABLE_SLAVE, REVICS_ROWID_SLAVE FROM SBS1_ADMIN.REVI_CONTENT_SUB WHERE REVICS_SHORTID = '788' AND REVICS_SEPID = '201901' AND REVICS_ROWID_SLAVE IS NULL CREATE TABLE SBS1_ADMIN.REVI_CONTENT_SUB ( REVICS_SEPID VARCHAR2(6 BYTE)...

Pasting 269 values into an empty table in column 'right' works. Then, without committing, trying to paste 301 values into column 'left' does not work: ![image](https://user-images.githubusercontent.com/1941407/51594840-a2489f80-1ef5-11e9-9d55-9aa208b912c9.png) ![image](https://user-images.githubusercontent.com/1941407/51594918-d0c67a80-1ef5-11e9-85b4-fbe3cd1c5d3a.png) The problem does...

bug

Copying this table from one DB to another becomes quite difficult. I tried in two ways: A) DDerl Copy via Clipboard: (fails) ![image](https://user-images.githubusercontent.com/1941407/49030763-869c7380-f1a8-11e8-9432-9705d9614f2a.png) ![image](https://user-images.githubusercontent.com/1941407/49031081-4db0ce80-f1a9-11e8-8389-b782ff257d1d.png) If I remember correctly, we are...

enhancement
Size: 2

It would be very helpful if you could find out from the documentation which Erlang (or rebar3 if also restricted) version is supported. It is a bit tedious to install...

enhancement

@tluasb Please check: did this ever work in DDerl for Oracle? ![image](https://user-images.githubusercontent.com/1941407/47663516-82773900-db9d-11e8-9a33-5d59e6db4a3b.png) ![image](https://user-images.githubusercontent.com/1941407/47663875-24972100-db9e-11e8-8efe-de010efbe0bb.png) If yes: Please fix, if no: Can we implement this? It is sometimes difficult to understand why...

bug
question

Steps to reproduce: Open a table and select a value to copy into a view with parameters. Open the parameterized view without clicking inside so it doesn't get focused. Copy...

bug

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

@acautin @c-bik The following parameter names should be possible: ![image](https://user-images.githubusercontent.com/1941407/46696901-a2a57f00-cc13-11e8-9cbb-4612c8a1c8ff.png) On the parameter bind page, all parameters used in the sql should appear. Those which are not using our naming...

enhancement