- Notifications
You must be signed in to change notification settings - Fork5
Commitb67f1ce
committed
Reduce json <=> jsonb casts from explicit-only to assignment level.
There's no reason to make users write an explicit cast to store ajson value in a jsonb column or vice versa.We could probably even make these implicit, but that might open us upto problems with ambiguous function calls, so for now just do this.1 parente5f3690 commitb67f1ce
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
| 363 | + | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
0 commit comments
Comments
(0)