Fix distinct type row mapping

This commit is contained in:
jdb
2026-09-02 11:50:44 -05:00
parent f2f41782d4
commit 170359d840
4 changed files with 92 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ requires "namespaced_logging >= 2.0.2"
task unittest, "Runs the unit test suite.":
exec "nim c -r --path:src tests/test_datetime"
exec "nim c -r --path:src tests/test_distinct"
task integrationtest, "Runs the PostgreSQL integration test suite.":
exec "nim c -r --path:src tests/test_datetime_postgres"