[Gambas-user] Query for sorting not work
gian
bagoneo at libero.it
Sun Sep 4 17:06:10 CEST 2022
Il 04/09/22 09:47, gian ha scritto:
> Il 04/09/22 09:41, gian via User ha scritto:
>> Project attached
>>
>> Thank you and regards
>>
>> Gianluigi
>
> Sorry I forgot to attach the project :-(
>
> Regards
> Gianluigi
Hi Benoit,
I get it, you thought "why don't you try it and stop bothering".
I tried it and it works with the three databases I'm interested in (to
be honest I'm only interested in SQLite and PostgreSQL but I tried MySQL
as well), as you can see from the console response:
The Database is open = True
2022-09-04 15:59:40.284 gb.db.sqlite3: 0x55d0b05a6088: SELECT * FROM
"tuser" ORDER BY "uskey" DESC
2022-09-04 15:59:41.403 gb.db.sqlite3: 0x55d0b05a6088: SELECT * FROM
"tuser" ORDER BY "uskey" ASC
The Database is open = False
The Database is open = True
2022-09-04 16:34:30.268 gb.db.postgresql: 0x5636531c4220: SELECT * FROM
"tuser" ORDER BY "usnam" ASC
2022-09-04 16:34:31.341 gb.db.postgresql: 0x5636531c4220: SELECT * FROM
"tuser" ORDER BY "usnam" DESC
The Database is open = False
The Database is open = True
2022-09-04 15:56:03.732 gb.db.mysql: 0x55aa5d13fe20: SELECT * FROM
`tuser` ORDER BY `ussur` ASC
2022-09-04 15:56:04.787 gb.db.mysql: 0x55aa5d13fe20: SELECT * FROM
`tuser` ORDER BY `ussur` DESC
The Database is open = False
@Lee,
what do you think, is it possible to complete the Sorted wiki with this
new knowledge?
:-)
Regards
Gianluigi
More information about the User
mailing list