Skip to content

MVP - Database #17

Description

@FletcherDares

Phase 1:



Phase 2:


Phase 3 - Improvements

Bugs

  • SELECT 1; is broken
  • SELECT 1+1 FROM table; causes infinite loop that crashes.
  • Have a way to load a demo db from CLI
  • Add integration tests for SELECT 1 FROM table;, SELECT 1,2,3 FROM table;, SELECT 'alice' FROM table;
  • Multiple Errors with this statement SELECT id, 5 FROM demo WHERE name='alice' OR name='bob' UNION ALL SELECT id, 5 FROM demo ORDER BY name DESC;
  • Fix bug with HexLiterals being represented as Blobs in code incorrectly. Rename String, True and False -> StringLiteral, TrueLiteral and FalseLiteral DB - Fix bug with HexLiterals being Blobs #74

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions