View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000097 | Pgpool-II | Bug | public | 2014-03-25 21:26 | 2014-10-07 22:33 |
| Reporter | anka | Assigned To | t-ishii | ||
| Priority | high | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | open | ||
| Platform | Linux | OS | RedHat | OS Version | 6.3 |
| Summary | 0000097: node.js: error: unnamed prepared statement does not exist | ||||
| Description | We are using pg-pool 3.3.2. When trying to write to database using prepared statement: ('INSERT INTO servers (host_name,description,os,user_name,password,port,create_date) VALUES ($1,$2,$3,$4,$5,$6,$7) RETURNING id) ' The following error is received: error running query { [error: unnamed prepared statement does not exist] name: 'error', length: 99, severity: 'ERROR', code: '26000', detail: undefined, hint: undefined, position: undefined, internalPosition: undefined, internalQuery: undefined, where: undefined, file: 'postgres.c', line: '1451', routine: 'exec_bind_message' } | ||||
| Additional Information | Database is of version postgresql 9.3. Pgpool is of version 3.3.2 in high-availability mode with heartbeat function.(2 nodes). | ||||
| Tags | No tags attached. | ||||