Commit Graph

25 Commits (4b29d13fdaca1bb8a91e973539e3751c72a994bf)

Author SHA1 Message Date
Doug Coleman cd2ce4c9ae fix blob selects in db.tuples 2009-04-11 09:03:00 -05:00
Doug Coleman 8993e0536b rename db-table to db-table-name, use db-table-name instead of class name in creating triggers for sqlite 2009-02-12 17:29:31 -06:00
Daniel Ehrenberg c4f45e3f74 Fixing bug in db (don't use unparse!), adding still-failing unit test 2009-02-12 17:13:01 -06:00
Doug Coleman 3c408342ef renaming: contain? -> any?, deep-contains? -> deep-any?, pad-left -> pad-head, pad-right -> pad-tail, trim-left -> trim-head, trim-right -> trim-tail 2009-01-29 22:19:07 -06:00
Doug Coleman 4329578b2f add a new db-connection tuple for live database connections instead of reusing the db setup tuple
update sqlite and postgresql backends for the change
2008-12-17 19:35:53 -06:00
Doug Coleman db30415dcb basis: swap 3append -> glue 2008-12-03 19:10:41 -06:00
Doug Coleman 11fd4788db fix compile error 2008-11-29 15:19:09 -06:00
Doug Coleman 9d5732671d remove >r r> 2008-11-29 12:18:09 -06:00
Doug Coleman 93e84d7bcd fix some database issues - sqlite booleans, >>group and >>order don't require arrays now, they can be passed strings for a single order or group by 2008-10-18 15:15:27 -05: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 c7f5b0de81 throw an error when all slots are IGNORE 2008-10-01 23:33:57 -05:00
Doug Coleman 39aec88602 remove dead code 2008-10-01 18:16:29 -05:00
Doug Coleman 18760bf504 remove using 2008-10-01 18:13:34 -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 511ecaff59 add composite primary keys to db 2008-09-27 14:07:39 -05:00
Doug Coleman e270db3768 fix usings 2008-09-24 19:47:32 -05:00
Doug Coleman 969763e807 change what select-tuples/select-tuple/count-tuples takes 2008-09-24 17:59:17 -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 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 3b3435acb5 remove old fp-infinity? 2008-09-03 01:37:50 -05:00
Doug Coleman c30a6511d1 move db to basis 2008-09-02 18:26:31 -05:00