Skip to content

🐛 extended tables referencing mutable db table + other fixes#100

Merged
kkharji merged 5 commits intomasterfrom
fix/muating_original_table
Aug 25, 2021
Merged

🐛 extended tables referencing mutable db table + other fixes#100
kkharji merged 5 commits intomasterfrom
fix/muating_original_table

Conversation

@kkharji
Copy link
Copy Markdown
Owner

@kkharji kkharji commented Aug 24, 2021

Purpose

table.extend should stop referencing the abstraction over the db object and just reference the underlying db object. This fixed some extend table function failing due to overwrite of original table function.

Additionally, it seems that JSON parsing seems to be broken some how as shown in the tests.

closes #99

@kkharji kkharji changed the title 🐛 extended tables referencing mutable db table & weird 🐛 extended tables referencing mutable db table + other fixes Aug 25, 2021
@kkharji kkharji merged commit 1c88610 into master Aug 25, 2021
@kkharji kkharji deleted the fix/muating_original_table branch August 25, 2021 16:58
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.

(table.where) returns nil on existing row

1 participant