Fixed createTable/alterTable should prepend table name to any exception

Xon

Well-known member
Affected version
2.0.10
Depending on the context, these functions may be called with data driven inputs. This makes figuring out the exact table that it was applied to virtually impossible.

These functions do have the table name as an input so they could catch and then rethrow exceptions as required.
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11).

Change log:
Include table name in message for any exception occurring in SchemaManager methods.
 
Top Bottom