-
**What is the bug?**
When attempting to create an MV on top of complex Json schema - flint responds with error:
```
{
"data": {
"ok": true,
"resp": {
"status": "…
-
**Describe the bug**
16GB RAM and 16 Core system resources are quickly being exhausted till system locks up. I tried this install on a busy network and then on a quiet network with only one other mac…
-
For a few weeks now, we have been getting the following error message very regularly when running queries in pgAdmin:
```
prepared statement "_pg3_1" does not exist
SQL state: 26000
```
(th…
-
### 前景提要
gorm-gen这个项目我比较喜欢,但是使用起来的时候很麻烦,例如实现以下功能时:
- 自定义数据类型(例如我常用的decimal.Decimal)
- 添加除数据库之外的额外字段(tags为 gorm:"-"的字段)
- 给生成的model添加上自定义方法
- 重写filedtype
- 添加关联关系?
诚然,这些功能都提供了function去实现,但是使用起…
-
### Describe the bug
If you embed a question into another question, the parent question will blow up, `:error_type :invalid-query`, if the child question ends with a SQL comment which is uses the `…
-
If in the folder with plpgsql_check, execute:
`echo test: all all all all all all all all all all all all all all all all > sch`
Create a file named all.sql in the sql folder:
```sql
cat sql/al…
-
If existing pool connection is terminated by the server, PgPool will emit `error` event. Slonik does not register a listener for that event, so it results in a crash instead. It can happen in case of …
-
`
java.lang.Throwable: All stub element types should be created before index initialization is complete.
Please add the class com.github.oowekyala.ijcc.lang.psi.stubs.BnfProductionStubImpl$TYPE with…
-
**Describe the bug**
ALTER SCHEMA seems not supported by the parser, and as far as I can tell the `CREATE` & `DROP` commands aren't supported either.
**Database Engine**
PostgreSQL
**To Re…
-
**Fully reproducible code snippet**
```
In [30]: import sqlglot as sg
In [31]: sg.__version__
Out[31]: '18.5.1'
In [32]: sg.parse_one("a xor b", read="mysql").sql("duckdb")
Out[32]: 'a XOR…