Doug Coleman
|
72be152832
|
fix db tutorial
|
2008-10-12 07:25:16 -06:00 |
Doug Coleman
|
ad53391806
|
make all types singletons instead of symbols, add NULL support for select statements
|
2008-10-10 20:52:28 -05:00 |
Doug Coleman
|
a057da4116
|
"finish" database docs
|
2008-10-04 13:21:06 -05:00 |
Doug Coleman
|
dc4e989002
|
clean up the db code some, more docs
|
2008-10-03 20:19:20 -05:00 |
Doug Coleman
|
50493ba446
|
fix unit tests
|
2008-10-02 16:02:31 -05:00 |
Doug Coleman
|
695d3dd2d2
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-10-02 12:52:42 -05:00 |
Doug Coleman
|
67683dde20
|
make-db is gone, use <sqlite-db> or <postgresql-db> instead. docs. use dip instead of >r r>
|
2008-10-02 12:11:56 -05:00 |
Slava Pestov
|
c19f2257f4
|
Fix permission bits
|
2008-10-02 08:34:49 -05:00 |
Doug Coleman
|
47d884cf41
|
fix typos in db docs
|
2008-10-01 23:56:20 -05:00 |
Doug Coleman
|
c7f5b0de81
|
throw an error when all slots are IGNORE
|
2008-10-01 23:33:57 -05:00 |
Doug Coleman
|
f41733faf1
|
add IGNORE types to tuple slots for select
|
2008-09-30 11:00:44 -05:00 |
Doug Coleman
|
34ce3e13e4
|
add foreign key integrity to sqlite
|
2008-09-29 23:43:34 -05:00 |
Doug Coleman
|
4547b713cf
|
references with cascade on delete work
|
2008-09-27 16:26:21 -05:00 |
Doug Coleman
|
68b6515ac2
|
some work on foreign keys
|
2008-09-27 15:56:43 -05:00 |
Doug Coleman
|
dc9f374570
|
sort of support foreign keys
|
2008-09-27 14:30:12 -05:00 |
Doug Coleman
|
c6e9b55361
|
clean up tests a bit, better error handling
|
2008-09-27 14:25:36 -05:00 |
Doug Coleman
|
511ecaff59
|
add composite primary keys to db
|
2008-09-27 14:07:39 -05:00 |
Doug Coleman
|
2057e643e7
|
more docs, fix circular vocabs
|
2008-09-25 00:05:41 -05:00 |
Doug Coleman
|
5be907e857
|
fix potential infinite loop, minor docs updates
|
2008-09-24 22:24:34 -05:00 |
Doug Coleman
|
01790339a5
|
fix some db docs
|
2008-09-24 20:24:54 -05:00 |
Doug Coleman
|
e270db3768
|
fix usings
|
2008-09-24 19:47:32 -05:00 |
Doug Coleman
|
8e86c31c31
|
a little refactoring, docs
|
2008-09-24 19:30:46 -05:00 |
Doug Coleman
|
969763e807
|
change what select-tuples/select-tuple/count-tuples takes
|
2008-09-24 17:59:17 -05:00 |
Doug Coleman
|
94ec8c7f78
|
search all-slots instead
|
2008-09-23 20:34:33 -05:00 |
Doug Coleman
|
8eea1d13c2
|
define-persistent checks that slots exist
|
2008-09-23 16:55:32 -05:00 |
Doug Coleman
|
46262a6554
|
refactoring db.tuples, all tests pass so far..
|
2008-09-23 15:59:33 -05:00 |
Slava Pestov
|
cf80dd122a
|
Updating code for make and fry changes
|
2008-09-10 22:11:40 -05:00 |
Doug Coleman
|
93f77da9bf
|
cleanups, fix errors
|
2008-09-09 17:27:37 -05:00 |
Doug Coleman
|
1325939883
|
more docs
|
2008-09-08 19:24:44 -05:00 |
Doug Coleman
|
e789258f2d
|
refactoring, initial docs checkin (not done yet, working on it)
|
2008-09-08 16:19:00 -05:00 |
Slava Pestov
|
aea0fed14c
|
Fixing basis -> extra dependencies
|
2008-09-05 19:29:14 -05:00 |
Doug Coleman
|
c30a6511d1
|
move db to basis
|
2008-09-02 18:26:31 -05:00 |