Add validate config

This commit is contained in:
Maksim Tereshin 2024-12-09 21:09:49 +01:00
parent 0a34aff6a6
commit 6065d8615b
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
<ValidationRule idColumn="id" validationColumns="is_valid">
<RequestURL>
<![CDATA[
SELECT id, false as is_valid from recruits where id in ${endpointArguments}
SELECT id, true as is_valid from recruits, pg_sleep(60) where id in ${endpointArguments}
]]>
</RequestURL>
<SqlConnectionParams>