Releases: DeepLcom/sql-mock
Releases · DeepLcom/sql-mock
v0.3.0
Full Changelog: v0.2.0...v0.3.0
Added
- Now you can also pass a
queryto thetable_meta. Thequery_pathwill overwrite aqueryin case both are provided by @Somtom in #13 - New method
assert_cte_equalthat allows to check the output of a specific CTE in the query you want to test. by @Somtom in #13 - Added documentation page by @Somtom in #14
Changed
- The
_get_resultsmethod now accepts aqueryinstead of needing to load the query within the method. In case you created custom Mock Table classes, you need to take this into account.