-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
no data returned from sql server 2016 tables #3839
Comments
Hi @GiovanniBaldo - do the tables that are not returning data have a |
hi @shogunpurple, this is structure of one of the not working tables: CREATE TABLE [dbo].[tbClienti]( and this is the structure of one of working tables: At a first look I tought it can be a problem with the name of the constraint for the primary key (its a bit strange on the tbClienti table). But some working tables have the same strange name for the constraint so probably thats not the problem! |
This comment has been minimized.
This comment has been minimized.
This should be resolved in the latest release of Budibase. |
Ive installed budibase on premise with docker (budibase is version 1.0.25)
I'm connecting to a db in sql server. it connects correcly and has loaded all the tables definition.
Some tables are correctly opening and returns data. see for example:
Some tables are correctly opening but do not display any rows
The text was updated successfully, but these errors were encountered: