-
After updating from v2.18.8 to v2.19.0 I get an error related to SQLite.
```
INFO ryot: Running version 2.19.0
INFO ryot: Using database backend: "SQLite"
INFO sea_orm_migration::migrator: Apply…
-
Thank you for such a neat generic library. I've tried to use it and, unfortunately, many other convenience related packages like [Cornucopia](https://cornucopia-rs.netlify.app/book/using_queries/db_co…
-
### Describe the bug
CDC tables block Meta node from starting up when new column was added to external table.
### To Reproduce
In Postgres:
```
test=# CREATE TABLE shipments (
shipm…
-
## Description
When using the mock feature, the implementation of "Clone" on the struct "DatabaseConnection" is removed, and hence, the program fails to compile in situations where it must be Clone…
-
hello,
when i try to Run example-subgraph with docker compose i have exited container error for "example-subgraph_graph-node_1" with this messages:
Jun 01 13:52:01.513 INFO Migrations finished, …
-
Hi, I'm Termux 🤖.
I'm here to help you update your Termux packages.
I've tried to update the atuin package, but it failed.
Here's the output of the update script:
Show log
INFO: Updating atuin [C…
-
### Describe the bug
NOTE: I'm cross-posting this issue from https://github.com/prisma/prisma/issues/18577 because it's unclear which tool is causing the issue, the bug might require collaboration …
-
## How to reproduce:
```
//test.slt
statement ok
create table t(v int)
statement count 1
insert into t values (1)
// run successfully
cargo run --bin sqllogictest -- -h localhost -p 456…
-
I have a program which picks a batch of rows out from the DB and tries to run an `UPDATE` on each one. I query from the DB using the `query_raw` method which returns a `RowStream`. The query used here…
-
I'm using jsonb in my table and have a where condition like `WHERE NOT my_json->'duration' = 'null'`. Only when it gets sent to postgres via 'query_opt' postgres receives `WHERE NOT my_json->duration …