Skip to content
GitLab
Explore
Sign in
Commits · d648f48baa15f85c73d2c71a206f7802c037daa5
vollt
src
Browse files
May 28, 2014
ADQLObject has now a new function: getPosition(). To allow it, the parser and...
· d648f48b
gmantele
authored
May 28, 2014
d648f48b
Apr 15, 2014
ADQL: Add missing @since in the javadoc
· 509d669c
gmantele
authored
Apr 15, 2014
509d669c
Apr 11, 2014
ADQL: Provide the position of any column reference (column in ORDER and GROUP...
· a739f0fa
gmantele
authored
Apr 11, 2014
a739f0fa
ADQL: Correct Javadoc in DBChecker
· 6aca85cf
gmantele
authored
Apr 11, 2014
6aca85cf
ADQL: Correct Javadoc links in DBChecker
· 6ff57b41
gmantele
authored
Apr 11, 2014
6ff57b41
Apr 10, 2014
TAP: Ensure that no upload is done if this feature is disabled, by throwing a TAPException
· 65b4a8a0
gmantele
authored
Apr 10, 2014
65b4a8a0
TAP: Tag an upload & DBConnection issue to fix!
· e81dc51a
gmantele
authored
Apr 10, 2014
e81dc51a
ADQL: Fix big bug: no parenthesis in the SQL translation for ADQL constraints...
· fbe3cfdd
gmantele
authored
Apr 10, 2014
fbe3cfdd
TAP: Fix bug: bad management of the maxRec parameter
· 612ab4fe
gmantele
authored
Apr 10, 2014
612ab4fe
UWS: Fix bug: logical error while trying to get the error that occurred in a UWSThread
· 21312ff1
gmantele
authored
Apr 10, 2014
21312ff1
ADQL: Fix 2 bugs:
· c85a8b7c
gmantele
authored
Apr 10, 2014
c85a8b7c
ADQL: Remove incorrect end-line characters (\r) in the grammar
· b9c7b197
gmantele
authored
Apr 10, 2014
b9c7b197
ADQL: Fix stupid error in the setReplace(...) function (error detected by Marc W. and findbugs)
· 38d5bac3
gmantele
authored
Apr 10, 2014
38d5bac3
TAP: Improve the way the output limit is checked and set:
· 134327dc
gmantele
authored
Apr 10, 2014
134327dc
Apr 09, 2014
Revert "TAP: Modify the xSV formats in order to let developer specify a MIME...
· dba2c062
gmantele
authored
Apr 09, 2014
dba2c062
TAP: Modify the xSV formats in order to let developer specify a MIME type and...
· 2379c606
gmantele
authored
Apr 09, 2014
2379c606
TAP: Missing NULL test (if no MAXREC is provided a NullPointerException would have occured)
· d8dc0bb4
gmantele
authored
Apr 09, 2014
d8dc0bb4
ADQL: Correct version number for all modified ADQL related classes since the...
· e3b8271a
gmantele
authored
Apr 09, 2014
e3b8271a
ADQL: Fix an ADQL bug (raised by Dave Morris) in the management of subqueries:...
· fc38da51
gmantele
authored
Apr 09, 2014
fc38da51
ADQL: Use addMatch(...) function also for the root search object in SimpleSearchHandler.
· 510217ad
gmantele
authored
Apr 09, 2014
510217ad
Apr 04, 2014
TAP: Fix incorrect XML format: the INFO for PROVIDER was not ended properly =>...
· 33b4623b
gmantele
authored
Apr 04, 2014
33b4623b
ADQL: Completely change/improve Joins management, and particularly NATURAL...
· 9acc3d8d
gmantele
authored
Apr 04, 2014
9acc3d8d
ADQL: 2 BIG BUGS fixed in TextualSearchList:
· 2c18b1b3
gmantele
authored
Apr 04, 2014
2c18b1b3
TAP: Test better the JDBC connection URL: several syntaxes are possible. Here,...
· 628848f1
gmantele
authored
Apr 04, 2014
628848f1
Apr 03, 2014
ALL: Reformat in the same way all classes (using Eclipse auto formatting and save actions).
· abe6c66b
gmantele
authored
Apr 03, 2014
abe6c66b
UWS: Remove debugging message (displayed as an exception) at each job start.
· 84c31b66
gmantele
authored
Apr 03, 2014
84c31b66
ADQL: Fix ArrayIndexOutOfBoundsException while initializing a DefaultUDF (User...
· 5ba927a5
gmantele
authored
Apr 03, 2014
5ba927a5
ALL: Move all test classes in a different source package: test
· eaeb1c35
gmantele
authored
Apr 03, 2014
eaeb1c35
Official TAP v1.0 Release (including ADQL v1.1 and UWS v4.0)
· e963dd44
gmantele
authored
Apr 03, 2014
e963dd44
Loading