1 Apr
2004
1 Apr
'04
9:41 a.m.
Hi list, I am importing some tab-separated dump data in which a field is a timestamp, formatted ala "2003-11-26 10:36:53". After importing (through make_persistent/load_data), the two timestamp BATs show up as: [ "profile_track_history_date", "oid", nil, 4516232, 0, "clean", "disk", "pers", 0, 1 ] [ "profile_track_history_serverdate", "oid", nil, 4516232, 0, "clean", "disk", "pers", 0, 1 ] (having a 'nil' tail-type). I guess this is a minor bug; because the BATs are filled with timestamps properly. regards, Arjan