tdbc::postgres

Ticket Change Details
Login
Overview

Artifact ID: 16cbfe7c779d52b48d02a3940bfbc8302e91581e35f6811d8cb979f4dc9dc468
Ticket: 64c0257182428210297d3fd935986192f265ba39
User & Date: anonymous 2020-01-21 10:41:32
Changes

  1. foundin changed to: "1.1.0"
  2. icomment:
    For using in production our tdbc::postgres driver, we modified this piece of code
    ...
    " WHERE  schemaname = 'public'"
    with this
    " WHERE  schemaname = ANY (CURRENT_SCHEMAS(false))"
    to have compliance with the search_path of the connection profile.
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "b8b5e0a288f66868853396ebeee501d2998a21a1"
  6. severity changed to: "Severe"
  7. status changed to: "Open"
  8. type changed to: "Code_Defect"