-
As an example, see the code for Example B at [https://github.com/agershun/alasql/wiki/TRIGGER](https://github.com/agershun/alasql/wiki/TRIGGER):
```
alasql.fn.onchange = function(r) {
if(…
-
I think we can add option flag should AlaSQL make
a) slow deep distrinct operation for nested JSON objects
b) fast distinct operations which will check only first level objects
We can use flag:
```
…
-
We can create a list of features to be removed for the AlaSQL core to minimize the sze:
- alasql.pretty() and all related functions
- AST.toString() functions for all statements (non expressions)
- al…
-
data path independence, sql, format, http://alasql.org/, dicts vs other, etc / most essential way to express things - when stripped down must there be only one way to express an idea? for example, two…
-
There is excellent documentation on alasql's reserved words: https://github.com/agershun/alasql/wiki/AlaSQL-Keywords
However it would be helpful to receive a more concise error that a reserved word…
-
AlaSQL node is very good but I'm having difficulty performing a UNION ALL when I do a Select on two spreadsheets (or two sheets from one spreadsheet). Node-red crashes with an uncaught exception erro…
-
Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a…
-
Lets imagine that you have some data on your client in a alasql db. Lets say we get a new chunck of JSON data in the correct format to put into the alasql DB.
There should be no reason to convert da…
-
It would be nice to provide a playground allowing the users/customers to play Dexie online at its site before using it. Something like [TypeScript's playground](https://www.typescriptlang.org/play).
…
-
### Multi-Model at Front End
We usually store the data of stocks in tables, so there are many tables for different time scales and different terms. When we explore the meaning of the data, clearly w…