Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vollt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sonia Zorba
vollt
Commits
Commits · 2a136e6511bacf00eeccf51676a24df8e217df1b
2a136e6511bacf00eeccf51676a24df8e217df1b
Select Git revision
Selected
2a136e6511bacf00eeccf51676a24df8e217df1b
Branches
4
master
default
protected
ia2
adql2.1-ia2
private_rows
5 results
vollt
src
adql
parser
ADQLParser.java
Author
Search by author
Any Author
authors
Marco Molinaro
molinaro
Robert Butora
butora
Sonia Zorba
zorba
3 authors
Browse files
Jul 12, 2016
[ADQL] Fix ADQL grammar interpretation: the keyword AS is optional in the
· 2a136e65
gmantele
authored
9 years ago
2a136e65
Apr 20, 2016
[ADQL] Fix content of GROUP BY ; it must be only column names or aliases.
· a00e4c2a
gmantele
authored
9 years ago
a00e4c2a
[ADQL] Fix interpretation of math functions without parameters.
· 467ff956
gmantele
authored
9 years ago
467ff956
Aug 27, 2015
[ADQL] Fix a Big Bug reported by M.Taylor and M.Demleitner: in ORDER BY, GROUP...
· 13a2dc54
gmantele
authored
9 years ago
13a2dc54
Jun 16, 2015
[ADQL] Replace a String.isEmpty() (Java 6) by String.length()==0 (Java 1.5).
· d373fddd
gmantele
authored
10 years ago
d373fddd
[ADQL] Fix the ADQL DEBUG mode ; now ADQLParser.setParser(boolean) is doing...
· dc766f2c
gmantele
authored
10 years ago
dc766f2c
Jun 08, 2015
[ADQL] Fix merge side-effects (e.g. '' were not translated any more as a...
· 8b1c7efd
gmantele
authored
10 years ago
8b1c7efd
[ADQL] Fix DEBUG mode in the ADQL parser. It is still by default disabled, but...
· 55670a30
gmantele
authored
10 years ago
55670a30
Merge branch 'master' into objectPosition
· 843c9960
gmantele
authored
10 years ago
843c9960
May 19, 2015
replace references to since-J2SE6 methods in ADQL lib
· 6f8ff70a
Mark Taylor
authored
10 years ago
6f8ff70a
Oct 28, 2014
[ADQL,TAP] Add STC-S and UDFs support in the ADQL parser. Now, it is possible...
· 496e769c
gmantele
authored
10 years ago
496e769c
May 28, 2014
ADQLObject has now a new function: getPosition(). To allow it, the parser and...
· d648f48b
gmantele
authored
11 years ago
d648f48b
Apr 10, 2014
ADQL: Fix 2 bugs:
· c85a8b7c
gmantele
authored
11 years ago
c85a8b7c
ADQL: Remove incorrect end-line characters (\r) in the grammar
· b9c7b197
gmantele
authored
11 years ago
b9c7b197
Apr 09, 2014
ADQL: Fix an ADQL bug (raised by Dave Morris) in the management of subqueries:...
· fc38da51
gmantele
authored
11 years ago
fc38da51
Apr 03, 2014
ALL: Reformat in the same way all classes (using Eclipse auto formatting and save actions).
· abe6c66b
gmantele
authored
11 years ago
abe6c66b
Official TAP v1.0 Release (including ADQL v1.1 and UWS v4.0)
· e963dd44
gmantele
authored
11 years ago
e963dd44
Loading