---------- PRELIMINARY -----------------

My workspace for commenting on TAP 0.31... Others than GerardLemson should not use this page.

Major points/issues/questions

  • /sync vs /async: I would like it to be possible to make a choice for implementing /sync and/or /async and not mandate both /sync and /asyn ADQL.I think /async is so much harder to implement that a /sync only service should be allowed. But I can understand if some implementers would prefer always /async for data queries, so that should be possible as well. Should therefore be a capability.
  • Metadata: (at the bottom of this page a proposal for a UML data model containing all contents already in model and extra. From it XML schema and TAP_SCHEMA tables can be easily derived.)
    • comments on how to access metadat
      1. REQUEST=ADQL/Param : query to TAP_SCHEMA tables => tabular result: OK
      2. REQUEST=getTableMetadata => VODataService result(?); OK but Unclear how to actually query for this. Is it REQUEST=getTableMetadata&FORMAT=xml ?And unclear how the WHERE clause should be implemented. Is it really necessary to bring in this kind of complication? We have ADQL and to lesser extent ParamQuery to allow users any type of flexibility in querying, and is supported at the moment as querying for data itself is supported. The WHERE clause in a getTableSet query is ill defined anyway I think, as it can only talk to one table, and a table set is really the result of querying all TAP_SCHEMA tables.
      3. 2.8.2 Tableset queries +> empty VOTable with no data, multiple tables. Unclear how to actually query for this. Is it REQUEST=getTableMetadata&FORMAT=votable ? I suppose for this reason Francois has added his primaryLey and foreignKey etc constructs to VOTable? Why not allow the VOTable version of the metadata to be the obvious serialisation to VOTable of the TAP_SCHEMA tables? I.e. what I would get if I executed
        select * from TAP_SCHEMA.schemas
        and
        select * from TAP_SCHEMA.tables
        etc, with the results combined in one VOTable.No alternative representation of the metadata is then required.
      4. 2.8.3 "VOSI-table metadata": seems not to exist in VOSI doc.
    • comments on content of metadata:
      1. foreign keys MUST be queriable (though may not exists ofcourse), therefore added to metadata
      2. indexes MUST be queriable (though may not exists ofcourse) , but MUST NOT be specified simply with an index=true attribute on column metadata
      3. "SQL type" SHOULD (MUST?) be added as possible data type to column metadata.
      4. IF UDFs are really part of ADQL, metadata about them MUST be queriable (though ... ); maybe here also the standard functions such as INTERSECTS etc should then be specified IF they are supported.
  • Case sensitivity:
    • ADQL is case insensitive. So are some major online databases (SDSS, Millennium, others?). So are many default settings on relational databases.
    • propose that case sensitivity is only an issue for column values, not names of tables and columns etc.
    • Inconsistent with ParamQuery/WHERE treatment of string fields.
    • Propose to make this a capability, possibly can be added at level of complete database, or schema, or table, or even column level. It is only relevant for (VAR)CHAR columns, maybe the T and Z in iso8601 dates(?).
    • I would suggest that the ADQL keywords and table/column/function identifiers be case insensitive as ADQL defines.
  • Grouping of and dependencies between parameters for the different request types should be made explicit.
  • Separation of some of the ParamQuery details from into a separate document.This could be the "Common elements in the DAL2 family of services" specification.Note, it is very feasible to design a next SIAP spec as follows: 1 Create a data model for SIAP2, for its metadata really.
    1. Map it to a relational data model.
    2. Replace the queryData part from SIAP with the REQUEST=doQuery part in this specialisation of TAP.
    3. (If in the future we develop TAP further, and allow for example BLOB datatypes, one might even implement the getData part as an ADQL query!equires some though on serialising BLOBs ofcourse)
    • Note that this (apart from the last step) is exactly he approach originally taken originally in SNAP, now SimDB+!SimDAP. SimDB implements the first three steps. SimDAP the getData part.
    • Note furthermore that this is an immediate answer to Roy Williams' concern that TAP does not support interoperability. It does insofar that the main tasks for new spec can shift to designing the proper common data model. The query protocol is already given !

line-by-line notes/questions/issues on reading TAP 0.31

Source: http://www.ivoa.net/internal/IVOA/TableAccess/TAP-0.31-20081124.pdf

