a1ea321
Results
2
issues of
a1ea321
This commit fixes what is probably a copy-paste mistake. The `dracut.zfs` manpage claims that the `bootfs.rollback` option executes `zfs snapshot -Rf`. `zfs snapshot` does not have a `-R` option. `zfs...
This works in PostgreSQL 16: ``` create view public.delete→me as (select 42); select * from public.delete→me; ``` So I expected this to work as well: ``` from mo_sql_parsing import parse...