Hello, when I try to upgrade database and a table gets added, a null reference error gets generated. The problem probably lies in ODX trying to enumerate constraints of old table to upgrade it but...
Hello, when creating tables via "PrepareDatabase" method, a SQL Exception gets generated: "Cannot define PRIMARY KEY constraint on nullable column in table 'x'. Could not create constraint. See p...
ODX should be configurable for prefetching data. For example, if I select a list of books, I may want to iterate authors then. And I want to load all of them in single request, not one by one at ea...
Hello, evaluating your library and first impressions are very good. I have a problem though: when using a GUID for a field (and hence, as type in Entity definition), BuildDataSet() will fail with...
Hello, when trying to connect to a SQL CE database using SqlCeProviderFactory an exception is being generated when using an instruction like this: [VB.NET] OLEDBSession.Data = New DbDataProvider(...
Hello, could you please give more details about v1.2 changes? For example, does Session.Select() method support named parameters (i.e. @Parameter) in ParamArray? That would be great as SQL injecti...
It shold be a way to select subtrees, work with "deep" children and parents.