Probably a bug
pgroll.is_active_migration_period Error
Failed to start migration: pq: function [pgroll.is_active_migration_period] is unknown or not allowed
What did I do wrong? Maybe someone has faced it before?...Cannot to run non-interactive xata init
Unable to link a field to table via Xata SDK (JS/TS)
role
field in one table to a record in the roles
table via the Xata SDK, but it does not seem to work. For more context, I am trying to create a new user and the role
field is a link to the roles
table. In the schema definition, the role
cannot be null, but console.log
ing the return value from db.users.create
returns the created user without the link under the role
field.
I have tried manually passing in the ID to the role I want to link, but that returns Fig. 1 and the new user record is not created
If I try to pass the actual value I want from the roles table i.e. roles.role
e.g. being == 'user', the create command is successful but users.role
is still null. see Fig.2.
...Codegen timeouts
FetchError: request to https://abc123.ap-southeast-2.xata.sh/db/projects:main failed, reason: Code: ETIMEDOUT...
Help with initializing pgroll
Error: parse "postgres://postgres:Pass{[email protected]:5432/testdb search_path=pgroll": net/url: invalid userinfo.
I also took a look at the supported commands for pgroll in the documentation. Is that the the full list of supported commands? Is there support for other commands like WITH or UPDATE, etc
...Cannot install Xata CLI in Linux using the script or homebrew
Performance Concern - Database Migration Latency
New Xata dedicated cluster version string?
Xata Dashboard error when trying to delete a file
Need help with: invalid SQL: table [main/excluded] not found
Push into an existing array with xata's SDK
python xata client out of sync when using .data() vector search
permission denied for schema
Merge dev branch to main branch
Transfer ownership in free plan
How can I get data from a different table when adding a column? - Multi Schema Migrations
posts
table userFullName
using pgroll:
```json...Kysely types - ID
Argument of type '1' is not assignable to parameter of type 'OperandValueExpressionOrList<Model<DatabaseSchema>, "buildings", "id">'
Argument of type '1' is not assignable to parameter of type 'OperandValueExpressionOrList<Model<DatabaseSchema>, "buildings", "id">'
Custom id field in transaction update operations
using pgstream to replicate Azure Postgres Flexible Server