Package: mdb-schema
Version: mdbtools
Severity: wishlist

mdb-schema creates a output like:

DROP TABLE myTable;
CREATE TABLE myTable
 (

This produce an error if myTable does not exist.

Colud be better:

DROP TABLE IF EXISTS myTable;
CREATE TABLE myTable
 (

With mysql works. I do not know about compatibility
for others DB engine.

best regards,
Alessandro De Zorzi


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to