- 11 Feb, 2019 2 commits
-
-
Donald H. (Donnie) Pinkston, III authored
Lab 4 design document had some ^M characters that somehow had survived from an earlier DOS/Windows version of the file. Fixed.
-
Donald H. (Donnie) Pinkston, III authored
-
- 04 Feb, 2019 1 commit
-
-
Donald H. (Donnie) Pinkston, III authored
The design document and information document are included under the doc directory now. Added a lot of documentation, particularly to the Schema class. Made a few changes to the ArithmeticOperator and BooleanOperator classes' simplify() methods so that we can do some basic simplifications. Added the StatisticsUpdater so that it's easier for students to modify statistics based on selection predicates. Fixed a bug in SelectClause where ORDER BY clauses were using the FROM-clause schema rather than the SELECT-clause schema.
-
- 29 Jan, 2019 1 commit
-
-
Donald H. (Donnie) Pinkston, III authored
This commit includes the HW2 design document and logistics document. It also includes the InvalidSQLException to throw when a SQL query has a semantic error.
-
- 21 Jan, 2019 1 commit
-
-
Billy Bloomquist authored
Added the designdoc and logistic info documents in a new directory.
-