MonetDB / pymonetdb

The Python API for MonetDB
https://www.monetdb.org/
Mozilla Public License 2.0
28 stars 20 forks source link

Added the UUID, JSON and Geometry types support. Cleaned unused types. #9

Closed PedroTadim closed 8 years ago

PedroTadim commented 8 years ago

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! :)

gijzelaerr commented 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.

PedroTadim commented 8 years ago

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 :)

gijzelaerr commented 8 years ago

Well if the change is very small and easy to replace why don't you do it :)

PedroTadim commented 8 years ago

Done!