File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -791,9 +791,10 @@ the strategy and internal decoders.
791
791
```
792
792
793
793
The driver takes care of parsing the related ` array ` OID types automatically.
794
- For example, if a custom decoder is defined for the ` int4 ` type, it will be applied
795
- when parsing ` int4[] ` arrays. If needed, you can have separate custom decoders for the
796
- array and non-array types by defining another custom decoders for the array type itself.
794
+ For example, if a custom decoder is defined for the ` int4 ` type, it will be
795
+ applied when parsing ` int4[] ` arrays. If needed, you can have separate custom
796
+ decoders for the array and non-array types by defining another custom decoders
797
+ for the array type itself.
797
798
798
799
``` ts
799
800
{
You can’t perform that action at this time.
0 commit comments