From: Marco van Wieringen Date: Wed, 21 Apr 2010 20:28:44 +0000 (+0200) Subject: A timestamp can only be assigned to a timestamp in Ingres unless we convert it inline... X-Git-Tag: Release-5.2.1~1426 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=274db65c60b720b75b852bccddb7c75479787982;p=bacula%2Fbacula A timestamp can only be assigned to a timestamp in Ingres unless we convert it inline. But why should we the code to get Timestamps is already there so change it and we are allright. --- diff --git a/bacula/src/cats/sql_cmds.c b/bacula/src/cats/sql_cmds.c index c0a1a42dea..9c3a7c3b5f 100644 --- a/bacula/src/cats/sql_cmds.c +++ b/bacula/src/cats/sql_cmds.c @@ -854,7 +854,7 @@ const char *uar_create_temp[5] = { "Level CHAR(1)," "JobFiles INTEGER," "JobBytes BIGINT," - "StartTime VARBYTE(32)," + "StartTime TIMESTAMP WITHOUT TIME ZONE," "VolumeName VARBYTE(128)," "StartFile INTEGER," "VolSessionId INTEGER,"