[GENERAL] select as

2004-12-23 Thread Bambero
e2 as 2 is useless. Bambero ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

[GENERAL] XML-RPC problem with array

2005-02-01 Thread Bambero
#x27;sd'] $array['rd'] is changed to xmlrpc 'struct' type - thats ok too. But array (indexed from 1): $array[1] $array[2] $array[3] is changed to xmlrpc 'array' type. Is it possible to change this type to xmlrpc 'struct' type ? Sorry, my english is

Re: [GENERAL] XML-RPC problem with array

2005-02-01 Thread Bambero
Sorry, ntg Bambero napisaƂ(a): Hello I have compiled my php with --with-xmlrpc option to use xmlrpc server. Everything works fine, but there is one problem. Array (indexed from 0): $array[0] $array[1] $array[2] is changed to xmlrpc 'array' type - thats ok. Array (with string indexes):

Re: [GENERAL] row access

2004-06-05 Thread Bambero
Bruno Wolff III wrote: On Sat, Jun 05, 2004 at 18:35:29 +0200, Bambero <[EMAIL PROTECTED]> wrote: Hi Like in the subject. I have few tables i relations with themselves. There are many users that may insert a rows. But i want that only owner can modify or delete a row. I found somwh

[GENERAL] Boolean

2004-10-14 Thread Bambero
Postgres returns me 't' or 'f' from boolean field How to change that it returns me 'true' or 'false' replace(its, 'f', 'false') AS its doesn't work Bambero ---(end of broadcast)--- TIP