[ https://forge.continuent.org/jira/browse/CAROB-82?page=all ] Simon Csaba Endre closed CAROB-82: ----------------------------------
> SELECT NULL fails > ----------------- > > Key: CAROB-82 > URL: https://forge.continuent.org/jira/browse/CAROB-82 > Project: Carob > Type: Bug > Components: C++ API > Reporter: Zsolt Simon > Assignee: Simon Csaba Endre > > > When issuing a query like "SELECT NULL" a NotImplemented exception will be > generated. > Digging a little deeper reveals that for the NULL a TT_UNDEFINED tag is > obtained. At the SQLDataSerialization::getDeserializer() a NotImplemented > exception is generated for this tag. > A very simple solution for this is to return NULL for TT_UNDEFINED because > later at the deserializing the field data, the deserializer will not be used, > because the field is null. > Another solution would be to create a dummy deserializer that does nothing, > but throws an exception. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Carob mailing list [email protected] https://forge.continuent.org/mailman/listinfo/carob
