-
The behavior of type conversions in CockroachDB behaves differently than Postgres in a handful of cases. [The Postgres docs on type conversion](https://www.postgresql.org/docs/14/typeconv-overview.htm…
-
| Q | A
| --- | ---
| Bug? | yes
| New Feature? | no
| Community Bundle Version | 2.0@dev: 17e2867a4caae61a295d32811838de24a112c5a4
| Sulu Version | -
| Browser Version | -
#### Actual Behavi…
-
Would be nice to be able to write semgrep rules to find bugs in SQL statements.
There are many SQL dialects though so we must find a way to support a few important one (e.g., postgres, mysql, oracle,…
aryx updated
3 months ago
-
I wouldn't necessarily classify this as a bug, but it seems unexpected to me that the following line of SQL:
```sql
grant some_role to a_user;
```
triggers the [`layout.spacing`](https://github.co…
-
**Describe the bug**
- Create a PostgreSQL dialect .sql file with a COPY statement containing the end-of-data delimiter (`\.`, backslash dot / period) ([see documentation](https://www.postgresql.org/…
-
If you select a table with a data type that is `enum` in the `Postgres`, ibis will create a view and get the schema of the view.
Ibis get `data_type` from `pg_attribute` is `enum_operation`. Ibis wil…
-
psqldef gets panic on parsing online VIEWs with nested CASE.
This is split from #454, as they have different causes.
## Platform
* OS: Linux
* RDBMS: PostgreSQL
* Version: v0.16.9
### --e…
-
Hi, currently I am considering to use strichliste2.0 in our club and am testing out your software. But I have not found a good way to track payments, as for my use case, they would be irregular (1-2 t…
-
For example, let's consider the following structure. If we perform a JOIN on these tables, we'll end up with two records for one user.
```
CREATE TABLE users (
id SERIAL PRIMARY KEY,
…
-
When trying to use sqlc for our project I noticed a few things were not supported that we require. We do use CockroachDB with the postgres engine.
1. The [`ON UPDATE`](https://www.cockroachlabs.com…