/+junk/Dataanalys

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys
3 by Gustav Hartvigsson
Made some changes and added the initial work on the different functions...
1
create table if not exists awnsers(
2 by Gustav Hartvigsson
changed to id to integer primary key
2
"id" integer primary key,
3
"gudar" boolean,
4
"spoken" boolean,
8 by Gustav Hartvigsson
Made the dbAdd work.... and fixed some errors that I made when creatig the "create table awnsers(" file and fixed the inherited probem from that in awnser_sheet.....
5
"religos" boolean,
2 by Gustav Hartvigsson
changed to id to integer primary key
6
"sekulart" boolean,
7
"vegan" boolean,
8
"mars" boolean,
9
"globaluppvarmning" boolean,
8 by Gustav Hartvigsson
Made the dbAdd work.... and fixed some errors that I made when creatig the "create table awnsers(" file and fixed the inherited probem from that in awnser_sheet.....
10
"manen" boolean,
2 by Gustav Hartvigsson
changed to id to integer primary key
11
"motion" boolean,
12
"sund" boolean,
13
"deprimerad_host" boolean,
14
"sno" boolean,
15
"oppet" boolean,
16
"dodsstraff" boolean,
17
"kvinnors_rattigheter" boolean,
18
"abort" boolean,
19
"kvinnors_kropp" boolean,
20
"deprimerad_var" boolean,
21
"gast_sverige" boolean,
22
"fodd_sverige" boolean,
6 by Gustav Hartvigsson
Added a camand line interface, and finished up the awnser sheet thingy...
23
"foraldrar_sverige" boolean,
24
"komentarer" text
1 by Gustav Hartvigsson
initial code commiinitial code committ
25
);
26