From 274db65c60b720b75b852bccddb7c75479787982 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 21 Apr 2010 22:28:44 +0200 Subject: [PATCH] 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. --- bacula/src/cats/sql_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," -- 2.39.2