Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Change Age Confidence
alasql 4.5.24.17.0 age confidence

Release Notes

alasql/alasql (alasql)

v4.17.0: 2026-01-09

Compare Source

What's Changed

  • Add multi-column user-defined aggregate functions to close #​1966
  • Add SEPARATOR clauses and fix ORDER BY for GROUP_CONCAT to close #​2413
  • Improve UNION to support parenthesised SELECT and ORDER BY to close #​2414
  • Fix aggregate functions (COUNT/MAX/MIN) for PARTITION BY to close #​2408
  • Fix CSV importer to respect column-type to close #​1181
  • Fix GROUP BY with aliased expressions to close #​1968
  • Fix UNION ALL across NOT IN clause to close #​1146
  • Make CLOSE a context-aware keyword to close #​2248
  • Make OPEN a context-aware keyword to close #​2224

New Contributors

Full Changelog: AlaSQL/alasql@v4.16.0...v4.17.0

v4.16.0: 2025-12-23

Compare Source

What's Changed

  • Add grammar stub for transactions when using IndexedDB to close #​1969
  • Fix output when reusing aggregate function to close #​1147
  • Fix subqueries for CREATE VIEW to close #​1154
  • Fix NULL values for GROUP_CONCAT to close #​1259

Full Changelog: AlaSQL/alasql@v4.15.0...v4.16.0

v4.15.0: 2025-12-22

Compare Source

