Hi everyone! I’m new to PACT. I would like to know...
# general
h
Hi everyone! I’m new to PACT. I would like to know does PACT will work on Database contracts?
m
If you mean SQL queries or something, then I think the answer is probably no
can you elaborate a bit more on what you want to achieve exactly?
thank you 1
h
Sorry for the late reply. I got it ..basically looking for SQL..
m
I don’t fully understand what you want to test with contract testing here? But I’d suggest contract testing is not going to be the best tool for the job here.
h
Matt, Ignore my previous question. I went through pact documentation and got pact is only used for contracts. I have one more question..I want to publish the contract to the pact broker and my contract has timestamp data. Please let me know is it possible to change the time stamp data when the producer consumes the pact contract from the broker.
m
the answer is “it depends”. In some languages you can
There are also things called “request filters” that can let you modify the request body too
h
Thanks Matt. This helps
👍 1