Rodolphe Quiédeville
Rodolphe Quiédeville
Hi, Thanks for this wonderful app, really happy to be able to store JSON in real JSON format and not as test as too many other apps do. Have you...
Will you be agree to split the huge pgtap.sql.in in some smaller parts ? It could be done with few impact, * split the files in some parts * add...
Add functions to detect if a function is defined as `window function` or not. These functions will work same as `is_definer()` and `is_aggregate()` Ref : https://www.postgresql.org/docs/9.1/static/tutorial-window.html @theory what about the...
Actually there is no function to check if a constraint is validate or not.
Crypto is used in the code but not present in the requires section off the setup.py file.
Add an option `--yes` to bypass all question when create or delete relations and functions
Use travis-ci to publish unit tests results and **coverage**
Actually only IntegerField and FloatField are supported, add the support to ForeignKey.