What's Changed

  • Add support for SEARCH INTO $variable to close #​2363
  • Fix key properties for column objects on table-level constraints to close #​1643
  • Fix trigger CALL for row data parameters (#​2377)
  • Make PATH a context-aware keyword to close #​2222
  • Make DELETED and INSERTED context-aware keywords to close #​2237
  • Make KEY a context-aware keyword to close #​2227
  • Make ORDER a context-aware keyword to close #​2223

Full Changelog: AlaSQL/alasql@v4.14.0...v4.15.0

v4.14.0: 2026-12-16

Compare Source

What's Changed

  • Add support for quoted table alias to close #​606
  • Add support for all SQL operations on anonymous data tables to close #​2348

Full Changelog: AlaSQL/alasql@v4.13.0...v4.14.0

v4.13.0: 2015-12-14

Compare Source

What's Changed

  • Add UNNEST function to close #​2141
  • Fix DEFAULT values when FILESTORAGE and LOCALSTORAGE to close #​1848

Full Changelog: AlaSQL/alasql@v4.12.0...v4.13.0

v4.12.0: 2025-12-13

Compare Source

What's Changed

  • Add support for comma-separated tables in CROSS JOIN ... USING/ON syntax to close #​130
  • Add support for INSERT INTO table SET col = val syntax to close #​136
  • Add support for INSERT IGNORE syntax to close #​143
  • Add parser support for ON DELETE and ON UPDATE CASCADE to close #​897
  • Fix async callback for XLSX export to close #​107
  • Fix negative numbers in JSON contexts to close #​475
  • Fix joinstar options for inline data to closer #​1004
  • Fix SELECT for columns from JOINed inline data to close #​1985
  • Fix UPDATE on tables with PK when data is directly assigned to close #​1989
  • Fix TypeScript type resolution to close #​2317

Full Changelog: AlaSQL/alasql@v4.11.0...v4.12.0

v4.11.0: 2025-12-07

Compare Source

What's Changed

  • Add BREAK/CONTINUE and LEAVE/ITERATE statements to close #​37
  • Add OUTPUT for INSERT/DELETE/UPDATE to close #​48
  • Add bitwise operations to close #​155
  • Improve implicit JOIN performance to close #​188
  • Add support for recursive CTE (Common Table Expression) to close #​200
  • Add WITH ROLLUP and WITH CUBE syntax to close #​292
  • Fix UNION ALL for HTML tables to close #​485
  • Fix XML character escape in XLSXML export to close #​525
  • Add support for table-prefixed columns in arithmetic expressions for GROUP BY to close #​536
  • Fix ORDER BY in INTERSECT/EXCEPT queries to close #​635
  • Improve errors for async IndexedDB operations to close #​845
  • Add support for @​ symbol in column names with backticks and qualified syntax to close #​884
  • Fix GROUP BY across columns with same name to close #​941
  • Throw error for invalid column names to close #​1173
  • Add support for table names starting with numbers to close #​1185
  • Add nested JSON output from arrow notation via INTO OBJECT() to close #​1278
  • Add REGEXP support for MySQL style word boundaries to close #​1384
  • Fix numbers in REPLACE() to close #​1455
  • Fix (NOT) IN for empty sets to close #​1529
  • Fix RECORDSET for no rows to close #​1547
  • Fix ORDER BY use of quoted column names to close #​2039
  • Fix RECORDSET for computed columns after SELECT * to close #​2070
  • Add subquery caching with correlation check to close #​2280

Full Changelog: AlaSQL/alasql@v4.10.1...v4.11.0

v4.10.1: 2025-11-21

Compare Source

What's Changed

  • ORDER BY clause for multiple UNIONs to fix #​7 after 11 years and 11 days
  • Let SELECT * INTO SQL() handle NULL values to fix #​42 after 10 years, 10 months and 7 days
  • ORDER BY with numeric column ref on SELECT * to fix #​125 after 10 years, 7 months and 4 days
  • Use DISTINCT with object values in SELECT and SEARCH to fix #​167 after 10 years, 6 months and 12 days
  • Support BETWEEN operator in CASE statement to fix #​735 after 9 years, 3 months, and 4 days
  • Allow nested subqueries for IN clause to fix #​847 after 8 years, 7 months and 29 days
  • Support import of multi-sheet XLSX to fix #​848 after 8 years, 7 months and 29 days
  • Let SERIAL columns handle explicitly provided values including NULL to fix #​895 after 8 years, 4 months and 28 days
  • Let UNIQUE constraint support JSON properties and expressions to fix #​925 after 8 years, 3 months, and 18 days
  • Update indexes when bulk loading data to fix #​1027 after 7 years, 4 months and 17 days
  • Support ROW_NUMBER() OVER (PARTITION BY) syntax for row numbering to fix #​1126 after 6 years, 3 months and 5 days
  • Let INSERT INTO SELECT FROM overwrite data with defaults to fix #​1484 after 6 years, 3 months and 5 days
  • Avoid timezone challenge for test408 to accomodate #​1587 after 2 years and 11 months.
  • Extract compiled JS from SQL to fix #​2169 7 days
  • Let CREATE INDEX support qualified table names to fix #​2184 after 2 days
  • Qualified table names for SHOW COLUMNS and SHOW INDEX to fix #​2200 after 16 hours

New Contributors

  • Thank you to Github for sponsoring @​Copilot who made their first contributions and helped nail issues with a combined age of 109 years, 1 month and 28 days from guiding it for a few hours. #theFutureIsNow

Full Changelog: AlaSQL/alasql@v4.9.0...v4.10.1

v4.10.0

Compare Source

v4.9.0: 2025-11-12

Compare Source

What's Changed

  • Regression of piping data via txt() in CLI mode to fix #​2149

New Contributors

Full Changelog: AlaSQL/alasql@v4.8.0...v4.9.0

v4.8.0: 2025-11-04

Compare Source

What's Changed

  • Support MAX on dates to fix #​2147
  • Let ROUND of NULL be undefined to fix #​2155

Also

  • Thank you to @​t-wy for lots of well documented questions and challenges.

Full Changelog: AlaSQL/alasql@v4.7.0...v4.8.0

v4.7.0: 2025-11-03

Compare Source

What's Changed

Also

  • Thanks to @​garyg1 making their first contribution and helping the quality of the readme info.

Full Changelog: AlaSQL/alasql@v4.6.6...v4.7.0

v4.6.6: 2025-04-02

Compare Source

What's Changed

  • Fix JOIN on JSONL sources by @​t83714 in AlaSQL#2082
  • Allow SELECT * for pivot to fix #​490
  • Update dependency axios to v1.8.2 for security reasons

Full Changelog: AlaSQL/alasql@v4.6.4...v4.6.6

v4.6.5

Compare Source

v4.6.4: 2025-02-28

Compare Source

What's Changed

Full Changelog: AlaSQL/alasql@v4.6.3...v4.6.4

v4.6.3: 2025-02-11

Compare Source

What's Changed

Full Changelog: AlaSQL/alasql@v4.6.2...v4.6.3

New Contributors

  • Thank you to @​t83714 for making their first contribution

v4.6.2: 2025-01-11

Compare Source

What's Changed

Full Changelog: AlaSQL/alasql@v4.6.1...v4.6.2

v4.6.1

Compare Source

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: AlaSQL/alasql@v4.5.2...v4.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.0 fix(deps): update dependency alasql to v4.6.1 Dec 29, 2024
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 1bc78db to 7a09a10 Compare December 29, 2024 19:04
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 7a09a10 to 564bbc1 Compare January 11, 2025 10:11
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.1 fix(deps): update dependency alasql to v4.6.2 Jan 11, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 564bbc1 to 01bf04b Compare February 11, 2025 19:27
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.2 fix(deps): update dependency alasql to v4.6.3 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 01bf04b to edcdaa6 Compare February 28, 2025 11:12
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.3 fix(deps): update dependency alasql to v4.6.4 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from edcdaa6 to 1bff1d4 Compare March 31, 2025 01:43
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.4 fix(deps): update dependency alasql to v4.6.5 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 1bff1d4 to 57c2b95 Compare April 2, 2025 03:10
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.5 fix(deps): update dependency alasql to v4.6.6 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 57c2b95 to 6cd74ed Compare November 3, 2025 03:06
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.6.6 fix(deps): update dependency alasql to v4.7.0 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 6cd74ed to 77928a1 Compare November 4, 2025 11:47
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.7.0 fix(deps): update dependency alasql to v4.8.0 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 77928a1 to d7adae8 Compare November 12, 2025 13:09
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.8.0 fix(deps): update dependency alasql to v4.9.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from d7adae8 to ba8a7bb Compare November 20, 2025 18:12
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.9.0 fix(deps): update dependency alasql to v4.10.1 Nov 20, 2025
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.10.1 fix(deps): update dependency alasql to v4.11.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch 2 times, most recently from 288ba8c to ad8d0e3 Compare December 13, 2025 02:55
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.11.0 fix(deps): update dependency alasql to v4.12.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from ad8d0e3 to 4610ad5 Compare December 14, 2025 01:49
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.12.0 fix(deps): update dependency alasql to v4.13.0 Dec 14, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 4610ad5 to dbebd61 Compare December 15, 2025 14:39
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.13.0 fix(deps): update dependency alasql to v4.14.0 Dec 15, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from dbebd61 to 9620aec Compare December 22, 2025 00:56
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.14.0 fix(deps): update dependency alasql to v4.15.0 Dec 22, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 9620aec to 0c7c89c Compare December 23, 2025 08:54
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.15.0 fix(deps): update dependency alasql to v4.16.0 Dec 23, 2025
@renovate renovate bot force-pushed the renovate/alasql-4.x branch from 0c7c89c to 50b9d16 Compare January 8, 2026 14:22
@renovate renovate bot changed the title fix(deps): update dependency alasql to v4.16.0 fix(deps): update dependency alasql to v4.17.0 Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant