Generating entities from Firebird 5 database shows error about boolean

Hi,

I try to generate entities from a Firebird 5 database but it shows this error message.

Any idea what could cause it?

You should set the SQLDialect property of TAureliusConnection component to Firebird3, that it's the one supporting Boolean field types.

Thanks. That did the trick.

Maybe this info could be added to the documentation.

It's there: Database Connectivity | TMS Aurelius documentation

Apparently I missed it. Thank you for the link :)

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.