crate/crate

Support to drop multiple tables at once

Open

#2.036 aberto em 15 de mai. de 2015

Ver no GitHub
 (11 comments) (4 reactions) (1 assignee)Java (545 forks)batch import
complexity: 1-3contributions welcomefeature: uxgood first issue

Métricas do repositório

Stars
 (3.863 stars)
Métricas de merge de PR
 (Mesclagem média 1d 11h) (159 fundiu PRs em 30d)

Description

Allow to drop multiple tables at once as it is supported in PostgreSQL:

DROP TABLE tbl1, tbl1;

https://www.postgresql.org/docs/current/sql-droptable.html


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Guia do colaborador