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

Column called "index" causes ADA 4.1.14 to fail actions 0.1 and 4.D_1 #1

Open
davidnutter opened this issue Dec 9, 2022 · 0 comments

Comments

@davidnutter
Copy link

This issue arises with ADA 4.1.14

A tableIndex file which triggers the problem is attached.

tabelIndex-causes-ada4_114-to-crash.txt

Summary:

The column "index" in "table77" (name: "fitbit_sleep_data") causes the error given in ADA_ERROR.txt to appear. This prevents ADA from undertaking many tests as the table information is not available.

Renaming the column and corresponding column in the primary key to "sleep_index" resolve the issue and ADA can analyse the file again.

I suspect some input escaping is missing in ADA somewhere so the bareword "index" is treated as the INDEX SQL keyword, causing a syntax error.

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