studio
Here are 262 public repositories matching this topic...
-
Updated
Mar 22, 2019 - C#
-
Updated
Feb 10, 2020 - PLSQL
-
Updated
Aug 9, 2020
-
Updated
Oct 23, 2020 - TypeScript
-
Updated
Apr 22, 2018 - PowerShell
-
Updated
Sep 15, 2020 - C#
-
Updated
Jun 23, 2020
-
Updated
May 26, 2020
-
Updated
Feb 10, 2020 - PHP
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Sep 23, 2020 - Game Maker Language
-
Updated
Dec 1, 2019 - Python
Improve this page
Add a description, image, and links to the studio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the studio topic, visit your repo's landing page and select "manage topics."


Describe the bug
Filtering with more than 1 condition is not working due to quotes being added in column names after the first. This is a query that was generated from master:
SELECT * FROM dev.dog WHERE id = 1 AND "weight_lbs" = 35
Note the weight_lbs has quotes around it.
To Reproduce
Steps to reproduce the behavior:
I used the getting started data found here:
https://docu