Project

General

Profile

Bug #632

Merging two buffers triggers an SQL error using the PostgreSQL backend

Added by sph about 15 years ago. Updated almost 15 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Quassel Core
Target version:
-
Start date:
03/17/2009
Due date:
% Done:

100%

Estimated time:
Version:
0.4.0+
OS:
Any

Description

This is the output from the core when merging two buffers:

unhandled Error in QSqlQuery!
                  last Query:
 "SELECT count(*) FROM bufferWHERE userid = :userid AND bufferid IN (:buffer1, :buffer2)" 
              executed Query:
 "SELECT count(*) FROM bufferWHERE userid = ? AND bufferid IN (?, ?)" 
                bound Values:
0 :  692
1 :  645
2 :  1
                Error Number: -1
               Error Message: "ERROR:  syntax error at or near "(" 
LINE 1: EXECUTE  (1, 692, 645)
                 ^
QPSQL: Unable to create query" 
              Driver Message: "QPSQL: Unable to create query" 
                  DB Message: "ERROR:  syntax error at or near "(" 
LINE 1: EXECUTE  (1, 692, 645)
                 ^
" 

History

#1 Updated by EgS almost 15 years ago

  • Category set to Quassel Core
  • Status changed from New to Resolved
  • Assignee set to EgS
  • % Done changed from 0 to 100

Also available in: Atom PDF