Opened 21 years ago
Closed 21 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 21 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 21 years ago by
| Cc: | Javier Portugal added |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

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.