[ http://tracker.firebirdsql.org/browse/CORE-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adriano dos Santos Fernandes reopened CORE-3373: ------------------------------------------------ Looks like you mean: "the very simple original test case is failing again", right? > It is possible to store string with lenght 31 chars into column varchar(25) > --------------------------------------------------------------------------- > > Key: CORE-3373 > URL: http://tracker.firebirdsql.org/browse/CORE-3373 > Project: Firebird Core > Issue Type: Bug > Affects Versions: 2.1.3 > Reporter: Eurosoftware > Assignee: Adriano dos Santos Fernandes > Priority: Minor > Fix For: 3.0 Alpha 1 > > > Test case: > SQL> CREATE DATABASE 'localhost:d:\temp\test1.fdb' user 'sysdba' password > 'masterkey' default character set UTF8; > SQL> create table t (c varchar(25)); > SQL> insert into t(c) values ('1234567890123456789012345xxxxxx'); > SQL> select * from t; > C > =============================================================================== > 1234567890123456789012345xxxxxx -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel