-
Looks like Pontoon is set up in Heroku with a `GOOGLE_CREDENTIALS` setting that is unused.
I had to look into the code to find `GOOGLE_APPLICATION_CREDENTIALS`, which was introduced in #2873 but no…
-
### Describe the bug
Creating tables and sequences in another schema and using PanachEntity as an ID generation strategy, always seeks sequence in the default database schema.
```
Caused by: org.hi…
-
Hi.
Do you have any benchmarks for reading & writing data using Spark Housepower connector vs others, like official JDBC driver?
`Spark ClickHouse Connector is a high performance connector` but …
-
**Is your feature request related to a problem? Please describe.**
Other SQL clients I've used will format EXPLAIN ANALYZE output to make it readable.
![image](https://user-images.githubusercontent…
-
Follows #536
See #903 for an example with PostgreSQL
Requires a fix from Vert.x SQL Client: https://github.com/eclipse-vertx/vertx-sql-client/issues/1033
See [SchemaArrayValidationTestBase](h…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
Running SQLFluff for a dbt model causes a dbt com…
-
Observations are slow to load on the website.
```sql
-- MySQL dump 10.19 Distrib 10.3.34-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: navigator
-- ----------------…
-
This is the interface:
![图片](https://github.com/vercel/next-learn/assets/104178424/de378336-c43d-403f-8304-6fde125fb26d)
This is a project console error:
Database Error: NeonDbError: Error connec…
-
Seeing quite a few of these errors:
```
/Users/x/Developer/contra/gaia/apps/contra-api/src/temporal-workflows/routines/invoice/sendInvoiceOverdueFiveDaysReminderEmail.ts
20:43 error Internal …
-
``` ruby
client = Mysql2::Client.new(
:host => "localhost",
:port => 3306,
:database => "foo",
:socket => "/tmp/mysql.sock",
:flags => Mysql2::Client::MULTI_STATEMENTS
)
client.…