-
Notifications
You must be signed in to change notification settings - Fork 1
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
bug: a WAL checkpoint is blind to same-process readers and can backfill past a live snapshot
bugSomething isn't workingSomething isn't workingStatus: Open.#728 In Lab271/sqlite-rs;bug:
WITHOUT ROWIDtables are stored as ordinary rowid b-treesbugSomething isn't workingSomething isn't workingStatus: Open.#727 In Lab271/sqlite-rs;bug: the catalog's own rules are not enforced — reserved names accepted, DDL text unnormalized,
DROP VIEWmissingbugSomething isn't workingSomething isn't workingStatus: Open.#726 In Lab271/sqlite-rs;bug: two oracle divergences the parser tickets left behind (#696/#698 scope gaps)
bugSomething isn't workingSomething isn't workingStatus: Open.#725 In Lab271/sqlite-rs;bug: a FROM item's own identity is not in scope —
SELECT *over a subquery returns the wrong columns, and a column cannot be qualified by its aliasbugSomething isn't workingSomething isn't workingStatus: Open.#724 In Lab271/sqlite-rs;test: the SQE catalog workload through Connection, both directions against the oracle (013/Req-7)
enhancementNew feature or requestNew feature or requestStatus: Open.#711 In Lab271/sqlite-rs;bug: the file change counter (header offset 24) is never incremented — a long-lived sqlite3 reader keeps serving a stale cache
bugSomething isn't workingSomething isn't workingStatus: Open.#710 In Lab271/sqlite-rs;bug: by-name column access returns column1/column2 for joins and compounds
bugSomething isn't workingSomething isn't workingStatus: Open.#709 In Lab271/sqlite-rs;bug: rowid is not selectable in a projection — resolves in WHERE, unknown in the result list
bugSomething isn't workingSomething isn't workingStatus: Open.#708 In Lab271/sqlite-rs;bug: SELECT ... FROM sqlite_master does not compile — the catalog is invisible to the SELECT path
bugSomething isn't workingSomething isn't workingStatus: Open.#707 In Lab271/sqlite-rs;bug: two Connections on one file in one process do not lock against each other — a write that reports success is silently discarded
bugSomething isn't workingSomething isn't workingStatus: Open.#706 In Lab271/sqlite-rs;fix: back-port KEY as a bare identifier (PRIMARY/FOREIGN KEY via expect_bareword_ci) from t-rust-db/db-core — partial #696
bugSomething isn't workingSomething isn't workingStatus: Open.#702 In Lab271/sqlite-rs;