Home » U++ Library support » U++ SQL » MySql, boolean values and SqlArray
Re: MySql, boolean values and SqlArray [message #45930 is a reply to message #45927] |
Thu, 28 January 2016 06:24   |
 |
deep
Messages: 267 Registered: July 2011 Location: Bangalore
|
Experienced Member |
|
|
Giorgio wrote on Wed, 27 January 2016 14:30Hi there,
According to the documentation the following query should return 001 and 002: "Select ID, From MACHINISTS Where M3 = true;", but actually it returns only 002. If I use the following query: "Select ID, From MACHINISTS Where M3 is true;" I get correct results, i.e. 001 and 002. So MySql is picky, but is coherent.
Have you tried this which you have stated. Which is working.
query * Select(ID, NAME).From(MACHINISTS).Where(M1 is true);
It may be good idea to check first with "select *" and confirm your table is updated.
Warm Regards
Deepak
|
|
|
 |
|
MySql, boolean values and SqlArray
By: Giorgio on Wed, 27 January 2016 10:00
|
 |
|
Re: MySql, boolean values and SqlArray
By: deep on Thu, 28 January 2016 06:24
|
 |
|
Re: MySql, boolean values and SqlArray
By: Giorgio on Thu, 28 January 2016 08:58
|
 |
|
Re: MySql, boolean values and SqlArray
By: deep on Thu, 28 January 2016 18:21
|
 |
|
Re: MySql, boolean values and SqlArray
By: mirek on Sun, 31 January 2016 20:29
|
 |
|
Re: MySql, boolean values and SqlArray
By: Giorgio on Mon, 01 February 2016 08:59
|
 |
|
Re: MySql, boolean values and SqlArray
By: mirek on Mon, 01 February 2016 18:31
|
Goto Forum:
Current Time: Mon Apr 28 04:54:39 CEST 2025
Total time taken to generate the page: 0.00977 seconds
|