-
### Code of Conduct
- [X] 我已在 [Release](https://github.com/biliup/biliup/releases) 检阅最新版本并尝试,且问题依旧
- [X] 我清楚知道,反馈非最新 Release 版的错误是无意义的
- [X] 我清楚知道,可以通过附件功能上传完整文件
### 运行环境
mac os 14.6.1 arm64&&Pytho…
-
Hi there,
I have installed sqlalchemy-vertica vertica_python, and I am using it in the JupyterNotebook with sql magic function %sql. (ipython-sql)
The connection is successfully made and the quer…
ghost updated
4 years ago
-
### Version
1.11.0
### What happened?
Support result sets in the FROM clause from function calls.
Ex, in Postgres:
`
SELECT temp.id
FROM UNNEST(...) AS temp(id)
`
to be able to find the id
…
-
[Presto](https://prestodb.io/) is a query engine to run interactive SQL queries in a distributed environment. It is open-source and seems to resemble some of the features of BigQuery (I have not used …
-
From: http://stackoverflow.com/questions/27908071/pandas-interprets-timestamp-without-timezones-columns-as-different-types/27960779#27960779
Using:
```
df = pd.DataFrame({'col1':[0,1], 'col2':pd.dat…
-
I have the following code:
from impala.dbapi import connect
from impala.util import as_pandas
import sys
import sqlalchemy
conn = connect(host='impalaprd.tenethealth.net',
port=…
-
**What are you trying to do?**
In order to do meaningful tests using my fresh database, I wish to load arbitrary SQL scripts from my DbContainer-s.
I can do (and have done) this per-project,…
-
Thank @penghuo for the #795 fix!
a follow up on this.
When using * in a subfield (non-nested), breaks
```
POST my_test_ndex/_doc/
{
"field1": {
"subFieldA": 1,
"subFieldB":…
-
there is a problem with having a single quote it will not work with all SQL engines since you may have this case
`'M'sila'` which will cause the SQL engine to stop executing your script instead of i…
-
When reading a DateTime value I get a timestamp that is shifted back by my JVM timezone offset.
Server is in UTC, JVM in Europe/Warsaw (UTC+2). When I try to read a DateTime value `2021-08-13T11:00…