-
### Describe the bug
In PostgreSQL, the following query is valid:
```sql
SELECT extract('epoch' FROM now());
```
However, in Datafusion I get the following error:
```
Invalid statement: sql p…
-
Hello,
Thank you for this great vs-code plug-in! I recently installed and the only issue I've come across so far is it fails to parse sql templates containing dynamic inserts supported by postgres.…
-
### What do you want to change?
I've enjoyed using sqlc with postgres. However, I'm starting to do more work with [Clickhouse](https://github.com/ClickHouse/ClickHouse) and it would be great to also …
-
Is there any way to turn SQL Sandbox Mode on when running coveralls? (We use it on Travis-CI.)
```
$ mix coveralls.travis --pro
............
Finished in 6.3 seconds
12 tests, 0 failures
Randomized wi…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
With the Postgres and MySQL clients, you can take a connection URI that works with JDBC drivers and parse with the Reactive client parser.
I haven't checked for DB2 but this does not work with `MSS…
-
### Description
JSQL 3 does not have SQL support for json in Postgres. This causes issues with ontop when it tries to optimize the query (It actually worked fine until it suddenly started producin…
-
```
Unhandled exception:
PostgreSQLSeverity.unknown 53200: out of memory Detail: Failed on request of size 360 in memory context "CacheMemoryContext".
===== asynchronous gap =======================…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
## Issue description
```
+ pg_prove -h postgres -p 5432 -d gb_test -U app_admin --recurse --ext .sql /db_tests/tests/
Could not execute (psql --no-psqlrc --no-align --quiet --pset pager=off --pse…