Skip to content

Releases: DeepLcom/sql-mock

v0.3.0

03 Nov 07:43
2e03512
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

Added

  • Now you can also pass a query to the table_meta. The query_path will overwrite a query in case both are provided by @Somtom in #13
  • New method assert_cte_equal that 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_results method now accepts a query instead of needing to load the query within the method. In case you created custom Mock Table classes, you need to take this into account.

v0.2.0

30 Oct 07:56
338b6c3
Compare
Choose a tag to compare

What's Changed

  • Improved readme and separated contribution guidelines by @Somtom in #9
  • Use meta class instead of decorator by @Somtom in #10
  • Added functionality to pass the query_path via the table_meta decorator by @Somtom in #11

Full Changelog: v0.1.2...v0.2.0

v0.1.2

25 Oct 07:12
Compare
Choose a tag to compare

This is the initial release of the library