Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
Alexander Iljin
|
e606ce278d
|
db.queries: add ensure-index
|
2016-06-29 14:17:57 -07:00 |
John Benediktsson
|
e477f6996f
|
Fix comments to be ! not #!.
|
2015-09-08 16:15:10 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
30a198e2ab
|
classes.tuple: moving get-slot-named and set-slot-named from db.types.
|
2012-07-24 11:55:16 -07:00 |
Doug Coleman
|
763d9a3f7d
|
Missed yet more renames
|
2011-10-24 17:00:09 -07:00 |
Doug Coleman
|
deb1ac9e1d
|
Change postgresql test database to prepend the cpu string so that running two builders on the Mac Pro build machine will not cause random failures due to interference.
|
2011-09-06 17:51:46 -07:00 |
Slava Pestov
|
df4fb4a3ee
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
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 |