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. |
| 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. If you don't, some operations will fail with: |
| 5 | {{{ |
| 6 | Parse error: no such collation sequence: VERSION |
| 7 | }}} |