GNU bug report logs -
#64964
[PATCH] Handle tabs in the SQL shown in the column listing
Previous Next
Reported by: john muhl <jm <at> pub.pink>
Date: Sun, 30 Jul 2023 19:20:02 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 64964-done <at> debbugs.gnu.org (full text, mbox):
> Date: Sun, 30 Jul 2023 13:48:20 -0500
> From: john muhl via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> In sqlite-mode if the SQL used to create a column used tabs then the
> hide part of list columns would not remove anything after the first tab.
>
> M-x sqlite-mode-open-file my.db
>
> Table Name Number of Rows
> images 0
> users 0
>
> With point on ‘images’ execute sqlite-mode-list-columns (or press c)
>
> Table Name Number of Rows
> images 0
> id INTEGER PRIMARY KEY AUTOINCREMENT
> user_id INTEGER
> FOREIGN KEY (user_id) REFERENCES users (id)
> ON DELETE CASCADE
> users 0
>
> There are two tab characters before ‘ON DELETE’. Press c again and it
> collapses to:
>
> Table Name Number of Rows
> images 0
> ON DELETE CASCADE
> users 0
Thanks, I installed your patch on the emacs-29 branch, and I'm
therefore closing this bug.
This bug report was last modified 2 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.