Home » U++ Library support » U++ SQL » Some unexpected differences between Sqlite3 and MySql in Upp
Some unexpected differences between Sqlite3 and MySql in Upp [message #39712] |
Fri, 19 April 2013 15:40  |
 |
Alboni
Messages: 216 Registered: January 2012 Location: Kajaani, Finland
|
Experienced Member |
|
|
Sqlite3:
1)Like() is always case INsensitive, regardless of parameter.
2)SqlSum(INT_FIELD) is type int when Fetching.
3)Query results are by default sorted ascending using the primary key.
MySql
1)Like() is always case sensitive, regardless of parameter.
2)SqlSum(INT_FIELD) is type String when Fetching.
3)Queryresults are not sorted by default.
[Updated on: Thu, 25 April 2013 18:57] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 19:07:17 CEST 2025
Total time taken to generate the page: 0.02795 seconds
|