Mercurial
Mercurial
>
pydbkit
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
sql/tests.sql
author
Radek Brich <radek.brich@devl.cz>
Sat, 29 Sep 2012 13:53:54 +0200
changeset 49
08e4dfe1b0cb
parent 21
tests/tests.sql@26209e9984b2
child 75
39f777341db4
permissions
-rw-r--r--
Add test for MyManager (enable only when MySQLdb is available). Configure tests using pgtoolkit.conf (same as used by other executables).
CREATE TABLE test
(
id serial NOT NULL,
name varchar,
PRIMARY KEY (id)
);