EF 4.1 Code First and VARCHAR2 ([size] Char)
Posted: Fri 14 Oct 2011 18:25
Is there any way to make dotConnect for Oracle create VARCHAR2 columns as VARCHAR2([size] Char) and not VARCHAR([size])?
If we are using multi-byte characters then the MaxLength will not be correct, the EF will validate that it is under the max number of characters, but it might not fit in the database column...
If we are using multi-byte characters then the MaxLength will not be correct, the EF will validate that it is under the max number of characters, but it might not fit in the database column...