bugGNU Octave - Bugs: bug #62188, [octave forge] (database)...

 
 

bug #62188: [octave forge] (database) __pq_exec_params__ fails to query data_type from pg_sequences

Submitter:  None
Submitted:  Tue 15 Mar 2022 07:38:58 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Open Release:  * 6.3.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 15 Mar 2022 07:50:51 AM UTC, comment #1: 

(OP here) Okay, I'm not quite sure anymore this is a bug related to the database package based on this old thread I found on querying regclasses: https://github.com/npgsql/npgsql/issues/752 (I'm using PSQL 12.9 btw).
Maybe this could still be caught by pq_exec_params though? When I use pgAdmin for this query, it tells me that all of my sequences have either bigint or integer as data_type (and doesn't throw an error).

Anonymous
Tue 15 Mar 2022 07:38:58 AM UTC, original submission:  

Hi,

when I try to query the data type from pg_sequences, I get the following error:


pq_exec_params(conn,'select data_type from pg_sequences;');
no converter found for element oid 2206
error: __pq_exec_params__: error processing result
error: called from
    pq_exec_params at line 132 column 11


I'm using the database package version 2.4.4.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-04-25 jwe Summary(database) _pq_exec_params_ fails to query data_type from pg_sequences [octave forge] (database) _pq_exec_params_ fails to query data_type from pg_sequences

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code