Kevin Day

Results 10 comments of Kevin Day

I get this error using paket, that is not importing the linux files. I have pasted below the paket.lock file that lists all the packages being imported. Only windows and...

I locked the skia version to 2.80.4 and upgaded QuestPdf. Still getting the same problem. I think I am missing something. The new paket.lock file. I am using FSharp, but...

I think this might be the same issue, I get a similar error when clicking on the project -> add file in VSCode. The error: Error running command fsharp.explorer.addFile: copyOfStruct...

Also similarly with bigint with postgresql - is interpreted as a string instead of long long.

I worked around this by creating my own column-info and types with conversion routine for the project I was working on (creating code generation utility creating model structs from an...

Just used the code from the docs. Any postgresSql bigint or boolean column gives a column_info.data_type of dt_string. In the column_info.h column_info conversion class template you can see that no...

I wonder if a dt_bool entry in the data_type enum might be a good idea, a couple of databases do support it.

By the way SOCI is an excellent library. I am enjoying getting to know it.

I don't know if it helps but I found I was getting a similar error but and "Invalid Collection". I had deleted the database file but left the log file...

@ghuntley I have sent the email. I would love to help out, although I am kind of a newbie.