-
Hi,
using
```c#
var sqlServer = builder
.AddSqlServer("somesqlservername")
.PublishAsAzureSqlDatabase()
;
var sqlDb = sqlServer
.AddDatabase("somedbresourcename", "**DB_NAME_WITH_UNDERSC…
-
When using a connection profile the report designer keeps saving these details in the .rptdesign file.
I believe it sould not save them in the .rptdesign as long they are specified in the connection …
-
-
### Error Message and Logs
Just installed a fresh version of coolify.
I am going through Coolify to setup supabase. I deployed it but it seems that analytics keeps crashing. I am on the latest versi…
-
### SQLDelight Version
2.0.2
### Application Operating System
Linux
### Describe the Bug
Adding a postgres dependency breaks the instantiation of the sqlite driver. I'm adding a PG dependency to …
-
Hi, we use HikariCP and observed a weird behavior of our service after a PostgreSQL db failover was executed.
Some background information.
- The failover was executed by pointing the Elastic IP …
-
## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components:
- Traffic Ops
## Current behavior:
The Traffic Ops `db/admin` tool relies…
-
**Describe the bug**
Getting the following error when trying to sign-in with Apple when the account already exists:
```
LibsqlError: SQL_PARSE_ERROR: SQL string could not be parsed: near WHERE, "No…
-
Sometimes when starting the app in debug mode, I see the following messages. Similar to [an old firebase issue](https://stackoverflow.com/questions/74430484/firebase-background-message-handler-in-flut…
-
I was too busy to fill out the entire form, so instead I added an example to reproduce.
```js
var knex = require('knex')({
connection: {
host: 'localhost',
user: 'root',
password…