facebook

In MYE 5M1 on Cache DB create select query

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253656 Reply

    asdf999
    Member

    In MYE 5M1 on Cache DB create select query with some “null” entered after “from” .
    Rest of query is OK.
    Remove this “null” word only.
    No other bug foun like in previous version with Cache DB.

    #253664 Reply

    Haris Peco
    Member

    asdf99,

    null is because Cache driver doesn’t support correct schema/catalog concepts – every database support schema and/or catalog, but Cache support no one.
    I will try fix this, but can you send me exactly select command which MyEclipse generate, please (with null word)

    Best regards

    #254694 Reply

    asdf999
    Member

    select
    ID,
    MO_UG_ID,
    MO_CC_ID,
    MO_ID,
    MO_priority,
    MO_fromTime,
    MO_toTime,
    MO_fromInterval,
    MO_toInterval,
    MO_type
    from
    null . MODELS. ModelOrders

    #254709 Reply

    Haris Peco
    Member

    asdf999,

    Please, can you try with MyEclipse 5.0 m2 – We have tried to fix this, but we haven’t tested on cache database

    Thanks

    #258254 Reply

    asdf999
    Member

    tested this is OK, but autocomplete in wuery editor does not work now
    Are you ignoring all catalog data?

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: In MYE 5M1 on Cache DB create select query

You must be logged in to post in the forum log in