On Wed, Apr 22, 2009 at 4:02 PM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:

>
>
> On Wed, Apr 22, 2009 at 4:50 PM, OpenDBX devel list <
> libopendbx-devel@lists.sourceforge.net> wrote:
>
>> On Wednesday 22 April 2009 15:29:35 OpenDBX devel list wrote:
>> > I wasn't aware of the case where, for the same query, different calls to
>> > odbx_result()  give me different values :(
>> >
>> > Can this be just the case of a SP ? Because I this is the first time I
>> have
>> > this behaviour.
>>
>> You will see this behaviour for stored procedures and if you send more
>> than
>> one statement in a string using a backend that supports the "multiple
>> statement" option, e.g. for MySQL
>>
>> "INSERT INTO test (a, b) VALUES (1, 2); SELECT * FROM test"
>>
>
>
> Norbert: I has this kind of test of my set of tests, but all my
> "multistatement tests" are using both selects, NO an insert and a select. I
> cannot test it here, but tonight I will try to put exactly that test you say
> and my test should fail.
>
> Now I have another test :)
>
> Thanks for this!!!
>
>

As suspected, my new test fail :)

Now I have to fix it. However, it seems to be a bit of work :(

thanks!

Mariano



>
>
>
>>
>>
>> Norbert
>> --
>> OpenPGP public key
>> http://www.linuxnetworks.de/norbert.pubkey.asc
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Stay on top of everything new and different, both inside and
>> around Java (TM) technology - register by April 22, and save
>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
>> 300 plus technical and hands-on sessions. Register today.
>> Use priority code J9JMT32. http://p.sf.net/sfu/p
>> _______________________________________________
>> libopendbx-devel mailing list
>> libopendbx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
>> http://www.linuxnetworks.de/doc/index.php/OpenDBX
>>
>>
>
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to