Skip to content

v0.0.15

Compare
Choose a tag to compare
@f0ssel f0ssel released this 22 Jun 17:40
· 260 commits to main since this release
4f42ca8

Highlights

  • table create/insert:
    • added native table support (ie: CREATE TABLE my_table ( my_col text );
  • table functions:
    • parquet_scan (ie: SELECT * FROM parquet_scan('path/to/file.parquet')
    • generate_series (ie: SELECT * FROM generate_series(1, 4)
  • misc:
    • added credentials as a database object (see: #1140)
    • an --ignore-auth flag was added when running glaredb locally for development convenience
  • fixes:
    • list_schemas no longer returns hidden schemas for BigQuery

What's Changed

Full Changelog: v0.0.14...v0.0.15