Skip to content

Outerbase SQLite databases return STRING instead of TEXT as column type #3

@Brayden

Description

@Brayden

There is an issue where SQLite database columns are returned from the Outerbase API as a STRING instead of the column type it actually is, which is TEXT.

Steps to recreate:

  1. Create an Outerbase SQLite database
  2. Add a new table to the database
  3. Create a new column in that table with the type set to TEXT
  4. Run the script sync-database-models
  5. Observe the new column in the generated Typescript model has it listed as any type instead of string

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinginternal

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions