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

Throw error when unbound var used in insert or delete #692

Conversation

cap10morgan
Copy link
Member

@cap10morgan cap10morgan commented Nov 17, 2023

Fixes fluree/core#60

Addresses feedback on #681

@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from 7476ea5 to d8a3df5 Compare November 17, 2023 22:05
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 92f769e to 2fa7600 Compare November 17, 2023 22:05
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from d8a3df5 to 195bb5d Compare November 22, 2023 18:12
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 2fa7600 to ad72261 Compare November 22, 2023 18:12
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from 195bb5d to 3c14f92 Compare November 23, 2023 14:03
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from ad72261 to 1a4116b Compare November 23, 2023 14:03
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from 3c14f92 to 7f906a1 Compare November 27, 2023 17:31
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch 2 times, most recently from ffbd3fd to 101c56b Compare November 27, 2023 20:21
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from fae08cf to 03ef1e2 Compare November 28, 2023 16:32
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 101c56b to 40bd98a Compare November 28, 2023 16:32
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from 03ef1e2 to 10ef26b Compare November 30, 2023 18:28
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 40bd98a to 53ac760 Compare November 30, 2023 18:28
@cap10morgan cap10morgan force-pushed the 11-17-Format_code_in_f.d.transact.transact-test_ns branch from 10ef26b to 15b65b9 Compare December 1, 2023 15:32
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 53ac760 to 9210515 Compare December 1, 2023 15:32
src/fluree/db/query/exec/where.cljc Outdated Show resolved Hide resolved
src/fluree/db/query/fql/parse.cljc Outdated Show resolved Hide resolved
src/fluree/db/query/fql/parse.cljc Outdated Show resolved Hide resolved
@cap10morgan cap10morgan force-pushed the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch from 9210515 to 5930b03 Compare December 4, 2023 17:31
@cap10morgan cap10morgan requested a review from a team December 4, 2023 17:31
Copy link
Contributor

@zonotope zonotope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐟

Copy link
Member Author

cap10morgan commented Dec 5, 2023

Merge activity

Base automatically changed from 11-17-Format_code_in_f.d.transact.transact-test_ns to main December 5, 2023 15:52
@cap10morgan cap10morgan merged commit 156856e into main Dec 5, 2023
7 checks passed
@cap10morgan cap10morgan deleted the 11-17-Throw_error_when_unbound_var_used_in_insert_or_delete branch December 5, 2023 15:53
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

Successfully merging this pull request may close these issues.

Using an unbound ?var in insert causes an uncaught exception
2 participants