File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,13 @@ compatible with Opaleye!
145145> type instance Field H h o N = Maybe h
146146> type instance Field O h o NN = Column o
147147> type instance Field O h o N = Column (Nullable o )
148+ > type instance Field Nulls h o n = Column (Nullable o )
148149>
149150> type instance TableField H h o n b = Field H h o n
150151> type instance TableField O h o n b = Field O h o n
151152> type instance TableField W h o n Req = Field O h o n
152153> type instance TableField W h o n Opt = Maybe (Field O h o n )
153- > type instance TableField Nulls h o n b = Column ( Nullable o )
154+ > type instance TableField Nulls h o n b = Field Nulls h o n
154155>
155156> -- Cryptic remark: If we were willing to only support 7.8 and up we
156157> -- could even have a symbol field containing the table name and use
You can’t perform that action at this time.
0 commit comments