<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - EDITING: firebird: migration: View definitions are lost on conversion from embedded hsql files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116954#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - EDITING: firebird: migration: View definitions are lost on conversion from embedded hsql files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116954">bug 116954</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="robert@familiegrosskopf.de">robert@familiegrosskopf.de</a>
</span></b>
        <pre>(In reply to Drew Jensen from <a href="show_bug.cgi?id=116954#c3">comment #3</a>)
<span class="quote">> 
> Views that use hsqldb specific features fail, which fails the entire
> migration.

> Not sure what could be done about that, other than having the users change
> the views before the migration. 

> vEventCustomers (this view uses the CONCAT function and fails to migrate)</span >

So the view definitions aren't completely migrated. We have to open another bug
for views, which will fail.

There are different possibilities to change this behavior:
→ Views, which fail in Firebird, should be saved as queries. So the code isn't
lost.
This is the simplest version.
→ Views with functions, that aren't defined with that specific name in
Firebird, but will work with functions of Firebird the same way, should be
"translated" to the new functions:
CONCAT doesn't work. || will work.
LCASE doesn't work. LOWER will work.
...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>