close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 17 years ago

#389 closed defect (fixed)

strange error message in DBCreateSeriesTable

Reported by: Jorge Owned by: danirus
Priority: normal Milestone:
Component: DataBase Version: head
Severity: minor Keywords:
Cc:

Description

The following code (replace the alias, user and password):

Real {

Real DBOpen("mytest", "jsperez", "");
Set tmp_series = For(1, 4, Serie (Real idx) {

Serie s = SubSer(Gaussian(0,1), y2005, y2005m12d31);
PutName(Text "Serie"+FormatReal(idx,"%g"), s);
Serie s

});
Real DBCreateSeriesTable("tmp_series", tmp_series);
Real DBClose("mytest")

};

output the following message:

[mytest][unixODBC][Driver Manager]Function sequence error
[mytest][MySQL][ODBC 3.51 Driver][mysqld-4.0.24_Debian-10ubuntu2-log]Unknown
table 'tmp_series'

Although the table is correctly created something should be checked in order to
find out where the message come from.

regards,

Jorge.

Change History (3)

comment:1 Changed 19 years ago by Víctor de Buen Remiro

Status: newassigned

We are working about this bug
Thanks to report it

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Sorry Dani, I've set to assigned this bug by mistake

comment:3 Changed 17 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.