I know not all sections are normative, nevertheless I am commenting on them as well. (s=section,p=page,par=paragraph on page or in section). Some of these comments have (no doubt) been noted by others. In red comments that require checking elsewhere in document.

  • s1 p4 par2: "... it is not a table containing links to data object ...". I suppose that if someone publishes a table that contains links to data sets, images or spectra, there is no problem with that. Queries might than indeed produce such links.
  • s1 end p4: ".. is not visible to users." I don't see why it is a good idea to aim at completely abstracting away form a user whether there is a relational database on the backend or not. In some sense tha fact that one can send ADQL, whihc is clearly an SQL dialect, makes users expect relational database technology. Also I think if this would carry through in our message to potential TAP implementors, that they could just as well implement this on files, we'd do them a disservice. The best way to suport ADQL queries is by storing one's results in a relational database and pass the ADQL, possibly slightly adapted, to the database. Not write one's own database engine. I would also like to see some specific database features such as indexes and foreign keys show up explicitly in the metadata.
  • s1 p5 par2: "... joins ... and provided the service supports these capabilities.". I would think that services MUST support joins, as those are an intricate part of ADQL and because service MUST support ADQL queries. Or is it possible to specify that one supports only a subset of ADQL?
  • s1 p5 par3:".. conforming to the second generation (DAL2) interface standards [ref]." It would be really good to have this [ref] ! A lot of arguments use this homogeneous family of standards, but where is the "meta-specification" that describes this?
  • s1.1.1: Confusing section. There seem to be three ways of querying for table metadata:
    1. querying standardised tables using ADQL or PARAMQUERY
    2. tableset queries
    3. VOSI queries
  • s1.1.2 p6 end par2:" ... (ADQL), a standardized subset of SQL92...". Is not quite correct. Is based on SQL92, but no strict subset.
  • s1.1.2 p6 par3: "... use an offtheshelf ADQL parser...". This is the problem with ADQL, that in general one can not simply pass it through to the underlying database, evenif properly supplied with the required user-defined-functions.
  • s1.1.2 p6 par3: "... simplified parametric queries for the most common use cases." How do we know what the "most common use cases" are? I think this depends strongly on the database. It likely refers to the usual suspect that cone search is the most common use case, is that true? Could be changed to "some common use cases".
  • s1.1.3 p6 par3: Use of UWS, which is not accepted yet, in this specification, would seem to require that TAP must define its view of what UWS is for those people who want to implement TAP before UWS is completely accepts. Same is true for possible dependencies on other not-yet-accepted standards.
  • s1.1.3 p7 par1: "... there are many more advanced use cases where synchronous queries are not sufficient." I would argue that this has not much to do with how "advanced" a use case is, as with queries requiring lots of work and/or resources on the server side. The query can be as simple as "select * from table", not advanced at all, but possibly leading to timeouts/overflows for /sync queries. Whereas other queries make very advanced use of ADQL, and precisely because of that (calculating statistics on the server iso download, proper index usage, proper database design etc) can be supported with /sync just as well. And /sync is MUCH easier to implement.
  • skip 1.2 for now, must be matched to normative sections.
  • s2 "Requirements for a TAP service (normative)" (my italics). It seems to me that there are some requirements in this section that are aimed at clients, not the service. Should identify those and if correct must something be done about that?
  • s2.1: As /sync is SO MUCH easier to implement, and can nevertheless provide more than adequate support (from experience with sync-only Millennium database), is it possible to change the requirements to something like: "A TAP service must support at least one of sync-ADQL and async-ADQL". I first thought that sync alone should be made mandatory, but I guess some people would like to only implement async.
  • s2.1 p9 I would think that table metadata MUST be provided. Without it no queries are possible. I know not enough abut the service metadata to say something about there SHOULD. Btw, why does VOSI have anything to say about the structure of a table set. I would think TAP is the place to specify this, and VOSI should adhere to this spec iso theother way around. But then I do not really know VOSI.
  • s2.1 p9 final par "...inheritance of requirements ...". This is relevant as well for SimDB. There we define a global data model for describing (3+1D/space-time/"cosmological") simulations. The model gets a mapping to TAP with the goal that users can use ADQL (sync only necessary!) to query SimDB implementations.
  • s2.2 p9 par1+2 and p10 par2 "...service must be represented as a tree structure..." and "... represent the service as a whole" and "...web resource must represent the results...". Is "represent" a formal concept in REST or so. Otherwise what is meant by this? Must everything under the root be related to the service?
  • s2.2 p10 par4 "...may return a cached copy...". Don't really understand this paragraph. Isn't this up to service. If it knows that a certain query always corresponds to a particular cached data product, why would it depend on a GET or a POST? Also (see par7) does it mean that /async requests can never return cached data?
  • s2.2 p10 par1 and par5 "A TAP service must provide a web resource with relative URL /sync" and "A TAP service must provide a web resource with relative URL /async." See the comment (@*2.1*) above for motivation. Could this be SHOULD or MAY? Or allow implementers to choose one (or both)?
  • s2.4 p11 par2 Not all combinations of the parameters are meaningful." Would be good to make an explicit matching somewhere, e.g. tabular.
  • s2.4.1 p11 par1 "A TAP client must set this parameter correctly ...". This is an example of comment @*2* above, a MUST requirement on a client. Is this appropriate.
  • s2.4.1 p11 par2 "If a service receives a spurious parameter ...". Is a parameter that is not in the list of parameters to be considered spurious as well, or is it an error?
  • s2.4.1 p11 par1 "If a TAP service receives a request without...". I assume that this concerns a TAP service request that has a /sync or /async added to the root, otherwise it seems to be inconsistent with the last par on p9, which does not mandate error.
  • s2.4.1 p11 par2, list Case of allowed values seems to have arbitrary case. Is this to be coordinated with the table on p11?
  • s2.4.1 p11 par2, list The statement on getCapabilities, getAvaialability and especially getTableMetadata relate to corresponding VOSI metadata.
    • As VOSI is not accepted (correct?), might be good (formally necessary) to give TAP's view on what this means explicitly.
    • Why does this spec, which seems to be the main way to talk to and about table sets/database, defer to another, not yet accepted spec, for table metadata? Actually, there seems to be no tables metadata in VOSI spec at all (I refer to http://www.ivoa.net/Documents/WD/GWS/VOSI-20081023.pdf, is that correct VOSI spec?)
  • s2.4.2 p12 par1 "The query string is case sensitive."
    • ADQL spec states (p4, 3rd line; p6 1st line): "Case insensitiveness otherwise stated" and "Both the identifiers and the keywords are case insensitive". So why does TAP go against this?
    • IF this is sometimes desirable, could this be a capability and would it be possible to state for a TAP service that it is in fact case0-insensitive. SkyServer and Millennium database are not case sensitive, as MS SQLServer is case insensitive by default. Note that for these databases the case-insensitivity even applies to values of CHAR and VARCHAR columns! The latter is not so in Postgres, though as far as keywords and table and column names also Postgres seems to be case insensitive (at least in my default installation on my desk top pc). (Maybe should look into report on different database systems by JVO in Victoria). Therefore there might be two modes of case insensitivity: keywords+schema and CHAR values. SQLServer allows case sensitivity, and this can be configured at the column level even. This might imply another metadata element for columns: isCaseSensitive. In any case it would be useful to see how other database handle case sensitivity (by default).
  • s2.4.2 p12 par1 "...the case of table and column names must be preserved..." This seems a requirement on the client, or does it imply that if the client uses a different case for a table for example the service MUST report an error?
  • s2.4.2 p12 par2 "...the service must support the use of datetime/timestamp values in ISO8601 format." Apparently ISO8601 is still rather liberal and has different versions.
    • Is ISO8601:2004 intended?
    • MS SQLServer 2005 seems not to support all allowed ISO8601 versions, even though it claims it is compatible. For example it seems (in my installation) not to allow yyyymmdd, needs extended version yyyy-mm-dd.
    • An overview of other RDBS would be useful.
  • s2.4.2 p12 par3 "...enable the caller to perform spatial queries...MUST support the INTERSECTS..." Does this imply that if a published table contains pos.eq.ra and pos.eq.dec columns, one must implement INTERSECTS etc. Or are "spatial queries" a separate class of queries (namely those including INTERSECTS etc) which one may or may not support.
  • s2.4.2 p12 par3 "the extent of STCS support within the REGION function is left up to the implementation" I can read this as supporting no STC string at all, which implies really that I do not support REGION, which I MUST do when supporting spatial queries. Seems not consistent.
  • s2.4.2 p12 par4 "...should return an error if ... mix constants and column references for coordinate system and coordinate values." I do not understand the reason for this restriction at all. This seems like a change to the language, requiring different parsers etc. How far does this restriction go. Is the following query ok:
select POINT(c.coordSys, t.ra, t.dec)
from (select 'ICRS' as coordSys) c
,    table t
...
  • s2.4.4 p13 "The service SHOULD implement the LANG parameter." What if the service does not, which language/version is supposed to be supported. Is this a capability ?
  • s2.4.5 p13 par1 Could the acceptable MIME types be listed explicitly?
  • s2.4.5 p13 list Might it be useful to have an html-table as possible return type. Such a result could be added to a wrapping web page, possibly AJAX like. Might TeX tables be of interest?
  • *s2.4.5 p13 list* Is it allowed for the VOTable to contain data in all its DATA types available: TABLEDATA BINARY FITS, LINKs iso DATA?
  • s2.4.6 p14 par1 "...name for the table name SHOULD be an unqualified tablename...". Seems a requirement on clients, but not a MUST. What if not obeyed?
  • s2.4.7 MAXREC seems not necessary for ADQL, as TOP plays that role there. I believe a TAP service should only impose its own "maximum permitted value of MAXREC", not some default value that comes into play when a user does not specify MAXREC. And only in that case should an overflow notification be given (s2.8.5).
  • s2.4.7 p14 par4 "...if overflow occurs, MAXREC plus one rows should be returned to indicate that overflow occurred ...". IF a user requests that MAXREC rows are to be returned, either using this parameter, or using TOP in ADQL, I think MAXREC rows MUST be returned, not MAXREC+1. In particular, enforcing this would mean that the obvious implementation (using TOP or LIMIT in the SQL) would need to use TOP ..+1 etc. If a user asks for MAXREC rows, taht's what (s)he should get. ONLY if the service's "maximum permitted value for MAXREC" is reached should one react. But in the manner described in 2.8.4, using an INFO element.
  • s2.4.7 p14 par5 "..null query, that is, a query which produces an empty table.." In its current form (i,e, using MAXREC) I would not call this a null query, but a null request. Only if "TOP 0" is used might one call a query a null query. This is mainly based on the distinction between request and query (the payload of a request) that has been made in the mailing lists.
  • s2.4.8 Similar to MAXREC I don't think this parameter should go together with ADQL. IF a table contains a "lastModfied" column, users can use it in their ADQL queries. If there is no such column it is an indication that it is not possible to pose this type of query. It could be noted maybe that in general it is good practice to have such columns, "createDate", "updateDate", explicitly added to their data model. Maybe there is a place in the metadata of a table in case a table contains only rows all with the same updateTime.
  • s2.4.11 This seems to me a perfect example of a meta-standard suitable for the "DAL-2 family of specifications": how to specify lists and ranges in DAL service parameters. Something similar was specified in SSA already as well.
  • s2.4.13 "Parameter names must not be case sensitive, but parameter values must be so." Seems to conflict with the requirement on LANG in 2.4.4. See also my comment on case sensitivity of ADQL queries above.
  • s2.4.14 p17 par2 "Clients should not repeat parameters in a
request". Seems to be a SHOULD requirement on clients.
  • s2.5 This section seems to belong to 2.6, can it not be merged with that section?
  • s2.5 p17 par1 "[[catalog_name”.”[schema_name”.”]table_name]]" Following ADQL, shouldn't this be [[catalog_name”.”]schema_name”.”]table_name ? Note, if I am not mistaken, ADQL does not allow catalog_name..table_name , i.e. schema_name="" (possible IF catalog_name = ""), something which is allowed in SQLServer and corresponds to using the default schema.
  • s2.6 I understand this section to imply that TAP should expose these three tables and make them accessible through ADQL and Param queries. If so, that might be made more explicitly clear.Various comments on the actual metadata prescription. I have a proposal for a datamodel for the TAP_SCHEMA attached to this page (below).It is a JPEG version of a MagicDraw model which is available in UML form here\.
NB, the VO-URP GoogleCode project is a split-off from the SimDB development in Volute. XML schema serialisations of the model, as well as a specific design for DDL schemas can be derived form the UML automatically.:
    • first table In first row (schema_name), "catalog.schema", should this be [catalog.]schema ?
    • second table In first row (schema_name), "catalog.schema", should this be [catalog.]schema ?
    • second table In second row (table_name), "catalog.schema.table", should this be [[catalog_name.[schema_name.]table_name?
    • second table IN third row (table_type). As apparently views are described in TAP_SCHEMA.tables, I think it would be useful to store the SQL(ADQL?) that defines this view in this table as well.I.e. I suggest an extra row, "view_sql, the SQL that defines this view (for rows with table_type=view).
    • third table 2nd row (table_name), "catalog.schema.table" should this be [[catalog.]schema.]table ?
    • third table, datatype I believe it would be very useful to also have an indication of the SQL type of a column. It is that type, and not its mapping to VOTable types that is of relevance when constructing queries. It is understoood that the result of a query is to be expressed as a VOTable, but VOTable is a messaging format, and should not determine how to express metadata for table sets, database really, that can be queried with ADQL.For example, date-like types are missing from the VOTable types. This issue has been discussed in the mailing list, in particular in some emails in the registry thread on VODataService starting with Ray's email here. One problem that has been identified there is that ADQL does
not define data types explicitly. One reason why it seems not to need them in the language is because DDLs are not supported.But also the CAST function can now not be supported. One issue would therefore be which SQL types to use.
    • third table "indexed" This column is useless. To make proper use of indexes one needs to have their complete definition.This includes all the columns in a given index and the order in which they appear in the index. This may require 2 extra tables. (see the again the data model proposal below).
    • third table What are the datatypes of Primary, Indexed and Std? All boolean? How should that be stored in a database? I.e what are valid values for
      select primary,.indexed,std from tap_schema.columns
      ?
    • s2.6 Metadata prescription for foreign keys is missing and are very important. See discussions in same mail thread starting here. A proposal for a model is given in the diagram below again. A proposal for an XML representation is given in http://www.ivoa.net/forum/registry/0811/2023.htm. Note that there has been a discussion between Francois Ochsenbein and me on some details of this model. In particularFO argues that to define a foreign key (FK) one also needs a primary key (PK). Imho this is not required for us here, though indeed it is required in all relational databases. But there FKsrepresent a constraint, whereas in my original proposal they define a pointer only.
    • s2.6 Since user defined functions are part of the ADQL language, the metadata should reflect this.I.e. we need a way to query for them. The data model below has a suggestion for modelling this.
  • s2.6 p19 par2* "The schema name TAP_UPLOAD should be included in the table name for any tables uploaded to the service by a client." I suppose this is a requirement on the client? Must TAP_UPLOAD also be added in the TAP_SCHEMA.schemas table? * s2.6 p19 par3 "...may be queried for tables named TAP_SCHEMA.*..." Is this intended to imply the following ADQL query?
select * 
  from TAP_SCHEMA.tables
 where table_name like 'TAP_SCHEMA.%'
    • s2.6 p19 par4 "...“Primary” indicates that the column should be visible in the default (narrow) view of a table" I suppose this is only relevant for Param queries?
    • s2.6 p19 par4 "Std ... a given column is defined by some standard". What is the relation of this to UTYPE? Is it required. Is it useful without any more indication of what stadard
  • s2.6 p19 par5 "A simple tablesetquery must return the entire tableset ..." Very unclear. Why not define it accurately here, or leave the whole description to section 2.8.2?E.g. how does one issue such a query? Certainly (I hope) not by
    select * from TAP_SCHEMA.tableset
    as that table does not exist.
  • s2.7 p19 par2 "Tables in the TAP_UPLOAD schema persist only for the lifetime of the query" I suppose the uploaded tables are visible only to the "session" as well.I.e. different requests can upload tables with the same name. How does this work in /async sessions. As long as the query has not completed, should the user be able to find the uploaded tables in other requests. Guess this depends much on UWS interaction, must check later in doc.
  • *s2.7 p20 par7* "... any type of file ... do something useful with the file." Check rest of document whether examples are given of this for other parameters. Eg REGION (for STC mask upload?). Otherwise better to remove mention of this (also STC in example).
  • s2.8.1 p20 par3 "... MIME type of text/xml;content=xvotable" Is different from the "application/x-votable+xml" Content-Type in the example in the previous section. Is that how it should be?
  • s2.8.1 p21 par1 "If a column value contains a comma the entire column value should be enclosed in double quotes." How do we deal with strings that contain commas as well as double quotes?Suggest to use "standard" that embedded double quotes should be doubled.
  • s2.8.1 p21 par 1 "The first data row should give the column name"
    • First is there a distinction between data rows and other rows?
    • Second, can we make this a MUST. What if all returned columns are strings and we can not be sure if first row contains column name.
  • s2.8.2 p21 par1 "If the target of the query is the special table TAP_SCHEMA.tableset ...". What is the "target" of a query? Is it really the value of the REQUEST parameter? * s2.8.2 p21 par2 footnote " a tableset query can be restricted by the WHERE clause of that query" I assume this WHERE clause refers to the ParamQuery WHERE clause?That clause can only contain constraints on a single table, can not include joins. The tableset table does not exists. A Tableset represents the whole database. A single WHERE clause can not query that. I would say this option of restricting a tableset XML document should not be available, as it needs to be defined and leads to unnessecary complications.Thsough ADQL users can query all the metadata tables in any way they want. Through the getTableMetadata/XML they get all metadata in one go. Why add more ill defined complications?
  • s2.8.2 p21 par3 "The special use of VOTable must be a dataless VOTable in which the header elements denote the structure of the tableset"An alternative use of VOTable for representing table sets would be for it contain the serialisation of the TAP_SCHEMA tables as individual table elements.In the current proposal new features have to be introduced into the VOTable spec for each new metadata feature we may think of: indexes, foreign keys, primary keys. The fact that Francois has added some way to deal with the latter two to the new VOTable proposal is likely only to cover this case?
  • s2.8.2 p21 par3 "...there MUST be on VOTable element per table ..." In any case, assume this should read: "...one TABLE element..."?
  • s2.8.3 p21 par1 "Representations of VOSI outputs ... table metadata) must be as defined in the VOSI standard [6]" I do not see any mention of table metadata in the VOSI spec. In any case I do not see why TAP, which is the main spec for defining database metadata,should defer to another spec for representing that. I'd think it is TAP's responsibility to define the complete content of the metadata, others should follow it.That includes the VODataServices spec. TBD was mentioned earlier, don't repeat.
  • s2.8.5 "Overflows" I think the only overflow that can happen and should lead to an error info message is when the service returns fewer rows than the client might have recieved if there are no restrictions set by the service. If the client explicitly asks for a maximum of 1000 rows, through TOP (or MAXREC for param queries)to be returned, and there are 1000 rows available, 1000 should be returned, WITHOUT ANY MESSAGE OR EXTRA ROW! If the user asks explicitly, or implicitly (no TOP/MAXREC) for more than the service is willing to return, then I think the service should return the its maximum number of rows but give a warning message indicating this truncation.I would not even in that case add an extra row. The info message should be explicit and sufficient. I believe VOTable 1.2 has explicitly for this purpose a closing INFO element in its DATA?
  • s2.10 I would suggest that all parameters defined in this section are deemed irrelevant when query=ADQL. I would include therefore the subsection on MTIME and MAXREC in this section, as well as section 2.4.11.
  • s2.10 I think that parts of this section could be usefully extracted and made into separate spec. In particular the "meta-specification" on how to create ranges, lists as values forparameters have already been needed and used in SSA for example. A proper BNF for these would be good, as is used here for the WHERE clause only.This could be the "Common elements in the DAL2 family of services" specification.
  • s2.10.3 p27 par1 "The must implement a SELECT parameter" I suppose this should be "The service MUST support a SELECT parameter." ?As ParamQuery is otional, a TAP service must accept SELECT parameters without error, but need not implement it.
  • s2.20.5 p28 par4 "the field “observer” must contain the case insensitive substring “smith”" First I guess that the boldfaced-ness of the must here is inappropriate. Does not correspond to meaning in IETF RFC 2119 I think. Case-insensitiveness is inconsistent with other statemennts (though has my preference).
  • s2.10.5 p29 par1 "... not attempted to detail the BNF for the numeric, string, and date tokens". Considering that later in the section special forms of the string parameter are described, it would be good if the BMF would be completed.
  • s2.11 p30-31 par1 How should one query a database that declares to have a boolean column? Should DB understand both 0/1 and false/true?This may be a charge to ADQL parsers/transformers. Could it be a capability for a boolean column? Note that boolean does not exist in SQL92, and in sql99 has values true and false (and null).
  • s2.12 p33 par2 "then the output may also use multiple columns". I would think it depends on the query pure and simple what is returned. If a user queries
    select ra, dec ...
    than the service MUST return an ra and a dec column.
  • s2.12 p33 par3 "and may be aggregated with the VOTable GROUP construct" I would think this is quite difficult to do correctly, and easy to do wrong especially for ADQL queries.It requires a parser to understand a query in great detail, more then we might expect from the of-the-shelf parsers taht will be written. And is it necessary. When a user submits a query,(s)he is assumed to understand the schema and the query and understand how things belong together.


  • TAP_METADATA.jpg:
    TAP_METADATA.jpg
Topic attachments
I Attachment History Action Size Date Who Comment
JPEGjpg TAP_METADATA.jpg r1 manage 427.6 K 2009-02-18 - 14:42 GerardLemson  
Edit | Attach | Watch | Print version | History: r31 | r20 < r19 < r18 < r17 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r18 - 2009-02-19 - GerardLemson
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback