Commit 1d630c4
committed
fix(psqlpy): restore json_passthrough=True for native JSONB binding
Psqlpy's native bindings require Python dicts for JSONB columns.
Without json_passthrough=True, the queue backend serializes dicts
to JSON strings, causing "PyJSON must be dict or list value" errors.1 parent 106db1c commit 1d630c4
File tree
2 files changed
+6
-6
lines changed- sqlspec/adapters/psqlpy
- tests/unit/test_extensions/test_events
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments