/[Frey]/branches/no-pager/sql/strix.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /branches/no-pager/sql/strix.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 702 - (show annotations)
Wed Dec 3 21:12:43 2008 UTC (15 years, 3 months ago) by dpavlin
File size: 355 byte(s)
branch for no-pager integration
1 BEGIN TRANSACTION;
2 CREATE TABLE users (
3 id integer primary key autoincrement,
4 ime text,
5 prezime text,
6 email text
7 );
8 INSERT INTO "users" VALUES(NULL,'Anonymous','Coward','nobody@example.com');
9 INSERT INTO "users" VALUES(NULL,'Example','User','example@exaxmple.com');
10 INSERT INTO "users" VALUES(NULL,'Dobrica','Pavlinusic','dpavlin@rot13.org');
11 COMMIT;

  ViewVC Help
Powered by ViewVC 1.1.26