| I see a lot of these types of tools, each with some essential support, but usually they don't work. I would appreciate what is support what is not. Tried this tool:
go run gitlab.com/dalibo/transqlate@v0.1-beta.2 select TRUNC(SYSDATE, 'month') from dual -- TRANSLATION ERROR at +1:8: unsupported date format: "month" rule="replace trunc() by date_trunc()"
select DATE_TRUNC('month', LOCALTIMESTAMP)exit status 1 Also, at least, it would set the latest git tag, currently command from Readme.md doesn't work: go run gitlab.com/dalibo/transqlate@latest go: gitlab.com/dalibo/transqlate@latest: module gitlab.com/dalibo/transqlate@latest found (v0.0.0), but does not contain package gitlab.com/dalibo/transqlate latest should point to v0.1-beta.2 |