Am 21.08.2014 11:39, schrieb Clemens Ladisch:
Martin Engelschalk wrote:
It seems the solution is to actually pass all bind variable values by
their appropriate sqlite3_bind_* - function instead of just using
sqlite3_bind_text. However, this means quite a lot of work for me.
Isn't it also work for you to converting your values to text?
Yes, but this would mean to change a LOT of SQL and then testing it, Also, the SQL is generic and has to work on Postgres and Oracle too.
I will change the binding.

Is there a way to write my own Function so that its result has
an affinity?
No.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Thank you very much, i see my way now.

Martin
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to