duhanbalci / surrealdb_flutter

SurrealDB client written in pure dart. auto reconnect, typed functions
MIT License
37 stars 9 forks source link

Patch Implementation to change function #19

Closed vinodh013 closed 5 months ago

vinodh013 commented 1 year ago

Hi @duhanbalci,

I would like to inform you that I have observed the use of the same update method for both the "update" and "change" functions in the project. To address this, I have updated the "change" function to appropriately handle PATCH requests. Additionally, I have updated the documentation for the "change" method to ensure clarity of the function.