Iñaki Baz Castillo wrote:

For example a PostgreSQL BIGINT is unintelligible to sqlops, I found out.

What do you mean exactly?

CREATE TABLE stuff (
   id bigint PRIMARY KEY NOT NULL
);

INSERT INTO stuff VALUES (1);

...

sql_query("ca", "SELECT id FROM stuff", "ra");

$dbr(ra=>[0,0]) will be NULL.

--
Alex Balashov - Principal
Evariste Systems
Web     : http://www.evaristesys.com/
Tel     : (+1) (678) 954-0670
Direct  : (+1) (678) 954-0671

_______________________________________________
Kamailio (OpenSER) - Users mailing list
Users@lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
http://lists.openser-project.org/cgi-bin/mailman/listinfo/users

Reply via email to