`SELECT trandate` gives `'15-Apr-2021 0:00:00'` no...
# general
j
SELECT trandate
gives
'15-Apr-2021 0:00:00'
now whereas before it gave just
'15-Apr-2021'
e
Can you use TRUNC(trandate) to get only the date part?
j
probably.
thing is, how do I find all the places it’s used in my code 😞
d
Create a scheduled script. Within it, do a global search for 'File: %.js'. For each result, load the file, look for indexOf the problem function. Write the result to system notes or a file cabinet file. Works OK, but obviously won't pick up occurrences in locked bundles.
j
that wouldn’t work at all….it’s not a single function. It’s wherever
trandate
was somewhere in a
SELECT
SQL.
Interesting, they seem to have fixed it