bugGNU Octave - Bugs: bug #40707, Octave-database 2.2.0:...

 
 

bug #40707: Octave-database 2.2.0: pq_connect() fails, fatal error in query

Submitter:  None
Submitted:  Tue 26 Nov 2013 12:15:08 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Phillip Davis Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.6.4
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 26 Nov 2013 08:41:32 PM UTC, comment #2: 

Fixed now in svn, thanks. By chance, it worked for me as yet, despite the typo, AFAICT correctly. Don't know why the bug showed up for you.

Olaf Till <i7tiol>
Group Member
Tue 26 Nov 2013 01:09:06 AM UTC, comment #1: 

Adding Olaf Till, maintainer of the database package, to the mailing list for this bug.

Carnë Draug <carandraug>
Group Member
Tue 26 Nov 2013 12:15:08 AM UTC, original submission:  

In the definition of octave_pq_get_composite_types() in the file pq_connection.cc, the SQL query in the string cmd has an error:

... group by pg_type.oid, pg_type.typname, pg_type,typarray, pg_type.typrelid, ...

should be

... group by pg_type.oid, pg_type.typname, pg_type.typarray, pg_type.typrelid, ...


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 i7tiol (Posted a comment)
  • -email is unavailable- added by carandraug (Olaf Till - maintainer of database package)
  •  

    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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-26 carandraug StatusNone Fixed
        Open/ClosedOpen Closed
    2013-11-26 carandraug Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code