Sven K�hler :

> create table t (id serial, test varchar(255))
> //
> insert into t(test) values('test')
> //
> select t.currval from sysdba.dual
> 
> this doesn't work and the select statement throws the following error:
>    General error;-4020 POS(8) Unknown sequence name:T
> 
> very strange ...  doesn't 7.4beta support that yet? 7.3.0.29 
> did support it.

This is a new feature, you are right, which was included in 7.4.3.10.

7.4beta was build of 7.4.3.07 --> this new feature is in the 7.4-world, but not in 
this beta-version.

Sorry for any inconveniences, We will check which version will be the
next 7.4-version and if there is a time-scedule to release it.

Elke
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to