# Bug 3215: json columns fail to insert

- Status: closed
- Project: Zero
- Creator: @tantaman
- Assignee: @tantaman
- Labels: alpha-must
- Created: 2024-12-10T19:52:11Z
- Modified: 2024-12-12T02:39:12Z
- URL: https://bugs.rocicorp.dev/p/zero/issue/3215

## Description

https://github.com/rocicorp/mono/pull/3257 & https://discord.com/channels/830183651022471199/1316099148490997841/1316113496986877952

table-source being funky strikes again. It expects the values pushed to it to be SQLite types, converts those to row types then back to sqlite types.

https://github.com/rocicorp/mono/pull/2880/files#r1823015217

WriteAuthorizer was not converting to SQLite types before pushing mutation ops.

## Comments (0)
