Git Product home page Git Product logo

nhibernate-validator's Introduction

darioquintana

nhibernate-validator's People

Contributors

darioquintana avatar pasqualedante avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nhibernate-validator's Issues

DecimalMaxAttribute\DecimalMinAttribute should be culture invariant when defines CheckConstraint string

When local culture use comma as decimal separator, the statement
col.CheckConstraint = col.Name + "<=" + Value;
invoke silently Value.ToString that return comma as decimal separator.
For example, in my case, I'm italian and setting 0.01 as decimal min I have a constraint
as check (column_name>= 0,01) that is a bad Sql statement.

This issue is already reported by me to jira bugs tracker (where NHV seems to be abandoned)

Update NHV to NH 4.0

Validator should be updated and built for NH 4.0.

ps: this issue is a clone of jira issue NHV-125

NHibernate v. 4.1.1.4000 ADONET version dependency

Hello to nhibernate community,

Actually I didn't find any place to ask this question so I post it as an issue.

Recently I tried to commit batch of 1000 objects to database (which has already around 60 milion rows), but it failed due to Time out exception. Normally it works fine, no troubles before and after. When I reduced batch limit to 500 it successfully commited without any troubles. I was wondering data I try to store is somehow corrupted, but if it was, it have had failed even though the batch limit was reduced, am I correct?

So I was wondering whether there is any dependency of Nhibernate to specific version of ADONET library.
Does anybody know please whether there is any dependency for NHibernate v. 4.1.1.4000 to specific ADONET version?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.