1325014Minor adjustment to documentation phrasing.Dave Jarvis • 2015-03-31
cd0c70dMinor adjustment to documentation phrasing.Dave Jarvis • 2015-03-31
fd45eaeRevised example code for thorough testing. Simplified element path grammar; adjusted code accordingly. Using divergent list to compare column mapping paths.Dave Jarvis • 2015-03-31
b8d8020Separated element names into divergent list.Dave Jarvis • 2015-03-30
ab47ef4Tracking next and previous context. Simplified paths in grammar.Dave Jarvis • 2015-03-30
140017aRemoved test code from Divergent List.Dave Jarvis • 2015-03-29
f9edcb7Comments for removing null from divergent lists.Dave Jarvis • 2015-03-29
8de9ef8Simplified test cases for the divergent list.Dave Jarvis • 2015-03-28
63a185cJava uses double quotes for strings...Dave Jarvis • 2015-03-27
3e84384Revised API to indicate that the output type can be dynamic.Dave Jarvis • 2015-03-27
2ca9058Revised test document to show path examples. Added divergent list class to help determine when consecutive path elements diverge.Dave Jarvis • 2015-03-27
b992d7dSimplified code by removing dependency on Token.java and ParserRuleContext.Dave Jarvis • 2015-03-26
e594cd5Migrated QueryBuilder into xml package.Dave Jarvis • 2015-03-26
987b2dcRemoved extraneous variable for WHERE clause.Dave Jarvis • 2015-03-22
8eab33aSimplified grammar to use a joinMap instead of innerMap+outerMap. Added ProxyParseTreeListener to handle dispatching events to pertinent clauses. Made WhereClause and JoinClause consistent. Might be able to simplify the SelectClause.Dave Jarvis • 2015-03-22
e3391bdParsing XML element path for column values.Dave Jarvis • 2015-03-19
1c0e1f9Updated grammar to allow for element paths with multiple slashes.Dave Jarvis • 2015-03-19
85ba2faAdded missing classes needed for JOINs.Dave Jarvis • 2015-03-14
a36f9fbAbstracted inner and outer join maps into superclass.Dave Jarvis • 2015-03-14
ab6658aInner join and outer join contexts are now being parsed. Still need to add column names to both. Likely they can inherit most of their behaviour from a common class.Dave Jarvis • 2015-03-14
890bc06Revised test example to include table join on address. FROM clause now holds the correct payload data.Dave Jarvis • 2015-03-14
8b23918Replaced wget output for fetching the license with GPLv3 license text.Dave Jarvis • 2015-03-14
f16403aClarified names for parts of the query and its parser. Re-using tree class to pose as a list for the from clause. From clause now prints information.Dave Jarvis • 2015-03-14
cac18d4Started working on FROM clause.Dave Jarvis • 2015-03-13
a7910c4Pushed and reorganized methods into the payload parser. Minor simplifications to TransformationTree.Dave Jarvis • 2015-03-13
cc3c770Pushed up common methods into superclass.Dave Jarvis • 2015-03-13
5a50cd0Minor simplification to xmlattributes creation.Dave Jarvis • 2015-03-12
1a035e4Attribute mappings take into consideration contiguous attributes.Dave Jarvis • 2015-03-11
f35c0e5Started mechanism to determine whether attributes are alone or beside other attributes.Dave Jarvis • 2015-03-11
b8daf7bSimplified automated build process. Might still be an issue with Windows builds.Dave Jarvis • 2015-03-11
8741fc9ANTLR is pulled automatically.Dave Jarvis • 2015-03-10
68f9218When column name matches the attribute name, only the column name is required.Dave Jarvis • 2015-03-10
5d705fcMerged where.cf into query grammar file. Ensured that the payload has tree context. Generating xmlattributes (still needs to detect siblings).Dave Jarvis • 2015-03-10
e0d4b69Removed renaming of column names from the design document.Dave Jarvis • 2015-03-09