Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'language internal' probably not supported #61

Open
ledvinap opened this issue Dec 9, 2020 · 0 comments
Open

'language internal' probably not supported #61

ledvinap opened this issue Dec 9, 2020 · 0 comments
Labels

Comments

@ledvinap
Copy link

ledvinap commented Dec 9, 2020

CREATE OR REPLACE FUNCTION test_case(text)
 RETURNS text
 LANGUAGE internal
 IMMUTABLE
AS $function$upper$function$

This causes problem in Migra. It is trivial to avoid (use 'LANGUAGE SQL' function for comparison), so mentioning it mainly for reference.

@maximsmol maximsmol added the bug label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants