| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Greetings. Thank you very much for your contribution. It looks great, kudos! |
Sorry, something went wrong.
|
Since I'm new to open source development and contribution, I wanted to ask when and how often are the pull requests merged to master. |
Sorry, something went wrong.
Honestly, I do not know either and I am thinking about establishing a "Development Branch", which would merge any pending PRs under a rolling release model. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds a support for PostgreSQL DROP FUNCTION statement: PostgreSQL DROP FUNCTION documentation
Also added a new map to Drop class to store parameters by type. Not sure about other drop types, but drop function actually has a more richer syntax with additional parameters which we could support in the future. Storing them in a map could possibly hold off bloating the class.