Changes between Version 48 and Version 49 of DevWikiGardenTest
- Timestamp:
- 12/03/10 07:29:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v48 v49 28 28 * '''postgis_garden_log_output''' -- this outputs the query results for queries that return something in xml format. It uses the built-in query_to_xml function that has existed since PostgreSQL 8.3 to do that. 29 29 columns: 30 * logid -- you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test.31 * log_output- an xml field that contains the query_to_xml output of the query.30 * ''logid'' - you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test. 31 * ''log_output'' - an xml field that contains the query_to_xml output of the query. 32 32 33 *There is also a companion for raster testing: raster_gardentest.sql.xsl. The raster one doesn't33 There is also a companion for raster testing: raster_gardentest.sql.xsl. The raster one doesn't 34 34 currently create logging tables but will soon. 35 35