-
CREATE TABLE DUAL (
FIELD int NOT NULL,
PRIMARY KEY (FIELD)
);
insert into DUAL (FIELD) values (1);
select 'č' from dual;
(could be also some other non latin-1 character)
as a result '?' is returned instead of the proper letter.
2006-08-27 16:48:14 UTC by urostr
-
daffodilsw committed patchset 20 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 283 files.
2006-03-02 06:14:54 UTC by daffodilsw
-
daffodilsw committed patchset 19 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 206 files.
2005-03-09 11:09:27 UTC by daffodilsw
-
daffodilsw committed patchset 18 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 1 files.
2005-03-09 10:58:29 UTC by daffodilsw
-
daffodilsw committed patchset 17 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 732 files.
2005-03-09 10:53:52 UTC by daffodilsw
-
daffodilsw committed patchset 16 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 319 files.
2005-03-09 10:43:58 UTC by daffodilsw
-
daffodilsw committed patchset 15 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 108 files.
2005-03-09 10:37:41 UTC by daffodilsw
-
daffodilsw committed patchset 14 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 699 files.
2005-03-09 10:25:46 UTC by daffodilsw
-
ashishsriv committed patchset 13 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 368 files.
2005-01-18 12:33:11 UTC by ashishsriv
-
ashishsriv committed patchset 12 of module daffodildb to the Daffodil DB- One$DB, a Java RDBMS CVS repository, changing 643 files.
2005-01-18 12:22:33 UTC by ashishsriv