Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Brayden opened this issue May 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working internal

Comments

@Brayden
Copy link
Member

Brayden commented May 10, 2024

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
@Brayden Brayden added the bug Something isn't working label May 22, 2024
@Brayden
Copy link
Member Author

Brayden commented May 22, 2024

This is currently a bug in the internal Outerbase API system. Must be resolved by an Outerbase team member.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal
Projects
None yet
Development

No branches or pull requests

2 participants