[cvs] / astrogrid / pal / query / src / java / org / astrogrid / query / returns / ReturnSpec.java Repository:
ViewVC logotype

Log of /astrogrid/pal/query/src/java/org/astrogrid/query/returns/ReturnSpec.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 16:50:10 2006 UTC (5 years, 11 months ago) by clq2
Branch: MAIN
CVS Tags: AG2006-4, AG2007-1, AG2007-2, AG_2009_1, BUILD_2008_0a5pl, HEAD, PAL_RELEASE_2008_0_5, PAL_RELEASE_2008_0a3pl, R2008_0a1, RELEASE_2008_0_6, Root_PAL_KEA_1716, Root_PAL_KEA_1794, Root_PAL_KEA_1869, Root_PAL_KEA_1950, Root_PAL_KEA_2062, Root_PAL_KEA_2119, Root_PAL_KEA_2165, Root_PAL_KEA_2169, Root_PAL_KEA_2213, Root_PAL_KEA_2235, Root_PAL_KEA_2314, Root_PAL_KEA_2378, Root_PAL_KEA_2442, Root_PAL_KEA_2499, Root_PAL_KEA_2518, Root_PAL_KEA_2556, Root_PAL_KEA_2588, Root_PAL_KEA_2619, Root_PAL_KEA_2654, Root_PAL_KEA_2715, Root_PAL_KEA_2779, Root_PAL_KEA_2799, Root_PAL_KEA_2802, Root_PAL_KEA_2804, Root_PAL_KEA_2852, Root_PAL_KEA_2860, Root_dsa-gtr-1617, b4_KEA_2213, b4_KEA_2779, b4_KEA_PAL_1716, b4_KEA_PAL_2169, b4_KEA_PAL_2499, b4_PAL-KEA-2314, b4_PAL_KEA_1794, b4_PAL_KEA_1869, b4_PAL_KEA_1950, b4_PAL_KEA_2062, b4_PAL_KEA_2235, b4_PAL_KEA_2378, b4_PAL_KEA_2518, b4_PAL_KEA_2556, b4_PAL_KEA_2588, b4_PAL_KEA_2619, b4_PAL_KEA_2654, b4_PAL_KEA_2715, b4_PAL_KEA_2799, b4_PAL_KEA_2804, b4_pal-mbt-multicone1, b4_pal-mbt-multicone2, b4_pal_KEA_2062, b4_security-gtr-2244-3, dave-dev-200606281707-start, dave-dev-200608221318-start, dave-dev-200610091558-start, tag_pal-mbt-multicone2
Branch point for: PAL_KEA_1716, PAL_KEA_1794, PAL_KEA_1869, PAL_KEA_1950, PAL_KEA_2062, PAL_KEA_2119, PAL_KEA_2165, PAL_KEA_2169, PAL_KEA_2213, PAL_KEA_2235, PAL_KEA_2314, PAL_KEA_2378, PAL_KEA_2442, PAL_KEA_2499, PAL_KEA_2518, PAL_KEA_2556, PAL_KEA_2588, PAL_KEA_2619, PAL_KEA_2654, PAL_KEA_2715, PAL_KEA_2779, PAL_KEA_2799, PAL_KEA_2802, PAL_KEA_2804, PAL_KEA_2852, PAL_KEA_2860, dave-dev-200606281707, dave-dev-200608221318, dave-dev-200610091556, dave-dev-200610091558, dsa-gtr-1617, pal-mbt-multicone, pal-mbt-multicone1, pal-mbt-multicone2
Changes since 1.3: +8 -2 lines
Diff to previous 1.3
PAL_KEA_1612

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 11:54:05 2006 UTC (6 years, 1 month ago) by kea
Branch: PAL_KEA_1612
CVS Tags: b4_Pal_KMB_XMLDB
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 , to next main 1.4
Changed QueryException from a RuntimeException to an Exception.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 22 15:10:13 2006 UTC (6 years, 2 months ago) by clq2
Branch: MAIN
CVS Tags: Root_PAL_KEA_1612, Root_pal-gtr-1617, b4_PAL_KEA_1612_thenewDSA, dave-dev-200603301643-start, dave-dev-200605301226-start, dave-dev-200605311657-start
Branch point for: PAL_KEA_1612, dave-dev-200603301643, dave-dev-200605301226, dave-dev-200605311635, dave-dev-200605311657, pal-gtr-1617
Changes since 1.2: +38 -13 lines
Diff to previous 1.2
KEA_PAL-1534

Revision 1.2.62.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 19:42:08 2006 UTC (6 years, 3 months ago) by kea
Branch: PAL_KEA_1534
Changes since 1.2.62.1: +29 -13 lines
Diff to previous 1.2.62.1 , to branch point 1.2 , to next main 1.4
Changes to add GROUP-BY support.  Required adding table alias field
to ColumnReferences, because otherwise the whole Visitor pattern
falls apart horribly - no way to get at the table aliases which
are defined in a separate node.

