Kostas Botsas
Kostas Botsas
In order to avoid dropping data from the output buffer because of telegraf service restart / extended connectivity loss with consumers / any other unexpected incident, there should be an...
**Feature request**: Support retention policy scope for series deletion commands such as `DROP MEASUREMENT` , `DROP SERIES` , `DELETE FROM`. **Current behavior**: Delete commands have database-wide scope. As a result,...
Xata uses a db:branch naming pattern for Postgres databases.
The documentation states the multiple type supports the notNull constraint: https://xata.io/docs/concepts/data-model#multiple > The multiple type represents an array of strings. Set notNull to require a value. `xata schema edit` does...
After serializing with toSerializable, restorins types with JSONData does not restore column types under links. Repro in a schema with two tables A,B where A has a link to B....
The generated client file contains the actual database url, which raises concerns with committing the file to public repos and having to always generate it via the CLI for deployments....
Add a hint in the CLI when viewing branches and tables that items can be deleted with the del key
**Describe the bug** As noted in https://github.com/xataio/mdx-docs/pull/206 the `fetchOptions` SDK parameter passes additional options to Next.js to configure the caching behavior. Trying to verify with the [Next.js Starter app](https://xata.io/docs/getting-started/nextjs), I...
**Describe the bug** IntelliJ (2023.3) Typescript language service raises argument warnings with Xata SDK (0.28) calls such as `select` and `filter`. With "email" being a string column: ``` const page...
**Describe the bug** Pasting causes the CLI output to behave funny. In the following example I copy cmd+C the word "table" and paste it cmd+V in the Name input. 