You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is implemented only on json-sql and it concatenates them into a string. This isn't ideal since it isn't tested and it isn't documented and implemented inside sql-connector.
Ideally we want to implement/test/document it inside sql-connector and use this api from json-sql.
I was wondering why it was suddenly a &str thanks for the code.
Also would suggest removing this conversion in the smart module, and move it to the sql-connector itself. Probably put it into the insert.rs or upsert.rs modules.
Currently it is implemented only on
json-sql
and it concatenates them into a string. This isn't ideal since it isn't tested and it isn't documented and implemented insidesql-connector
.Ideally we want to implement/test/document it inside
sql-connector
and use this api fromjson-sql
.current hacky implementation
The text was updated successfully, but these errors were encountered: