mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update tests, add convertion unit test radiantToDegrees, valToPercent, metersToKnots
This commit is contained in:
@@ -51,3 +51,12 @@ select count(*) from api.monitoring_temperatures;
|
|||||||
-- Test monitoring for user
|
-- Test monitoring for user
|
||||||
--select * from api.monitoring_humidity;
|
--select * from api.monitoring_humidity;
|
||||||
select count(*) from api.monitoring_humidity;
|
select count(*) from api.monitoring_humidity;
|
||||||
|
|
||||||
|
\echo 'Test metersToKnots'
|
||||||
|
select public.metersToKnots(1);
|
||||||
|
|
||||||
|
\echo 'Test radiantToDegrees'
|
||||||
|
select public.radiantToDegrees(1);
|
||||||
|
|
||||||
|
\echo 'Test valToPercent'
|
||||||
|
select public.valToPercent(1);
|
Reference in New Issue
Block a user