MonetDBSolutions / monetdbe-examples

A small collection of C programs to illustrate MonetDBe
9 stars 4 forks source link

extend monetdbe_bind #17

Open njnes opened 3 years ago

njnes commented 3 years ago

The current monetdbe_bind requires the input data too match the parameter /argument of the query. For decimal types the physical type could be any integer (bte,sht,int,lng,hge) with a scale. This is however hard too guess. So we probably need a more flexible interface, including the passed type to monetdbe_bind. That however requires conversion (sometimes)