DEV Community

Patrick Tingen
Patrick Tingen

Posted on • Originally published at datadigger.wordpress.com on

1 1

Minimum Progress Version

Up to the current version 23 the front page happily stated that you need at least 10.1B to run the DataDigger.

Today, it turned out that that is a lie 😦

The main program uses the FINALLY statement and that was introduced in version 10.1C so that is the minimum version you can use to run DataDigger.

If you are stuck on 10.1B and still want to use the DataDigger, just open up DataDiggerLib.p   and search for “FINALLY”:

101b_upgrade

Remove the FINALLY block entirely. On restart, DataDigger will recompile itself.

 

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay