Chris Chilvers
Chris Chilvers
When mapping an IUserType or an ICompositeUserType by convention there is no ability to specify defaults for the column names. I would like to be able to do something like...
# Problem Mapping an enum property without specifying a custom type prevents using the imported enum type in HQL queries. e.g. ``` C# public class Foo { public Bar Status...
### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...
I have an enum that is serialized to the DB using a single letter code. I tried adding a custom type handler for the enum to handle the conversion but...
The session management needs an abstraction with an interface to allow it to be better integrated in to existing applications that have their own session management.
I have some properties that contain 0 or 1 items that either start as null or can change their instance in the future. These properties are not included in the...
I want to be able to create my own extenders (e.g. 'date') that adds validation rules. Currently to do this I would be required to call `knockout.validation.addRule` which means duplicating...
The mountstats for NFS mounts can contain multiple xprt lines when `nconnect` is greater than one. Because traffic is equally spread between all the connections, when nconnect is greater than...
When using the `Get-GceMetadata` cmdlet it doesn't seem to write errors to the error stream or throw exceptions when the metadata server returns an error such as 404. Currently there...
Related to #645, this is the natural name for the equivalent to `gsutil cp`. At a minimum this needs better documentation that it only supports bucket to bucket transfers, and...