tomjaguarpaw / haskell-opaleye

Other
602 stars 115 forks source link

Field documentation garbled #595

Closed tomjaguarpaw closed 4 months ago

tomjaguarpaw commented 4 months ago

Field_ used to be called Field_ and for technical reasons there are still a few uses of the old name around. If you see Field_ SqlType then you can understand it as Field SqlType, and if you see Field_ (Nullability SqlType) then you can understand it as FieldNullable SqlType.

Field_ will be removed in version 0.11.

This is just garbage. Field_ here should be Column!

https://hackage.haskell.org/package/opaleye-0.10.3.0/docs/Opaleye-Field.html