Carl Fredrik Samson

Results 89 comments of Carl Fredrik Samson

The "proper" workaround for now seems to be to use `embed-manifest` together with a build.rs file: cargo.toml ```toml [build-dependencies] embed-manifest = "1.3.1" ``` buld.rs ```rust use embed_manifest::{embed_manifest, new_manifest}; fn main()...

I realized that there is no way to do this besides constructing a query yourself and insert batches of 1000 entries and repeat until finished. Maybe this issue should be...

I'll found a pretty nice way of batch inserting which is not limited to 1000 so I'll leave it here for future reference in case it's useful for implementing a...

I assume the argument needs to be provided to the Command object which runs the script? Unfortunately, there is no way to currently add additional arguments, but it would be...

Hi, thanks for this idea. Unfortunately, I'm a little tied up for the next months so I won't have the time to do larger additions right now, but I'll leave...

Hi, and sorry for the late response. Sorry for the links being down. I'm currently putting most of my work together in a proper book, so I had to take...

Hi and thanks. Yes, unfortunately I stopped publishing it as I’m working on a “proper” book covering this topic and many more and I can’t publish it myself at the...

Thanks, and you're right, writing a book is a challenge but I've always wanted to compile the best of my 4 books that all focus on different aspects on concurrency...

Sorry for the delayed response. I've been busy doing other work and have stopped developing this repository. Windows never disappoints when it comes to make something rather simple very complex,...

I can't get this to work either. All operations on SqlConnection seems to consume self and return a ExecResult. I trust there is a way to do this but it's...