Opened 20 years ago
Closed 20 years ago
#667 closed defect (fixed)
missing crucial APIs from generated set
| Reported by: | eugene | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | glueforge | Version: | unspecified |
| Severity: | critical | Keywords: | |
| Cc: |
Description
there is an API to extract rows from the database and return them as a FITS
table. This merges two functions I requested:
- a function to extract a row from the database and have it returned as a
pointer or array of pointers to the data type of intereset
- construct a FITS table from an array of pointers to the datatype of interest
Change History (3)
comment:1 by , 20 years ago
| Status: | new → assigned |
|---|
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
the new functions cover the needs we will have
Note:
See TracTickets
for help on using tickets.

pointer or array of pointers to the data type of intereset
I've added [foo]SelectRowObjects() to address this point.