-
1.4RC版本不分片的表不需要配置到schema.xml,会存储到默认节点。我发现如果不配置该表,进行单独访问是没问题的,但是要和全局表发生关联就报错如下:
07/24 13:32:51.812 WARN [$_NIOREACTOR-3-RW](RouterUtil.java:707) -can't find table define in schema M_s_SYNC_c schema:t…
-
```
Unable to set SQL Connect timeout
What steps will reproduce the problem?
1. Сonnect to any server that drop (not reject!) the connection
import pypyodbc
conn =
pypyodbc.Connection("Driver=Free…
-
```
Unable to set SQL Connect timeout
What steps will reproduce the problem?
1. Сonnect to any server that drop (not reject!) the connection
import pypyodbc
conn =
pypyodbc.Connection("Driver=Free…
-
I've using turbodbc to talk to Hive. In most cases it works fine. But I've observed cases where `turbodbc.connect(...)` takes forever. Is there a way to timeout on this function? I'm not looking to ti…
-
1. What versions are you using?
platform: `darwin`
version: `v20.11.1`
arch: `x64`
oracledb: `5.5.0` (reproducible in latest `6.x`)
clientVersion: `19.3.0.0.0`
2. Is it an error or a…
-
```
What steps will reproduce the problem?
1. Attempt to connect to incorrect server name or instance using following code:
pyodbc.connect('DRIVER={SQL Server};SERVER=\\servername\inst01;', timeout=10…
-
```
What steps will reproduce the problem?
1. Attempt to connect to incorrect server name or instance using following code:
pyodbc.connect('DRIVER={SQL Server};SERVER=\\servername\inst01;', timeout=10…
-
```
What steps will reproduce the problem?
1. Attempt to connect to incorrect server name or instance using following code:
pyodbc.connect('DRIVER={SQL Server};SERVER=\\servername\inst01;', timeout=10…
-
```
What steps will reproduce the problem?
1. pypyodbc.connect("DSN=PREDEFINED_DSN")
What is the expected output? What do you see instead?
Expected to connect,
Result:
cnx = pypyodbc.connect("DS…
-
I was following https://github.com/aio-libs/aiomysql/blob/master/docs/sa.rst and I noticed that running the example multiple times did not work as expected.
The example:
```
import asyncio
impor…