Closed PedroTadim closed 8 years ago
Thanks! what do you mean with unused? As far as I remember these are defined in the MonetDB specification. Although they might be unused people may depend on them and this may cause backward incompatibility problems.
I checked the data types on their website, and I cut the inexistent ones, but you can put them back. Also I didn't find any usage of them on the source code. The change is very small and very easy to replace them :)
Well if the change is very small and easy to replace why don't you do it :)
Done!
Added support for UUID, JSON and Geometry types, with the last one just converting into strings so far. Cleaned unused types.
Sorry to be late! I had other things to do! :)