Mathieu

Results 6 comments of Mathieu

Yes. This is a quickfix I proposed. It fixes the issue about strings being inserted as _"your_string"_ instead of _your_string_.

> You need also to clean folder and rebuild. Yes, as it won't correct already inserted data.

> is there any plan to fix this inside the distributed package/ pod in the future? This repo doesn't seem to be maintained anymore and I'm in no way connected...

No. You need to handle it yourself. I came up with this if you wanna try : Put this somewhere ``` protocol SQLiteCompatibleType: Encodable {} extension Int: SQLiteCompatibleType {} extension...

> @TenMaKo > I have added SQLIte.swift using SPM (Swift Package Manager). How do I update Coding.swift file code ? I don’t use SPM so I’m not sure about this...

> @TenMaKo Don't you think you should create a PR and then merge this fix into master. More people are facing the issue.. No sorry cause this is just a...