kevinkdo / ra3

Relational Algebra v3.0 (go to branch `kevin`)
1 stars 0 forks source link

Implement macro-expand for subqueries #8

Closed kevinkdo closed 8 years ago

kevinkdo commented 8 years ago

If user types "subquerymySubqueryNameMy Subquery Definition", store that in this.state somehow. The word "subquery" is a keyword that indicates to us that the user is defining a subquery.

Then when they later type mySubqueryName, expand the word mySubqueryName into My Subquery Definition.

mh291 commented 8 years ago

need to implement expansion when sending to back end

storing of subqueries works

mh291 commented 8 years ago

need to test