sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Use `create_new` instead of `atomic-file-write`

Open mattfbacon opened this issue 1 year ago • 1 comments

This provides the same functionality but without temporary files, platform-specific code, fragility of O_TMPFILE support, and an extra dependency.

mattfbacon avatar Nov 30 '23 22:11 mattfbacon

Good points, I forgot to explicitly handle these conditions as non-errors. I think the latest commit should handle these properly.

mattfbacon avatar Dec 05 '23 02:12 mattfbacon

OK

mattfbacon avatar Feb 20 '24 00:02 mattfbacon