Skip to content

Unknown completion for 'REFRESH MATERIALIZED VIEW' #690

@jbek7

Description

@jbek7

I'm getting below for MV refresh:

skunk.exception.SkunkException: 
🔥  
🔥  SkunkException
🔥  
🔥    Problem: Just constructed an unknown completion 'REFRESH MATERIALIZED VIEW'. 
🔥             Note that your program has not crashed. This message is here to annoy
🔥             you.
🔥       Hint: Please open an issue, or open a PR adding a case in Completion.scala
🔥             and a parser in CommandComplete.scala
🔥  

skunk.exception.SkunkException: Just constructed an unknown completion 'REFRESH MATERIALIZED VIEW'.  Note that your program has not crashed. This message is here to annoy you.
val refreshFooMV: Command[Void] = sql"REFRESH MATERIALIZED VIEW my_foo_mv".command
session.prepare(refreshFooMV).use(_.execute(Void)).void

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions