> A lot of code now assumes the current behaviour, and it would be very
> risky to change that now (being so close to a 2.0). However we could
> add a gda_value_stingify_static() function which does what you
> propose.

Using static buffers can be risky, considering threads and other
recursed cases like:
printf("%s=%s\n", foo_static(var), foo_static(var2));


Stian

_______________________________________________
gnome-db-list mailing list
gnome-db-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to