17 May
2012
17 May
'12
6:58 a.m.
Niels, On 16-05-2012 22:49:30 +0200, Niels Nes wrote:
Changeset: f450300984b8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f450300984b8
@@ -20,12 +20,12 @@ Ready.
% . # table_name % single_value # name -% char # type +% any # type % 0 # length [ NULL ]
If the "any" type now boils up to the clients, we need to fix/change the APIs too, to understand this type and in some cases do something sensical with it. JDBC will barf on it currently, IIRC. Would it be possible to use an existing type for NULL when it has no type at the stage where it is sent back to the client (like exportResult)? Fabian