ctags icon indicating copy to clipboard operation
ctags copied to clipboard

SQL: minor issues

Open masatake opened this issue 4 years ago • 0 comments

  • [ ] extract multiple var declaration declrear var0, var1, ... type;
  • [ ] ignore $$ after the line DECLARE $$
  • [ ] parse schema specifications after `CREATE SCEHEME schema ...
  • [ ] handle CREATE TYPE in postgresql
  • [ ] extract test in ATTACH "foo" as test; (sqlite)

masatake avatar Oct 25 '21 20:10 masatake