Changes between Version 1 and Version 2 of Ticket #67044, comment 6


Ignore:
Timestamp:
Mar 5, 2023, 8:06:02 PM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67044, comment 6

    v1 v2  
    22> VACUUM gives an error about VERSION not being collated (?).
    33
    4 MacPorts uses an SQLite extension that implements a custom sort order (a "collation") for version numbers. When MacPorts uses the registry, it loads that extension. If you want to use programs other than MacPorts to interact with the registry file, you have to load the MacPorts SQLite extension first.
     4MacPorts uses an SQLite extension that implements a custom sort order (a "collation") for version numbers. When MacPorts uses the registry, it loads that extension. If you want to use programs other than MacPorts to interact with the registry file, you have to load the MacPorts SQLite extension first. If you don't, some operations will fail with:
     5{{{
     6Parse error: no such collation sequence: VERSION
     7}}}