Revision 1.2.62.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 17:13:04 2006 UTC (6 years, 3 months ago) by kea
Branch: PAL_KEA_1534
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
Various ADQL/XML parsing-related fixes, including:
 - adding xsi:type attributes to various tags
 - repairing/adding proper column alias support (aliases compulsory
    in adql 0.7.4)
 - started adding missing bits (like "Allow") - not finished yet
 - added some extra ADQL sample queries - more to come
 - added proper testing of ADQL round-trip conversions using xmlunit
   (existing test was not checking whole DOM tree, only topmost node)
 - tweaked test queries to include xsi:type attributes to help with
   unit-testing checks

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 27 16:21:02 2005 UTC (7 years ago) by clq2
Branch: MAIN
CVS Tags: AG2006-2, BLLatest-jdt, KEA_1521_pal, KMB_WSDL, KMB_WSDLS, R1_1, Root_DSA_KEA_1451, Root_KEA_PAL_1474, Root_MCH_1228_Docs, Root_PAL_KEA_1439, Root_PAL_KEA_1512, Root_PAL_KEA_1534, Root_Pal_KMB_1276, Root_Pal_KMB_WSDLS, Root_Pal_KMB_XMLDB, Root_aginab_jdt_1182, Root_apps-gtr-1489, Root_axis-gtr-1406, Root_clq_axis_update, Root_desktop-querybuilder-jl-1404, b4_200506081212, b4_DSA_KEA_1451, b4_KEA_Pal_1474, b4_axis_gtr_1046, b4_dave-fix_pal_xdoc, b4_gtr_1489, b4_gtr_1489_2, b4_mch_doc, dave-dev-200506061035-start, dave-dev-200506071500-start, dave-dev-200506081212-start, dave-dev-200506100249-start, dave-dev-200506281451-start, dave-dev-200506281816-start, dave-dev-200507251101-start, dave-dev-200508090435-start, dave-dev-200508091545-start, dave-dev-200509010705-start, dave-dev-200511211256-start, dave-dev-200511291146-start, dave-dev-200512141139-start, dave-dev-200601051057-start, dave-dev-200601101714-start, dave-dev-200601121358-start, querybuilder-jl-1404-premerge-20051215, rolback_gtr_1489, v1_1
Branch point for: DSA_KEA_1451, KEA_PAL_1474, MCH_1228_Docs, PAL_KEA_1439, PAL_KEA_1512, PAL_KEA_1534, Pal_KMB_1276, Pal_KMB_WSDLS, Pal_KMB_XMLDB, aginab_jdt_1182, apps-gtr-1489, axis-gtr-1406, clq_axis_update, dave-dev-200506061035, dave-dev-200506071500, dave-dev-200506081212, dave-dev-200506100249, dave-dev-200506281451, dave-dev-200506281816, dave-dev-200507251101, dave-dev-200508090435, dave-dev-200508091545, dave-dev-200508261045, dave-dev-200509010705, dave-dev-200511211256, dave-dev-200511291146, dave-dev-200512141139, dave-dev-200601051057, dave-dev-200601101714, dave-dev-200601121358, desktop-querybuilder-jl-1404
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
mchv_1

Revision 1.1.1.1.24.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Thu Apr 21 17:20:51 2005 UTC (7 years, 1 month ago) by mch
Branch: MCH-v1
Changes since 1.1.1.1: +5 -2 lines
Diff to previous 1.1.1.1
Fixes to output types

Revision 1.1.1.1 - (view) (download) (as text) (annotate) - [select for diffs] (vendor branch)
Thu Feb 17 18:37:34 2005 UTC (7 years, 3 months ago) by mch
Branch: AstroGrid
CVS Tags: Root_all_jdt_1056, Root_maven_jdt_383, Root_pal_jdt_1044, b4_383, b4_KMB_05_05_05, b4_KMB_merge_29_04_05, b4_pal_merge, dave-dev-200503140252-start, dave-dev-200503150513-start, dave-dev-200503181302-start, dave-dev-200503211350-start, dave-dev-200504041023-start, dave-dev-200504111153-start, dave-dev-200504251302-start, portalWF_pjn_720, r0_10_0, r0_10_1, r1_0, r1_1, root_das-gtr-1021, root_dsa-gtr-1027, root_head_mchv1_0, start
Branch point for: MCH-v1, all_jdt_1056, dave-dev-200503140252, dave-dev-200503150513, dave-dev-200503181302, dave-dev-200503211350, dave-dev-200504041023, dave-dev-200504111153, dave-dev-200504251302, dsa-gtr-1021, dsa-gtr-1027, maven_jdt_383, pal_jdt_1044, r0_10_1branch
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.4
Initial checkin

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 17 18:37:34 2005 UTC (7 years, 3 months ago) by mch
Branch: MAIN
Branch point for: AstroGrid
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

gg78@starNOSPAM.le.ac.uk
ViewVC Help
Powered by ViewVC 1.0.4