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

Support Procedures- Postgres 11 #251

Merged
merged 30 commits into from
Oct 4, 2021
Merged

Conversation

jalissonmello
Copy link
Contributor

Procedure was introduced in Postgres 11, so this PR contains the initial support. Soon I will submit some tests files.

https://www.postgresql.org/docs/11/sql-createprocedure.html
https://blog.2ndquadrant.com/postgresql-11-server-side-procedures-part-1/

@jalissonmello
Copy link
Contributor Author

jalissonmello commented Mar 27, 2019

Drop and Add constraint if table exists, issue #252

@jalissonmello jalissonmello changed the title Support Procedures Support Procedures- Postgres 11 Apr 10, 2020
jalisson added 4 commits May 10, 2020 18:10
…hema.

Copy corrections from:
Support Postgresql 12 - Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes fordfrog#271 marcus-kempe
fix for null pointer exception fordfrog#270 marco44
Fix issue where rule parsing was throwing # 269-marcus-kempe
fixed some crashes fordfrog#257 d1maxa
@jalissonmello
Copy link
Contributor Author

Some other corrections

Error on disable/enable trigger on trigger that dont exists on old schema.

Copy corrections from:
Support Postgresql 12 -Add support for FUNCTION in CREATE TRIGGER #273 alexander-smyslov
Fix incorrect disable trigger parsing of quoted identifiers. Bugfixes #271 marcus-kempe
fix for null pointer exception #270 marco44
Fix issue where rule parsing was throwing # 269-marcus-kempe
fixed some crashes #257 d1maxa

Copy link
Contributor Author

@jalissonmello jalissonmello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PARTITION BY #274

@jalissonmello
Copy link
Contributor Author

Initial suport do identity column. #277

README.md Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@jalissonmello
Copy link
Contributor Author

Hi.
If possible, please check the changes again.

@fordfrog fordfrog merged commit 8cd1a62 into fordfrog:develop Oct 4, 2021
@fordfrog
Copy link
Owner

fordfrog commented Oct 4, 2021

thank you :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants