query-builder
Here are 613 public repositories matching this topic...
-
Updated
Oct 8, 2021 - C#
-
Updated
Jan 5, 2019 - JavaScript
-
Updated
Oct 28, 2018 - PHP
-
Updated
Nov 3, 2021 - PHP
Describe the bug
I created a component in QueryBuilder.tsx by taking the example from the README with some little cleanup. It all worked except the CSS import causes an issue. Is there a solution that is supported in tsx or a hosted css file that can be used?
./node_modules/react-awesome-query-builder/lib/css/styles.css:1
.qb-drag-handler, .qb-draggable, .query-builder {
^
Synt
-
Updated
Oct 25, 2021 - PHP
-
Updated
Sep 10, 2021 - PHP
-
Updated
May 11, 2021 - JavaScript
We have a basic test for piccolo asgi new
:
https://github.com/piccolo-orm/piccolo/blob/master/tests/apps/asgi/commands/test_new.py
It can definitely be improved though. As a minimum, we should read the generated file contents, and use ast.parse(file_contents)
to make sure the file is valid Python code. We use a similar approach here:
-
Updated
Oct 22, 2021 - C#
-
Updated
Apr 13, 2020 - Java
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Aug 13, 2021 - JavaScript
The .returning()
function currently only supports strings (which should be the target table's column names). In reality they can accept any expression and (returning) query.
This should be supported:
insert into bar (val) values (123) returning (select count(*) from bar), id, val || 'test'
which would equate to something like:
db.insertInto(bar).values({ val: 123 })
-
Updated
Oct 27, 2021 - PHP
-
Updated
Jul 26, 2021 - PHP
-
Updated
Jun 8, 2021 - PHP
-
Updated
Aug 19, 2021 - C#
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Oct 19, 2021 - Go
-
Updated
Nov 3, 2021 - PHP
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Sep 20, 2021 - PHP
-
Updated
Aug 24, 2021 - PHP
-
Updated
Jul 12, 2021 - JavaScript
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."
Setup
Setup a project with sqlite using the following up.sql:
Versions
Feature Flags
Problem Description
Sqlite does