You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I agree on the separate loadable packages, I want to add a comment on the method's way of operation in general (completely unrelated, btw):
I don't think it is good practice to truncate the name of a table or sequence, even if the limit is ridiculously high (128 in case of DB2). I'd rather be notified by an exception that I am doing something wrong here. But as I said, unrelated to the issue at hand.
... and I don't like the fact that such a constant value is retrieved from an instance method. Is it really necessary to create an instance of the DB2Platform just to ask it for a number that is a global value (=class side)?
The text was updated successfully, but these errors were encountered: