#413 closed defect (fixed)
need access to psDBRunQuery from outside of pslib
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As part of a test harness I need to be able to execute SQL queries like "DROP
foo IF...". psDBRunQuery provides no abstraction from the database's SQL
dialect so it should be a 'p_' private function to discourage it's use.
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | pslib-0.6-psdbrunquery_rename.patch added |
|---|
comment:3 by , 21 years ago
| Keywords: | VERIFIED removed |
|---|
Note:
See TracTickets
for help on using tickets.

rename psDBRunQuery -> p_psDBRunQuery and make the symbol public