I have a problem with an integration test. I created an ALIAS for a 
function, but it gives a compilation error stating that it cannot find the 
numeric symbol. Does anyone use ALIAS with this data type?

CREATE ALIAS my_stored_proc AS '
  numeric envia() {
    return 1;
}
';

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/7db04f97-9c49-4a72-bb43-a2570130a0a9n%40googlegroups.com.

Reply via email to