-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi,
I'd like to add still more tests to pg_tapgen.
What I'd like to implement:
- Constraints other than PK (FK, check, maybe exclusion ?). There is nothing (as far as I can see) in pg_tap right now for check constraints, I could do it with md5 like i did for function, or add the feature in pg_tap ?
- We also had another problem: we have many functions with same name and different prototypes, and right now, the script only tests that there is a function with the name. Maybe create a file with a has_function for all prototypes of all functions ?
Please advise before I start coding :)