https://pub.dev/api/packages/sqlparser/feed.atomRecently published versions of package sqlparser on pub.dev2026-05-03T21:12:56.159527Zsimonbinder.euPub Feed GeneratorParses sqlite statements and performs static analysis on themurn:uuid:e3b73c05-dc0c-4307-ad65-160a4abfe2fev0.44.4 of sqlparser2026-05-03T21:12:56.159527Z0.44.4 was published on May 3, 2026.
Changelog excerpt:
- Support `ALTER TABLE ALTER COLUMN`statements.urn:uuid:3445fd7c-78f8-4d87-b409-1f60867113bav0.44.3 of sqlparser2026-03-19T09:41:23.232022Z0.44.3 was published on Mar 19, 2026.
Changelog excerpt:
- Add support for features added in SQLite 3.52.0.
- Add `supportPostgresCasts`field on `EngineOptions`to parse `::`casts.urn:uuid:3d457826-689e-4342-9709-b764840161fcv0.44.2 of sqlparser2026-03-06T08:59:30.720182Z0.44.2 was published on Mar 6, 2026.
Changelog excerpt:
- Better error recovery for select statements without result columns.urn:uuid:935a9f36-794b-4345-8f75-504f99173f40v0.44.1 of sqlparser2026-03-01T09:58:36.920380Z0.44.1 was published on Mar 1, 2026.
Changelog excerpt:
- Expose optional table name token for `StarResultColumn`.urn:uuid:6cf2d31a-ef1d-4561-b30d-5f4fcc36d1bcv0.44.0 of sqlparser2026-02-28T20:29:36.427037Z0.44.0 was published on Feb 28, 2026.
Changelog excerpt:
- Refactor the different `parse`methods on `SqlEngine`into a single one taking an `ParserEntrypoint`enum.
- In drift files, allow reading imports and statement metadata from comments.
- Make `Queryable`and `TableOrSubquery`sealed classes, remove `Queryable.when`.
- Expose tokens making up `Reference`s and `TableReference`s.
- Turn `AS`clauses into an explicit AST node with better spans.urn:uuid:c8e0644a-2d7c-40e2-9959-29942cd65deev0.43.1 of sqlparser2026-02-03T20:23:18.587550Z0.43.1 was published on Feb 3, 2026.
Changelog excerpt:
- Make `NamedWindowDeclaration`an AST node.
- Support parsing `DROP`, `VACUUM`, `REINDEX`, `ATTACH`, `DETACH`, `SAVEPOINT` `RELEASE`, `ROLLBACK`, `ANALYZE`, `PRAGMA`and `ALTER TABLE`statements.
- Add `SchemaBuffer`class to apply `ALTER TABLE`and `DROP`statements to `CREATE`statements.urn:uuid:02058d75-844c-4992-98bc-48638bcbd275v0.43.0 of sqlparser2026-01-12T22:31:31.416694Z0.43.0 was published on Jan 12, 2026.
Changelog excerpt:
- Allow parsing SQL from `FileSpan`s, which is convenient for SQL embedded as text in outer structures.urn:uuid:9b17429a-f4ba-4938-b643-757e91cdc951v0.42.1 of sqlparser2025-12-05T21:49:00.087380Z0.42.1 was published on Dec 5, 2025.
Changelog excerpt:
- Support new features introduced in SQLite version 3.51.0.urn:uuid:4783588d-63b4-4bec-a608-9c683a2e60f5v0.42.0 of sqlparser2025-10-18T13:21:54.997819Z0.42.0 was published on Oct 18, 2025.
Changelog excerpt:
- Fix unresolved references in CTEs resolving against the scope of the main query.
- Static analysis support for the PowerSync SQLite extension.urn:uuid:15efdbaa-300c-428d-9524-63c4d0437b4ev0.41.2 of sqlparser2025-09-05T21:58:33.279879Z0.41.2 was published on Sep 5, 2025.
Changelog excerpt:
- Improve error message on unknown columns when it looks like the identifier should have been a string literal.
- Infer the output of `lag`, `lead`and `nth_value`to be nullable.