Skip to content

Conversation

@mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Oct 27, 2025

Fixes #6882. This handles nested SQL in the SQL parsing logic for sql smart cells:

e.g.

     SELECT
        id AS idid,
        value as valval
    FROM
        sample_data
    WHERE
        id IN ({",".join(df["id"][0:2].to_list())})

@vercel
Copy link

vercel bot commented Oct 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 27, 2025 4:06pm

@mscolnick mscolnick merged commit ee80bd1 into main Oct 27, 2025
26 checks passed
@mscolnick mscolnick deleted the ms/better-sql-parsing-nested branch October 27, 2025 16:15
@mscolnick mscolnick added the enhancement New feature or request label Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL cell scrambled by Format cell

3 participants