Skip to content

Feature tests relational table

Chosson Ulysse requested to merge FEATURE_tests_relational_table into main

[0.74.0] - 2022-04-28

Added

  • Add equivalence of all test for relational table.

Fixed

  • Fix a bug in all where we make:
"FROM objects"

and not:

f"FROM {sqle.table}"

Merge request reports