query-builder
Here are 482 public repositories matching this topic...
-
Updated
Jan 5, 2019 - JavaScript
-
Updated
Oct 28, 2018 - PHP
-
Updated
Aug 21, 2020 - C#
-
Updated
May 12, 2020 - PHP
-
Updated
May 1, 2020 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Apr 13, 2020 - Java
-
Updated
Nov 22, 2019 - JavaScript
-
Updated
Aug 13, 2020 - C#
-
Updated
Feb 17, 2020 - PHP
-
Updated
Aug 20, 2020 - PHP
-
Updated
Aug 9, 2020 - PHP
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jul 28, 2020 - Go
-
Updated
May 4, 2020 - PHP
-
Updated
Jul 29, 2020 - TypeScript
-
Updated
Aug 21, 2020 - C#
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Jul 13, 2020 - PHP
-
Updated
Aug 10, 2020 - JavaScript
This custom prompting implementation (built around input()) could easily be replaced by click.prompt:
https://github.com/aiidateam/aiida-core/blob/0e17ac1d35d3e90b7277fbfe2fa0edabc9732b53/aiida/manage/backup/backup_utils.py#L19-L126
At least it seems well tested, though
https://codecov.io/gh/aiidateam/aiida-core/src/develop/aiida/manage/backup/backup_utils.py
-
Updated
Apr 30, 2020 - PHP
-
Updated
May 13, 2020 - JavaScript
-
Updated
Jul 9, 2020 - PHP
Through the 'case when' statement of /console/druid/ page, json is obtained:
`{
"queryType": "groupBy",
"dataSource": {
"type": "table",
"name": "dw_action_sec_data_test"
},
"intervals": {
"type": "intervals",
"intervals": [
"-146136543-09-08T08:23:32.096Z/146140482-04-24T15:36:27.903Z"
]
},
"virtualColumns": [],
"filter": null,
"granularity
Improve this page
Add a description, image, and links to the query-builder topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-builder topic, visit your repo's landing page and select "manage topics."
Given that we support
CURRENT_TIMESTAMP, the lack ofCURRENT_DATEfeels like an omission. While you can hack it withdate(now), I keep finding myself wishing there was a direct way to reference this. Given thatnowmeansCURRENT_TIMESTAMP, I think there's precedent fortodaymeaningCURRENT_DATE. This is supported by all backends we support (and is in the ISO standard I believe).