This page (revision-25) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
25 23-Apr-2022 17:05 5 KB Harry Metske to previous
24 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
23 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
22 23-Apr-2022 17:05 5 KB Harry Metske to previous | to last
21 23-Apr-2022 17:05 4 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 129 added 10 lines
__Only one property per query may have inequality filters (<=, >=, <, >)..__
So you cannot do something like :
{{{
SELECT * FROM Peuter where geslacht>'M' AND achternaam>'b'
}}}
Case insensitive queries ?
What happens if you first create some entities, and then you add additional persistent fields ("columns") to the class ?