Marc Wittke
Marc Wittke
The [note about multi column vale type mapping](https://docs.microsoft.com/en-us/ef/core/modeling/value-conversions?tabs=data-annotations#composite-value-objects) still mentions EFCore 6.0 as target, while it is on the 7.0 milestone currently as stated in https://github.com/dotnet/efcore/issues/13947#issuecomment-1113299012 --- #### Document Details...
simple question: how do I delete a root object (including everything thats "owned") when not relying on DB's cascadig delete functionality using GraphDiff? Is this a feature?
There is a permission issue: ``` INFO[0384] Running: [/bin/sh -c chmod ug+x $INSTALL_DIR/*.sh && sync && $INSTALL_DIR/$INSTALL_DB_BINARIES_FILE $DB_EDITION] sed: couldn't open temporary file /opt/install/sedMC9TWJ: Permission denied mv: cannot move '/opt/install/LINUX.X64_193000_db_home.zip'...
Hi Ewald, thanks for your interesting work. I got it running recently and was really excited by the performance. However, the outdated Debian Jessie made plenty of problems. I had...
FluentMigrator doesn't allow me to create index organized tables in Oracle. Other options (I personally don't care about, but fall into the same category) are also not possible to set:...
### Describe the feature It would be really useful, if the generated type would implement a marker interface like `IVogenValue`. This would enable us to check for such interface when...
### Describe the feature Referring to the [Note in the docs](https://stevedunn.github.io/Vogen/integration.html#conversion-code-in-a-different-project) I'd like to request dapper type handlers to be generated outside the project. It was mentioned in #541 but...