-
Create Bug Report
-
### What problem are you trying to solve?
My code:
```C#
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.ChangeTracking;
namespace EfCoreReloadEntity;
public class …
-
I'm using asyncpg to connect my database in Heroku postgresql, using python:
```
import asyncpg
async def create_db_pool():
bot.pg_con = await asyncpg.create_pool(dsn="postgres://....", hos…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Aspire does not have an existing an…
-
the order by clause in the :many definition query should be set dynamically
```
-- name: ListOrders :many
select * from order where status = $1 order by @orderBy::text;
```
**Generated**
…
-
### Information about bug
bench --site test run-tests --doctype "Purchase Receipt" --test test_internal_pr_gl_entries
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
re…
-
**Description**
It would be cool to have the possibility to let a feature info click on a single feature show the results from multiple layers at the same time.
**Describe the solution you'd like*…
-
### Is your feature request related to a problem? Please describe.
When investigating incidents in an application for correlating RDBMS logs with OpenTelemetry tracing, it would be convenient to have…
-
### Description
I migrated a database from one server to another with the export feature, but after the tables were copied the size in the source and target databases were dramatically different ev…
-
### Description
I would like to request a new feature that would greatly enhance the usability of AFFiNE. Specifically, it would be extremely useful to have the ability to move or copy rows from one …