Skip to content

SQLite length() should accept a Blob type #4

@aleclarson

Description

@aleclarson

Source: https://www.sqlitetutorial.net/sqlite-functions/sqlite-length/

Steps

  1. Determine if Postgres and MySQL also support a blob-like argument.
  2. If they do, determine if a generalized implementation is possible.
  3. If either 1 or 2 is "no", duplicate length.ts module into the dialect-specific folders (in src/functions/).
  4. Determine the correct types to use.
  5. Submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions