Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • P.J. Melies 18 posts 108 karma points
    Feb 26, 2019 @ 18:49
    P.J. Melies
    0

    DB Table Name Case Sensitivity issue

    Hello,

    We're getting unhandled exceptions thrown when trying to submit a form and it due to case difference in the name of the table in our MySQL database vs. what the Umbraco code is using. The table name is the database is UFRecordFields but the table name referenced in the Umbraco code is UFrecordFields (r in record is not capitalized). Case sensitivity is not normally an issue but in our case we're using MySQL hosted in an AWS RDS cluster and and the Linux system used IS case sensitive.

    I've reviewed some of the code in the Umbraco.Forms.Data.Storage namespace and it appears the table name appears in the code as both UFRecordFields and UFrecordFields in different spots so renaming the table won't work for us.

    Has anyone brought this up before? I searched through the forum but didn't find anything.

Please Sign in or register to post replies

Write your reply to:

Draft