Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add script to run arbitrary SQL * remove unused env vars * use the linux binary directly * remove checking out ndc-spec * install libssl3 * generate the correct nested fields filtering predicate * generate the WHERE predicate for nested fields * get the recursion correct [WIP] * get the binary comparison operator for a Column * pass around the rootContainerAlias * rename visitNestedField1 to visitNestedField * refactor visitNestedField * change the file structure * fix the syntax of the query * remove redundant function * minor no-op refactors * fix tests * add sql generation tests * figure out where the bug is * one more attempt at debugging * add debug statement * revert back the cli changes * fix the imports * fix import 1 * add nested array object field filtering test case * modify the failing tests according to the new data * add nested filtering tests * Nested filtering add script to run arbitrary SQL remove unused env vars use the linux binary directly remove checking out ndc-spec install libssl3 generate the correct nested fields filtering predicate generate the WHERE predicate for nested fields get the recursion correct [WIP] get the binary comparison operator for a Column pass around the rootContainerAlias rename visitNestedField1 to visitNestedField refactor visitNestedField change the file structure fix the syntax of the query remove redundant function minor no-op refactors fix tests update README according to the latest template (#37) Fix NDC tests (#40) * fix NDC tests * checkout v0.1.5 * update typescript ndc version * npm audit fix add sql generation tests Add script to run ndc tests (#41) * add a npm script to run ndc-tests * generate configuration before starting the server * test out github workflow * try with ubuntu-latest * add debug statement * debug * remove the loging into GHCR Seed data into test container (#42) * fix test * setup data only when --setup-data option is provided * set up the azure cosmos emulator * fix syntax errors * use the emulator values * setup emulator data * fix issues * use await * disable tls * fix typo * fix syntax * add indexing bit while creating the container * fail the process when encountering any error figure out where the bug is one more attempt at debugging add debug statement revert back the cli changes fix the imports fix import 1 add nested array object field filtering test case modify the failing tests according to the new data add nested filtering tests * don't run tests on the azure cosmos emulator * comment out the setting up of azure cosmos emulator * use the correct env values * rever the changes in script folder * remove the tests * minor refactor * remove more tests * remove even more tests * fix deep nested filtering bug * refactor visitNestedField * fix bug * minor no-op refactor * add comment on getScalarType * minor refactor * incorporate review comments * follow TS convention
- Loading branch information