Skip to content
  • Thomas Markwalder's avatar
    [3328] Removed use of PgSqlStatementBind · 6d4aff17
    Thomas Markwalder authored
    Unlike, MySQL, PostgreSQL does not return anything to the caller when
    preparing an SQL statement, rather one uses its text name to execute it.
    PgSqlStatementBind was an unecessary duplication of data already available
    in tagged_statements.  This also resolved the unused member complaint from
    cppcheck regarding TaggedStatement::index.
    
    Also corrected two cppchecks in unit tests.
    6d4aff17