Boris Djurdjevic

Results 267 comments of Boris Djurdjevic

[Here](https://stackoverflow.com/questions/21976125/how-to-get-the-attribute-data-of-a-member-with-fastmember) is example how to make Extension for GetMemberAttribute. @mgravell it would be great if you could integrate this feature directly into the package. In which case you could also...

Thx Additionaly PostgreSqlCombProvider is for PostgreSql which uses SequentialAsString. Sqlite when storing Guid in BLOB uses SequentialAsBinary, which is different. I have tested it with Guid from this class [SequentialGuid](https://www.siepman.nl/blog/post/2015/06/20/SequentialGuid-Comb-Sql-Server-With-Creation-Date-Time-.aspx)...

View-s do not work with Bulk ops.

Can you write a test where the issue would be reproducible

It was discussed in this issue https://github.com/borisdj/EFCore.BulkExtensions/issues/669 and was in plan.

Can confirm the bug. Have found the fix but it does not load temporal columns since they are not accessible as direct property.

Will take a look 👍

Glad it's useful. Graph feature was a PR, so am not completely into it. Try to use without Graph, call BulkInsert for each table, prior just set FKs

Pozdrav, Will try to add it.