-
**What is the bug?**
Backfill casts flow stops the sync, and it will be stuck forever without processing any event. We have removed foreign key constraints.
**How can it be reproduced? (optional)…
-
### Describe what you want
## Context
I've been working with Drizzle for a possible adoption and have noticed that Drizzle is manipulating date values in a way that doesn't align with the behavior o…
-
Add `cast` function that produces a `cast(expr as datatype)` expression. `cast` is not strictly a function so I think it should live under `ExpressionBuilder`.
The signature would be something like…
-
### Description
If I add a custom index to a model and shutdown Ponder after it is done indexing (through CTRL-C), it fails starting back up.
### Repro - model
```
Accounts: p.createTable({
…
-
This originally came up in a Sveltekit project but reduced to just Vite, in a Vite project (ESM), running a migration script in Linux results in
```
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown…
-
In the following test suite, when using `PlanetScaleDialect` and receiving more than one row, what I expected to be numbers is parsed as strings instead:
```ts
import { Kysely, MysqlDialect } from…
-
### **What is the bug?**
Replicator stopped updating last night (querying db missing data for last 15hours or so). Checking on the server the replicator process was logging many errors:
`error: …
-
**What is the bug?**
Missing casts in replicator
Here are logs
```
[20:26:46.223] ERROR (1): Job failed {"jobName":"BackfillFidCasts","jobId":"70081387","reason":"invalid byte sequence for enco…
-
We've been investigating the possibility of actually leveraging kysely but actually utilizing prisma as the dialect for the connection (since the connection is actually handled via rust). The overall …
-
We handle unique constraints properly.
```
12:22:26 PM ERROR indexing Error while processing "DegenToken:Transfer" event at chainId=8453, block=13530005:
error: null value in column "gasUsed" …