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
.
extras/test-db.sql
author
Radek Brich <radek.brich@devl.cz>
Sun, 27 Nov 2011 17:02:42 +0100
changeset 19
e526ca146fa9
parent 18
a9e12b7cc207
permissions
-rw-r--r--
Add documentation for create_conn(). Fix keep_alive - do not crash if socket settings are not supported.
CREATE TABLE test
(
id serial NOT NULL,
name varchar,
PRIMARY KEY (id)
);