Skip to content
GitLab
Explore
Sign in
Commits · 53498b2e57da23e4e12c5747ec1c4765dc549169
vollt
Browse files
Aug 06, 2014
[TAP] Fix the /tables output: the UCD node was after UType...it should be just...
· 53498b2e
gmantele
authored
Aug 06, 2014
53498b2e
Aug 05, 2014
[TAP,ADQL] Improve and remake a part of the database connection. Missing...
· f90bce45
gmantele
authored
Aug 05, 2014
f90bce45
Jul 10, 2014
[TAP] Update the ANT script (due to the replacement of Savot by STIL).
· d29809ed
gmantele
authored
Jul 10, 2014
d29809ed
[TAP] Replace Savot by STIL + Change datatype management in TAPColumn...
· 5f00aa79
gmantele
authored
Jul 10, 2014
5f00aa79
Jul 04, 2014
[TAP] Remove the last generic type trace
· 0e225ed7
gmantele
authored
Jul 04, 2014
0e225ed7
[TAP] Uncomment the clean instruction (=remove the generated file)
· a10e15ac
gmantele
authored
Jul 04, 2014
a10e15ac
Jul 03, 2014
[TAP] Remove all generic types + Delete specific (for ResultSet) output...
· cc2462d6
gmantele
authored
Jul 03, 2014
cc2462d6
Jun 27, 2014
[TAP] Improve TableIterator + Adapt ResultSetTableIterator (particularly...
· e323573f
gmantele
authored
Jun 27, 2014
e323573f
[TAP] Remove TAPTypes and create a new class to represent a TAP column type:...
· b74c06fe
gmantele
authored
Jun 27, 2014
b74c06fe
Jun 26, 2014
[TAP] Add LGPL copyright for a DataReadException
· 60284e9b
gmantele
authored
Jun 26, 2014
60284e9b
[TAP] Add the interface TableIterator (whose implementations let iterate over...
· 8915359b
gmantele
authored
Jun 26, 2014
8915359b
[TAP] Rename TAPMetadata.TableIterator into TAPMetadata.TAPTableIterator (it...
· 3ee8d15f
gmantele
authored
Jun 26, 2014
3ee8d15f
Jun 25, 2014
[TAP] Remove debugging messages when executing a synchronous job.
· 33417858
gmantele
authored
Jun 25, 2014
33417858
Jun 24, 2014
Remove useless and blocking test (when url-pattern in web.xml is set to the...
· 20583282
gmantele
authored
Jun 24, 2014
20583282
May 28, 2014
[UWS] Improve the test of an URL: it may be null or the interesting part of it...
· 4c206fb5
gmantele
authored
May 28, 2014
4c206fb5
[ADQL] Change the version number inside the ADQL library builder...next...
· 6c0f0388
gmantele
authored
May 28, 2014
6c0f0388
Remove debugging message
· b9157a32
gmantele
authored
May 28, 2014
b9157a32
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
ALL: Update version numbers in ANT scripts
· c7d68bd3
gmantele
authored
Apr 11, 2014
c7d68bd3
ADQL: Correct Javadoc links in DBChecker
· 6ff57b41
gmantele
authored
Apr 11, 2014
6ff57b41
Apr 10, 2014
Update README.md
· 778dce24
gmantele
authored
Apr 10, 2014
778dce24
Init Github
https://github.com/gmantele/taplib
with branch 'master'
· a074cc7e
gmantele
authored
Apr 10, 2014
a074cc7e
Initial commit
· e6b16483
gmantele
authored
Apr 10, 2014
e6b16483
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
Loading