File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,7 @@ pg_coder_flags_get(VALUE self)
364
364
* Specifies whether the assigned #elements_type requires quotation marks to
365
365
* be transferred safely. Encoding with #needs_quotation=false is somewhat
366
366
* faster.
367
+ * It is only used by text coders and ignored by binary coders.
367
368
*
368
369
* The default is +true+. This option is ignored for decoding of values.
369
370
*/
@@ -397,6 +398,7 @@ pg_coder_needs_quotation_get(VALUE self)
397
398
* Specifies the character that separates values within the composite type.
398
399
* The default is a comma.
399
400
* This must be a single one-byte character.
401
+ * It is only used by text coders and ignored by binary coders.
400
402
*/
401
403
static VALUE
402
404
pg_coder_delimiter_set (VALUE self , VALUE delimiter )
You can’t perform that action at this time.
0 commit comments