Skip to content

fix to use foreign key and fix for SQLPParser bug

Eva Feng requested to merge ehfeng/LDI:lastfix into dev
  1. Fixed to use "Foreign Key Attr References Table" to resolve referring types and translate table
  2. Added "Select Attr From Table" and similar clauses (can now select both Col and Attr)
  3. Updated SQLPSchemaRefExpTest1 and its test result (can now test directly with "./SQLPSchema < ./SQLPSchemaTests/SQLPSchemaRefExpTest1")

Merge request reports