Mario Alejandro Montoya Cortes
d2dde1fb5b
Call parameterized views from sql #3489 , plan and execution
2025-12-25 16:40:53 -05:00
Mario Alejandro Montoya Cortes
13110e88b7
Call parameterized views from sql #3489 , parsing
2025-12-24 13:56:34 -05:00
Mario Montoya
b54a4e49b9
Add a recursion limit to the evaluation of type_expr & parse_expr ( #2935 )
...
# Description of Changes
Add a guard against `stack overflow` in case of nested expression and
`joins`.
# API and ABI breaking changes
None
# Expected complexity level and risk
1
# Testing
- [x] Find how `deep` can be recursed the affected functions and put a
limit on it
- [x] Add a extra test to prove we can (in theory) do lots of `joins` in
the planning steps, even if executing them will be slow
2025-07-28 15:24:01 +00:00
Noa
742303ca49
Bump rust-toolchain to rust 1.88 ( #2749 )
...
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com >
2025-07-15 17:39:41 +00:00
joshua-spacetime
340460e26b
Return error for unqualified columns instead of panic ( #2572 )
2025-04-09 15:41:46 +00:00
joshua-spacetime
01c391f8a9
Add sql support for :sender parameter ( #2483 )
2025-03-21 17:53:34 +00:00
joshua-spacetime
aeaa7a423d
Add support for COUNT ( #2285 )
2025-02-20 16:37:33 +00:00
joshua-spacetime
6abfe8ddba
Add support for LIMIT ( #2279 )
2025-02-19 20:18:44 +00:00
joshua-spacetime
ad36d13335
Update sql literals to match spec ( #2196 )
2025-02-04 15:35:02 +00:00
joshua-spacetime
10598ba5c0
fix: qualified projection columns ( #2070 )
2024-12-19 20:35:45 +00:00
joshua-spacetime
921170816c
query rewriter ( #2031 )
2024-12-12 22:08:43 +00:00
Jeffrey Dallatezza
3782f884e4
Fix some places where trying to parse an empty string could panic. ( #2051 )
2024-12-11 01:16:47 +00:00
joshua-spacetime
df5b78a2ff
refactor: Add TableId to relvar type ( #1803 )
2024-10-11 17:54:07 +00:00
joshua-spacetime
65c72cd2b6
refactor: Intern names in relation expressions ( #1754 )
2024-09-30 20:55:43 +00:00
joshua-spacetime
06e5be5fd2
feat: Type check DML ( #1727 )
2024-09-24 23:52:29 +00:00
joshua-spacetime
f047bb14f7
feat: sql type checking and logical plan ( #1708 )
2024-09-17 15:41:19 +00:00
Mario Montoya
8ee1de60b4
Update SQL AST in accordance with the SQL spec ( #1623 )
...
Co-authored-by: joshua-spacetime <josh@clockworklabs.io >
2024-08-29 23:44:27 +00:00