-
AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.
Programming question?
- Please use http://stackoverflow.com/questions/ask?tags=alasql
Something not w…
-
AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.
Programming question?
- Please use http://stackoverflow.com/questions/ask?tags=alasql
Something not w…
-
The markdown links in the Import/Export section of the Wiki are not links. It's just the title repeated where the link should be.
-
Currently the SQL and ODBC plugins only allow a single query at a time. Tremendous efficiency could be gained by permitting an array of queries to optionally be provided and returned in a single payl…
-
Hello all,
I have a Json object with datetime stamps with this format 2018-06-21 15:00:00.
When using `console.log(JSON.stringify(alasql('SELECT ROUND(AVG(DATEDIFF(second,"2018-06-21 15:00:00","2018…
-
AlaSQL is based on unpaid voluntary work. Thank you for taking the time to make it better.
Question about how to ...
- Please use http://stackoverflow.com/questions/ask?tags=alasql
Something i…
-
Spawned from #409
``` js
alasql.stfn.FLAT = function(obj,opts) {
opts = opts || {}
var levels = opts.levels | 0 || 100;
var objDevider = opts.objDevider || '.';
var arrayDevider =…
-
To make error catching easy it is reasonable to number errors, like:
```
00001: Table 'addresses' doesn't exist.
00002: Database 'MyAtlase' doesn't exist.
etc.
```
So, people can distinguish errors …
-
How do I force alasql to enforce strict SQL syntax? For example, if I perform a `GROUP BY x` on data where there is no `x` field, I don't get an error. Here is an example:
```
var data = [
{…
-
It appears that variable binding in compound statement is not supported well.
E.g.
1) Below statement is not working. The data is not updated at all.
``` js
DB.exec("UPDATE [Table] SET [Field1] = '…