> On Jun 15, 2021, at 4:43 PM, flywire <flywi...@gmail.com> wrote:
>
>> What "standard" are you referring to?
>
>> GnuCash stores information at the highest level in files. A file can be
>> stored on your computer either as a single XML file (in all versions of
>> GnuCash), or in a SQL database (in GnuCash version 2.4 and higher).
That's just storage. Regardless of backend all of the data are loaded into C
structs at the start of a session and all processing is done in C/C++ or Scheme
on those structs. No database queries involved after the data are loaded.
That's also a strange usage of the word "standard".
>
> The sort order of the application a user chooses to use to access the data.
> It's a database. Whatever is generally available to sort alphanumeric data
> in databases.
Sorry, that doesn't make sense.
Regards,
John Ralls
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.