Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/rxm.git

Commit History main

9dab953Tabs to spaces.djarvis • 2018-12-11
7074b9fFixed issue with last column map.Dave Jarvis • 2015-04-06
e6efdf1Using forEach expressions.Dave Jarvis • 2015-04-04
17cee28Missing javadocs.Dave Jarvis • 2015-03-31
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
206abb4Grammar, spelling, succinctness.Dave Jarvis • 2015-03-28
173412bGrammar mistake.Dave Jarvis • 2015-03-28
6fb7dcfClarified intent of globbing.Dave Jarvis • 2015-03-28
25846d3Added ellipses to documentation.Dave Jarvis • 2015-03-28
8b1d0d5Clarified and shortened documentation.Dave Jarvis • 2015-03-28
6643430Added ellipses notation to grammar to reduce duplication of element path information for column maps.Dave Jarvis • 2015-03-28
f2a28d0Fix build.Dave Jarvis • 2015-03-28
83e78afSimplified divergent list. Added iterator that allows looking ahead to the next element.Dave Jarvis • 2015-03-28
31c2e4eClarified glob.Dave Jarvis • 2015-03-27
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
fbeb955Additional comments.Dave Jarvis • 2015-03-25
3d5e4a0Restored sequential attribute detection.Dave Jarvis • 2015-03-25
c61c0a3Fixed parent table name for column and attribute mappings.Dave Jarvis • 2015-03-25
ea3a67eRelocated Tree class into parent package.Dave Jarvis • 2015-03-25
f04471cMigrated classes out of tree package.Dave Jarvis • 2015-03-25
02ded80Removed unused class.Dave Jarvis • 2015-03-25
26004f7Removed dependency on Payload and TransformationTree.Dave Jarvis • 2015-03-25
3c5a566Removed unused import.Dave Jarvis • 2015-03-22
5a3c61dComments and reordered methods.Dave Jarvis • 2015-03-22
32a054bMigrated SelectClause from QueryBuilder to own class (listener).Dave Jarvis • 2015-03-22
834cb49Migrated SelectClause from QueryBuilder to own class (listener).Dave Jarvis • 2015-03-22
e125536Reorganized variables. Eliminated duplicate code.Dave Jarvis • 2015-03-22
9489855Simplified code by eliminating an assignment.Dave Jarvis • 2015-03-22
8504d8dUsing CopyOnWriteArrayList instead of iterator interface for multiple event listeners.Dave Jarvis • 2015-03-22
87bb72dRemoved unused imports.Dave Jarvis • 2015-03-22
2c79c9dUpdated comments.Dave Jarvis • 2015-03-22
9bf2498Simplified JoinClause by removing extraneous variables.Dave Jarvis • 2015-03-22
5532e7cFixed bug with column names in JOIN clauses.Dave Jarvis • 2015-03-22
33e94bcRemoved unused class.Dave Jarvis • 2015-03-22
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
4540e14Beautified example.Dave Jarvis • 2015-03-17
d91ae8aNamed parameter statement used as inspiration for changing the RXM SQL.Dave Jarvis • 2015-03-17
80a3444Ensure system properties can be set when running from Gradle.Dave Jarvis • 2015-03-17
13074c7Added working FROM clause.Dave Jarvis • 2015-03-17
42309d5Removed unused class.Dave Jarvis • 2015-03-17
390c452Added delegation methods to create the ANSI SQL WHERE clause.Dave Jarvis • 2015-03-17
50e194bBeautification from command line.Dave Jarvis • 2015-03-16
2717de8Updated comments to grammar; emphasized sections.Dave Jarvis • 2015-03-16
3766403Made strings a lexer rule to avoid skipping spaces within.Dave Jarvis • 2015-03-16
4a83eacRemoved WHERE SQL statement when not present. Added whitespace method to get appropriate whitespace for formatting.Dave Jarvis • 2015-03-16
7169a09Recursive descent for WHERE clause expressions.Dave Jarvis • 2015-03-16
f00a851Disabled building distribution files until library duplication can be resolved.Dave Jarvis • 2015-03-16
e80cec5Files for parsing the rxm WHERE expression.Dave Jarvis • 2015-03-16
38434d8Starting to parse the WHERE expressions.Dave Jarvis • 2015-03-16
96be566Removed recursive build under Windows.Dave Jarvis • 2015-03-16
ccc8d28Parsable grammar for where clause.Dave Jarvis • 2015-03-15
9f60917Added parenthetical BNF expression (unfinished).Dave Jarvis • 2015-03-15
ff74473Started the where clause BNF.Dave Jarvis • 2015-03-15
4beeb93Removed duplicate code for string builder.Dave Jarvis • 2015-03-15
4e1ea55Moved requirements to precede quick start.Dave Jarvis • 2015-03-14
1ffe259Added download instructions.Dave Jarvis • 2015-03-14
a69c383Further README clarifications.Dave Jarvis • 2015-03-14
ea96337More README clarifications.Dave Jarvis • 2015-03-14
8b8bbacAdditional README clarifications.Dave Jarvis • 2015-03-14
df87a94Minor clarifications to README.Dave Jarvis • 2015-03-14
6d58f8eAdditional javadoc comments to compile cleanly.Dave Jarvis • 2015-03-14
9517f6fComments and default indent.Dave Jarvis • 2015-03-14
c544804Join clauses are now properly mapped.Dave Jarvis • 2015-03-14
1086c14Formatting of JOIN statements.Dave Jarvis • 2015-03-14
23f348aImplemented obtaining JOIN clause table name.Dave Jarvis • 2015-03-14
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
5d7b186Updated source code comments.Dave Jarvis • 2015-03-09
550161eFixed software requirements link.Dave Jarvis • 2015-03-09
fa8e04cUpdated source code comments.Dave Jarvis • 2015-03-09
f90899bTransformation classes now have the ability to review the context tree.Dave Jarvis • 2015-03-09