-
Now we are using Python SDK and get this error.
```
[SQL: SELECT employees.name, employees.age
FROM employees
LIMIT ?]
[parameters: (1,)]
```
```
SQLQuery:W0331 15:00:52.237329 144126528…
-
After formatting with sqlfluff it turned
## this
```sql
select
CONCAT_WS(
' ', ITEMNR, report_sales_100.DESCRIPTION
) as `Artikel Nr.`,
PHYSICIAN,
BATCHID,
INVOICENR,
sum(Qu…
-
What is the syntax for filtering by wildcard using a FileBackend?
Ex.
I have a Dog document class that has one object persisted with the properties of
`{ 'name':'fido', 'color':'brown', 'owner':'Joe …
-
When attempting to access an item of an array in a query using syntax that is accepted in interactive SQL console we get a parsing error from `nl.topicus.jdbc.shaded.net.sf.jsqlparser`
```
ERROR -…
-
Just like we currently inject regex syntax into regexes, and SQL syntax into `SQLStrings`, I think it would be nice to have LaTeX language injection into [LaTeXStrings](https://github.com/JuliaStrings…
-
```
The % and _ didn't work at all (except that TrimQuery would replace just
ONE % with .* in the regex), so I fixed it and added an RLIKE in case you
do want to use regular expressions (just remember…
-
I tried using Expand Selection (`Shift+Alt+right arrow`) on a SQL query in Azure Data Studio, and it seems not to be fully aware of SQL syntax. Specifically, with a trivial query, after expanding to s…
-
**Describe what's wrong**
`SET p1 = 'x';` works
`SET p1 = array(1);` does not
> Code: 62. DB::Exception: Syntax error: failed at position 18 (end of query): ;
https://fiddle.clickhou…
-
# Describe the bug
Trying to have graphs create automatically for devices. Specificallt traffic 95%
## To Reproduce
Steps to reproduce the behavior:
Automation > Graph Rules >"Traffic …
-
**Issue by [juniovitor](https://github.com/juniovitor)**
_Tuesday Aug 14, 2018 at 21:15 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/14513_
----
Hi Guys,
I'm working on Br…