Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8674

LINQ exception with non-default entity sql schema

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 2.4, 2.5
    • None
    • cache
    • None

    Description

      Exception in linq query if use non-default - "public" sql schema for cache type. I used "public" sql schema in "UserAccount" cache configuration:

      "Apache.Ignite.Core.Common.IgniteException: 'Failed to parse query. Schema "UserAccount" not found; SQL statement:

      select _T0._KEY, _T0.EMAIL, _T0.NAME, _T0.PHONE, _T1.BIRTHDAY, _T1.AGE from "UserAccount".USERACCOUNT as _T0 inner join "UserProfile".USERPROFILE as _T1 on (_T1._KEY = _T0._KEY) order by (_T1.AGE) "

      Query works correctly if I not set (use default "UserAccount") schema for type.

      Attachments

        Activity

          People

            Unassigned Unassigned
            victorkozak Victor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: