You are not logged in.
Pages: 1
AB,
looking at your code TSQLVirtualTable is designed for more general usage, it does not have to be connected to a TSQLRecord, but the implementation is missing for other use cases. Eg TSQLVirtualTable.Create has parameters to define field names, but it is never used. For full functionality Create should it not have some additional parameters defining the datatypes, sizes and other parts of the create SQL statement (like "not null" ...) to be formed properly?
Offline
Why not?
Any input is welcome!
You can make some pull requests e.g. at https://github.com/synopse/mORMot
Offline
Pages: 1