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
Hello Support Team,
I would like to make the following proposal.
In the function _table_fk_info we should select the fields with rtrim.
Some schema have subsequent blanks and later on key values do not exist in
the object hashref.
=> Searching for relationship will fail.
SELECT tc.constname, sr.reftabschema, sr.reftabname,
kcu.colname, rkcu.colname, kcu.colseq,
sr.deleterule, sr.updaterule
to
SELECT tc.constname, rtrim(sr.reftabschema), sr.reftabname,
kcu.colname, rkcu.colname, kcu.colseq,
sr.deleterule, sr.updaterule
Kind regards
Frank Biermann
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#100287 (status was 'new')
Requestors:
From [email protected] on 2014-11-12 12:01:49
:
The text was updated successfully, but these errors were encountered: