-
Is there currently any support for this? I want to build a large sql file and then have it run all at once instead of running queries live against a database as I'm reading in data because it gives me…
-
## I'm submitting a...
[ ] Bug report
[x] Feature request
## Current behavior
When I add a column with a type of `uuid`, I get the following warning:
```
[WARN] Using unknown dat…
-
Jira Link: [DB-3401](https://yugabyte.atlassian.net/browse/DB-3401)
### Description
Given the following schema:
```sql
CREATE EXTENSION pgcrypto;
CREATE TABLE test(key UUID PRIMARY KEY, col UUID …
-
Hi there,
I use hasura for managing my db schema handling the migrations using their cli tooling. Then i've been playing around in a pet project using kisely and genql for db queries.
I decided…
-
Chris Casano (chriscasano) commented:
On a regular frequency customers ask which Postgres extensions are supported in CockroachDB. Today create extensions is a no-op, but for customers migrating fr…
-
## Problem
I prefer to scope my ids with initials of the models. This helps developers and customer support reduce any confusion by knowing exactly what model an ID corresponds to. [Stripe uses th…
-
Hi,
I'm trying to use your language server with the native `nvim_lsp` client. I have set the configuration according to `nvim-lspconfig` and have a project `.sqllsrc.json` in my project directory. Th…
yngwi updated
4 years ago
-
Installation worked, got a hooray message, but this error happens when I run it.
```
/Users/path/to/lumber/project/node_modules/sequelize/lib/associations/belongs-to.js:64
this.targetKeyField …
-
Here's what I've managed on my own. I leave it up to those with better progamming skills to do something useful with it and update the repo.
```
from sqlalchemy import Column, Integer, BigInteger,…
-
### Problem description
Hello, I am trying to refresh a prod database to test using pg_dump/pg_restore. Unfortunately, my pg_restore fails with "...already exists" error for pg_pathman objec…