DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
33 stars 5 forks source link

Fix/mixed none values #41

Closed Somtom closed 7 months ago

Somtom commented 7 months ago

Context

https://github.com/DeepLcom/sql-mock/issues/34

What changed

Adjusted the way we sort values accounting for mixed None and non None types

Somtom commented 7 months ago

@mcnick would you mind checking with your tests as well?