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 20 years ago

Closed 20 years ago

#257 closed defect (fixed)

DBCreateSeriesTable doesn't work

Reported by: danirus Owned by: danirus
Priority: normal Milestone:
Component: DataBase Version: head
Severity: normal Keywords:
Cc: Javier Portugal

Description

Tol has an API to talk to Databases, one of the functions, used to write a set
of Serie's variables to a table in a DB, doesn't work properly.
I've tried with this Tol code:

Serie ser = SubSer(Gaussian(0,1,Diario), y2005m1d1, y2005m12d31);
Real DBCreateSeriesTable("serie1", SetOfSerie(ser));

Looks like a problem related with Dates format.

Change History (2)

comment:1 Changed 20 years ago by danirus

Status: newassigned

comment:2 Changed 20 years ago by danirus

Cc: Javier Portugal added
Resolution: fixed
Status: assignedclosed

The date format string, of DBCreateSeriesTable, was wrong.
What a laugh! I wish every bug was like this one!
I improve its english and spanish description.

Note: See TracTickets for help on using tickets.