Character Sets are the same in both versions:
Character Sets
Character size: 1 byte(s)
CharSetID: 31
NCharSetID: 2000
Unicode Support: True
NLS_LANG:
NLS_CHARACTERSET: WE8ISO8859P1
NLS_NCHAR_CHARACTERSET: AL16UTF16
in version 13 in 64-bit variant German umlauts are converted into question marks (?) when compiling in the database. The source file remains unchanged.
32-bit version is ok.
is works if i have one query in sql window.
When i have multible in one sql window and query results in separate tabs then the filters are not transferred in sql text again.
1.)
i write my sql statement in sql window
select t.test_field from my_table t ;
2.) i click switch 'QueryByExample'
3.) i write a filter 'TEST' in field test_field
In old version the sql text is automatic modified in
select t.test_field from my_table t where test_field = 'TEST';
In beta...