This commit is contained in:
2021-12-21 23:25:50 +00:00
parent bf9ad4bc95
commit 130a1ecb1d

View File

@@ -447,30 +447,6 @@ todo: 3 Schedule form reporting?
todo: 1 MAJOR ISSUE FOR US can't use inteval / timespan the way we have
was a pending issue preventing upgrade to npgsql 6.0.1 from 6.0.0
https://github.com/npgsql/efcore.pg/issues/2157
Update: this is a serious change due to interval handling
do the upgrade then run through AyaNova and find the areas where it's fucked, specifically can we still use our intervals like before for
timespan stuff like notifications and contracts etc etc because they don't do epochs greater than weeks?
Maybe it's just the age query itself that is affected.
Test query from the "offending" view
SELECT aworkorder.id,
aworkorder.serial,
aworkorder.createddate,
age(timezone('UTC'::text, now())::timestamp with time zone, aworkorder.createddate) AS expwoage
FROM aworkorder;
working:
SELECT aworkorder.id,
aworkorder.serial,
aworkorder.createddate,
now() AS NOW_TEST,
age(timezone('UTC'::text, now())::timestamp with time zone, aworkorder.createddate) AS expwoage,
now()-aworkorder.createddate AS WORKS
FROM aworkorder;
todo: 1 VERY IMPORTANT test on windows where all paths have spaces, i.e. set the server data path to a location with funky folder names with spaces etc
confirm everything in raven that writes to disk still works, logging, backup, attachments, temp files served (reports) etc
@@ -804,17 +780,18 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
#######################################################################################################################################
https://www.ayanova.com/download/v8/ayanova-windows-x64-single-setup.exe
https://www.ayanova.com/download/v8/v8-migrate.exe
https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
https://www.ayanova.com/download/v8-migrate.exe
Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.0.6 CHANGES OF NOTE
- fixed bug in history that would bomb if a taskgroup name needed to be displayed
- many minor changes to support e2e testing
- new *permanent* download urls case 4053 for details
- new download urls case 4053 for details
- new docs folder hosting current version of v8 docs https://www.ayanova.com/docs/
this is for our use so don't need to spin up a server to view the docs but will likely be the permanent url for v8 docs once all is done
- fixed query bug in workorderlist AGE column incorrectly calculated