18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

mssql support in _random_row_func #35

Closed lostapathy closed 7 years ago

lostapathy commented 8 years ago

This patch improves MS SQL Server support by correctly mapping the rand() function in _random_row_func.

codecov-io commented 8 years ago

Current coverage is 67.34%

No coverage report found for master at 8142995.

Powered by Codecov. Last updated by 8142995...3d5939f

catherinedevlin commented 7 years ago

Sorry I waited so long on this - I wanted a machine with MSSQL to test it on.

Thanks for the fix!