dderl
dderl copied to clipboard
Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
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.  It...
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`
 ``` 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:   The problem does...
Copying this table from one DB to another becomes quite difficult. I tried in two ways: A) DDerl Copy via Clipboard: (fails)   If I remember correctly, we are...
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...
@tluasb Please check: did this ever work in DDerl for Oracle?   If yes: Please fix, if no: Can we implement this? It is sometimes difficult to understand why...
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...
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...
@acautin @c-bik The following parameter names should be possible:  On the parameter bind page, all parameters used in the sql should appear. Those which are not using our naming...