IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 2, 2026, 3:48:37 PM (3 months ago)
Author:
eugene
Message:

plug a leak in p_psDBRunQueryPrepared; add function to free prepared queries (for general cleanup); init the MYSQL_TIME structure (or time types break); fractional part in query is in microseconds, not nanoseconds; do not delete all rows if a limit is provided; fix tap test to take database info from args; fix tap tests to work in Ubuntu 22.04 / MySQL 8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/psLib/src/db/psDB.h

    r21401 r43004  
    174174    const char *query                   ///< SQL string to execute
    175175);
     176
     177/** Free all prepared queries
     178 * dialect is provided.  Caveat emptor.
     179 *
     180 * @return long:    the number of database rows affected
     181 */
     182bool psDBFreeQueryPrepared(void);
    176183
    177184/** Fetches the result of a SQL query
Note: See TracChangeset for help on using the changeset viewer.