-
Client-side statement can be merged using `sql.SQL()`. However we could create a cursor doing that automatically.
It would be handy in porting psycopg2 code more easily maybe, even if less efficien…
-
BPO | [35145](https://bugs.python.org/issue35145)
--- | :---
Nosy | @berkerpeksag, @matrixise, @pganssle, @jondo
Files | [SQLiteStudio-3449.sqlite](https://bugs.python.org/file47905/SQLiteStudio-3449.…
-
***Issue migrated from Redmine: https://redmine.postgresql.org/issues/3341***
*Originally created by **Andrey Yakovlev** at 2018-05-08 10:02:36 UTC.*
I followed the guide from "here":https://wiki.pos…
dpage updated
2 years ago
-
Consider:
```sql
create table index (col1:int);
create table foo.[index] (col1:int);
create table foo.index (col1:int);
```
The first 2 lines understand a table named "index" is intended.
…
nurih updated
2 years ago
-
Some queries seem unsupported in Spanner:
```
======================================================================
ERROR: test_annotated_conditional_aggregate (aggregation_regress.tests.Aggregati…
-
`#6 5.132 go: downloading github.com/russross/blackfriday/v2 v2.0.1
#6 5.263 go: downloading github.com/spaolacci/murmur3 v1.1.0
#6 5.357 go: downloading github.com/antlr/antlr4/runtime/Go/antlr v0.…
-
电脑系统:mac
Shell工具:iTerm2
报错信息:
➜ docker-compose up -d
[+] Building 51.1s (6/10)
=> [internal] load build definition from Dockerfile …
etoup updated
2 years ago
-
**Error description**
When executing an invalid query there is no feedback to the user that something went wrong. The result tab just shows the result of previous query. Also in the log tab, there is…
seryj updated
2 years ago
-
**Host Environment**
- OS: Windows10-x86_64
- Compiler: visual studio2019
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install libpq:x86-windows`
**Failure logs**
-Cut and pas…
-
### What did you do?
***Background***
chaos disabled relay after v2.0.2
enable after https://github.com/pingcap/ticdc/pull/3190
***source1***
```
enable-relay: true
enable-gtid: true
```
…