We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required Functionality A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As a user generating data I would like to be able to impose inequality constraints between two datetime fields for the same record in a JSON array.
For example
"created_at": { "type": "date_time" }, "last_login": { "type": "date_time" "begin": min(<collection>.created_at) }
Proposed Solution What you would see the solution looking like. If you have no idea - just leave empty.
Use case Some background on the usecase that this feature would address.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Required Functionality
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As a user generating data I would like to be able to impose inequality constraints between two datetime fields for the same record in a JSON array.
For example
Proposed Solution
What you would see the solution looking like. If you have no idea - just leave empty.
Use case
Some background on the usecase that this feature would address.
The text was updated successfully, but these errors were encountered: