osmozis
Results
2
issues of
osmozis
``Data is not saved to table columns mapped as complex properties. If these columns are set to NOT NULL in database, then exception is thrown For example: ```sql create table...
bug
**To Reproduce** 1. create table in database ```sql CREATE SCHEMA [scm]; GO CREATE TABLE [scm].[tbl]( [id] [int] IDENTITY(1,1) NOT NULL PRIMARY KEY, [name] [nvarchar](120) NULL, [color] [int] NULL, ) ON...
bug