Slava Pestov
|
2cbfa9c2d7
|
Move destructors to core
|
2008-05-14 23:23:12 -05:00 |
Slava Pestov
|
a2617cb1d6
|
Sockets fixes
|
2008-05-14 19:41:39 -05:00 |
Slava Pestov
|
467c9d23af
|
Destructor changes
|
2008-05-14 19:03:07 -05:00 |
Slava Pestov
|
1260c1ba51
|
Working on SSL and refactoring related code to make things easier to plug in
|
2008-05-12 18:53:22 -05:00 |
Slava Pestov
|
5a29b2e273
|
Class linearization
|
2008-05-02 02:51:38 -05:00 |
Slava Pestov
|
2149491044
|
Rename delete-tuple to delete-tuples
|
2008-04-29 21:03:01 -05:00 |
Doug Coleman
|
913da8f2ea
|
refactor where-clause
|
2008-04-28 20:27:37 -05:00 |
Doug Coleman
|
e266480029
|
beginning to refactor
|
2008-04-28 20:01:32 -05:00 |
Doug Coleman
|
b092a4f9d5
|
add support for infinity to intervals
|
2008-04-28 19:41:35 -05:00 |
Doug Coleman
|
d213150834
|
fix unit test
|
2008-04-28 18:41:53 -05:00 |
Doug Coleman
|
93bf51eb68
|
ensure-table just does [ create-table ] curry ignore-errors
recreate-table is the old ensure-table
|
2008-04-28 18:21:45 -05:00 |
Doug Coleman
|
2d93f85029
|
delete-tuple now takes an object as a template
|
2008-04-28 17:35:45 -05:00 |
Doug Coleman
|
1c2d252ffd
|
fix randomly generated ids
|
2008-04-28 17:17:19 -05:00 |
Doug Coleman
|
618e10a6b2
|
refactor db: native-id -> db-assigned-id
assigned-id -> user-assigned-id
|
2008-04-28 16:48:55 -05:00 |
Doug Coleman
|
93aa8669c4
|
fix load error
|
2008-04-26 18:44:51 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Doug Coleman
|
89ddc96b44
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-04-23 22:23:33 -05:00 |
Doug Coleman
|
358bbab861
|
fix timestamps in db
|
2008-04-23 22:23:22 -05:00 |
Slava Pestov
|
d9efbb550d
|
Fix db inference
|
2008-04-23 19:40:17 -05:00 |
Doug Coleman
|
e5d9d00635
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-04-23 02:46:34 -05:00 |
Doug Coleman
|
7531b3a1b5
|
use sqlite_prepare_v2 (freebsd64 now has this symbol too)
|
2008-04-23 02:46:21 -05:00 |
Doug Coleman
|
ec54529923
|
use sqlite_prepare instead of sqlite_prepare_v2
|
2008-04-22 18:06:50 -05:00 |
Doug Coleman
|
5bd3068fb0
|
remove printf
|
2008-04-22 19:44:25 -05:00 |
Doug Coleman
|
92d54db84f
|
add primary key to modifiers slot in sqlite table
|
2008-04-21 17:02:12 -05:00 |
Doug Coleman
|
364b3a94c4
|
fix circular dependency
|
2008-04-21 15:06:39 -05:00 |
Doug Coleman
|
750e2c5655
|
remove end line
|
2008-04-21 13:28:00 -05:00 |
Doug Coleman
|
fc5ca34eda
|
fix teh bugs pl0x
|
2008-04-21 13:11:19 -05:00 |
Slava Pestov
|
3af81b2262
|
Fix unit tests
|
2008-04-21 04:42:34 -05:00 |
Slava Pestov
|
076420d418
|
Fix inference breakage
|
2008-04-21 04:11:33 -05:00 |
Doug Coleman
|
411fb2f97d
|
postgresql interval and range and sequence queries
|
2008-04-21 00:45:14 -05:00 |
Doug Coleman
|
4da64986f3
|
fix postgresql for new alien accessors
|
2008-04-21 00:13:12 -05:00 |
Doug Coleman
|
dfe736a8b9
|
eliminate tons of code duplication
|
2008-04-20 17:55:08 -05:00 |
Doug Coleman
|
cd62fff604
|
remove old code
|
2008-04-20 17:50:39 -05:00 |
Doug Coleman
|
5dc015f0f5
|
add queries.db to refactor some code
|
2008-04-20 17:47:43 -05:00 |
Doug Coleman
|
be8ac1d7b6
|
use new lookup for sqlite
|
2008-04-20 16:57:50 -05:00 |
Doug Coleman
|
f5485c1a3d
|
redo lookup-type
|
2008-04-20 15:48:09 -05:00 |
Doug Coleman
|
89a728f645
|
about to consolidate sql types/create types/modifiers
|
2008-04-20 00:52:05 -05:00 |
Doug Coleman
|
7293a4f4f8
|
clean up the tuples tests
|
2008-04-20 00:20:21 -05:00 |
Doug Coleman
|
b0ddc983ef
|
more refactoring
|
2008-04-19 23:48:07 -05:00 |
Doug Coleman
|
3be408184c
|
remove most of the old setters
|
2008-04-19 23:41:48 -05:00 |
Doug Coleman
|
4184a3ce54
|
partial conversion of postgres
|
2008-04-19 23:18:12 -05:00 |
Doug Coleman
|
896c920d85
|
retryable statements actually retry now
|
2008-04-19 22:09:36 -05:00 |
Doug Coleman
|
9b5351e81f
|
remove extra using
|
2008-04-19 19:28:25 -05:00 |
Doug Coleman
|
a81aaa6100
|
add random-id, still needs to retry if insert fails
|
2008-04-19 19:27:54 -05:00 |
Doug Coleman
|
6044cc4b39
|
make throwable, nonthrowable, retryable a type
|
2008-04-18 16:01:31 -05:00 |
Doug Coleman
|
afaab57f83
|
interval, range queries in sqlite
|
2008-04-18 12:43:21 -05:00 |
Doug Coleman
|
336e30b054
|
add interval queries for sqlite
|
2008-04-17 19:43:07 -05:00 |
Doug Coleman
|
6937e9b367
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-04-15 22:34:59 -05:00 |
Doug Coleman
|
defc1cfae9
|
fix sql
|
2008-04-15 21:55:26 -05:00 |
Slava Pestov
|
d42ae9508f
|
Merge with erg's changes
|
2008-04-14 04:42:43 -05:00 |