query-language
Here are 196 public repositories matching this topic...
-
Updated
May 22, 2021 - Go
-
Updated
Aug 27, 2020 - Clojure
-
Updated
Aug 11, 2021 - Python
-
Updated
Aug 20, 2021 - TypeScript
-
Updated
Aug 18, 2021 - Scala
Per discussion in #2743 this class is mis-named.
Also, rename LinkStreamValue
to just plain LinkStream
.
-
Updated
Aug 16, 2021 - C
Is your feature request related to a problem? If yes, please describe the problem.
Currently our playground is without any code sharing capabilities.
Describe the solution you'd like to see.
Allow to share the playground with a certain query by adding the query as a base64 in the URL.
Were you inspired by anything else, that you have experienced?
Inspired by https://sandcastle
-
Updated
Aug 4, 2021 - Java
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Jul 23, 2021 - ANTLR
- untabify
- indent
- align where needed
Hi, Is it possible to add in readme more information about support?
- What are the feature necessary for LDflex to work?
- Is Node supported?
- Are browsers supported? Which ones?
- Can polyfills help?
-
Updated
Jun 28, 2021 - Java
-
Updated
Aug 19, 2021 - Java
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Feb 21, 2021 - PHP
Create a function selectValues
that takes a record of Col s a
expressions and creates FullQuery s ...
such that:
For a record { col1 :: Col s a1, ..., coln :: Col s an }
Would generate to
SELECT <col1_expr> AS col1, ..., <coln_expr> as coln
-
Updated
Jun 16, 2021 - Rust
-
Updated
Apr 7, 2021 - Dockerfile
-
Updated
Dec 25, 2020 - C#
Describe the bug
There are no CRUD examples in the Readme or the front of the docs
To Reproduce
Evaluate the product as a new user
Expected behavior
A basic code block in the README with installation, setup, creation of a new database, CRUD operations
Error logs
MissingDocumentException
System information (please complete the following information):
- OS: Human Brain
**Ad
-
Updated
Jul 27, 2021 - Coq
-
Updated
Jun 30, 2021 - Go
-
Updated
Aug 17, 2021 - C
Improve this page
Add a description, image, and links to the query-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the query-language topic, visit your repo's landing page and select "manage topics."
It's been awhile since I updated e2e tests and there are some of them that are filing (most of them are related to examples).
Also, we need to add e2e tests that cover headers and cookies for both drivers.