Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser stack overflow #14

Open
andrecarralero opened this issue May 25, 2020 · 0 comments
Open

parser stack overflow #14

andrecarralero opened this issue May 25, 2020 · 0 comments

Comments

@andrecarralero
Copy link

Hi,
I am trying to query with joins or subqueries and is returning the message "parser stack overflow", are there any limitations? because using Db Browser for SQLite it works normally.
I can make simple queries, but every time I try to use join or subquery it doesn't work.

Query example

select channels.channel, channels.label, channels.GPIO, hard.model
from channels
join hard
on hard.modelId = channels.modelId

Table channels
select channels.* from channels

Callback function called: modelId = 1
channel = ch_1
label = Azul Royal
GPIO = 2
channelId = 1

Table hard
select hard.* from hard

Callback function called: model = WRLed-Creed
label = Lum.Teste
serialNumber = 0000001
version = 1
hash = WsYl6akT1aP0W2lv3
modelId = 1

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant