Kostas Botsas

Results 20 issues of 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
area/agent
pm/core capability

**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,...

support
kind/feature-request
area/influxql
kind/enhancement
1.x

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...

bug
needs-triage

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....

bug
needs-triage

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....

bug
needs-triage

Add a hint in the CLI when viewing branches and tables that items can be deleted with the del key

needs-triage

**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...

bug
needs-triage

**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...

bug
needs-triage

**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. ![paste-cli](https://user-images.githubusercontent.com/15780449/217546010-f878fe03-d9dc-4dce-872f-8a2f57dc717b.gif)

bug