dderl
dderl copied to clipboard
Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
Sometimes is difficult to see the difference between queries on the history select box especially when the changes are in the where clause. Taking advantage of the new monaco editor...
Virtual scrolling should be implemented as a way to allow the user to load more rows from the server.
**Steps to reproduce** 1. Create `tuple_test` table, with `col1` composite type (`ddTable` entry): ```json [{"qname": "{dderl,tuple_test}", "columns": "[{ddColumn,col1,{atom,integer},undefined,undefined,{},[]},{ddColumn,col2,integer,undefined,undefined,undefined,[]}]", "opts": "[]", "owner": "system", "readonly": "false"}] ``` 1. Add some rows into...
Having a practically unbounded timeout for request could lead to hit the browser limit for ajax requests (6 for firefox) if the user is performing many long running actions. This...
It seems most of the time is spent finding if the values are already present here: https://github.com/K2InformaticsGmbH/dderl/blob/master/src/dderl_fsm.erl#L1559 Evaluate if the performance can be improved by using ets tables or maps...
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
To check how this error shows up in: https://github.com/K2InformaticsGmbH/dderl/blob/314f08fa5c91557f7756e097766dabfb513e95a8/priv/dev/static/scripts/dderl.js#L152-L165
The following situation is inconsistent: spinner is indicating a running execute/fetch while the result pane is iondicating a sucessful fetch with 0 rows:  observed in long running production query...
Greetings from Hackergarten :-)