Commit graph

52 commits

Author SHA1 Message Date
Justin Balthrop
fb94827e79 bump version 2009-08-06 17:13:34 -07:00
Justin Balthrop
7ffae260c3 add support for ranges to bdb/simple 2009-08-06 17:13:07 -07:00
Justin Balthrop
36cd2b36e3 forgot to add simple to gemspec 2009-08-06 16:56:48 -07:00
Justin Balthrop
f28073fa9b add Bdb::Simple 2009-08-06 14:19:00 -07:00
Justin Balthrop
6d5a78fd98 update tests and bump version 2009-08-06 11:36:34 -07:00
Justin Balthrop
c5e7eb6c73 add support for set_btree_compare and multi-key secondary indexes 2009-08-04 18:38:24 -07:00
Piotr Usewicz
3d4a54eb05 Added installation instructions for db4.6 from MacPorts
Signed-off-by: Matt Bauer <bauer@mmmultiworks.com>
2009-01-12 22:13:08 +08:00
mattbauer
fdc6685372 Add get_home to Bdb::Env 2009-01-05 00:00:59 -06:00
mattbauer
3fc7b7533e Note 4.7 in the README 2008-12-30 22:18:02 -06:00
mattbauer
d8a5fee030 Remove type from README 2008-12-30 21:56:49 -06:00
mattbauer
d33eb8350a Remove test_files typo from the gemspec 2008-12-30 21:54:50 -06:00
mattbauer
162e3973ea Remove the rdoc from the gemspec 2008-12-30 21:53:02 -06:00
mattbauer
6746238094 Getting the gem version working 2008-12-30 21:51:14 -06:00
mattbauer
bdb423635b Include ARCHFLAGS warning for OS X 2008-12-30 16:39:54 -06:00
mattbauer
c2cda84957 Txn tests 2008-12-30 16:30:03 -06:00
mattbauer
d30f0f3f80 Environment test and additional getters 2008-12-30 14:15:04 -06:00
mattbauer
11e310b884 Cursor join test 2008-12-29 19:18:29 -06:00
mattbauer
7f98adca87 Cursor tests 2008-12-29 16:17:16 -06:00
mattbauer
09ee9704e4 Stats tests 2008-12-28 23:43:02 -06:00
mattbauer
418880baa1 Additional DB tests 2008-12-28 23:32:42 -06:00
mattbauer
93716e1ead Test structure change and db test updates 2008-12-28 23:14:29 -06:00
mattbauer
e505f13f17 Gemification and updated extconf.rb 2008-12-27 20:12:49 -06:00
danj
b9d57911df rewrite extconf 2008-11-07 21:53:02 +00:00
danj
ef151477bf integrate K. Burge changes 2008-11-07 21:16:45 +00:00
danj
b869f6b33b add free to txn_free (from Kevin Burge) 2008-08-25 13:58:47 +00:00
danj
abdf7eca07 data for test.rb 2007-12-04 16:25:03 +00:00
danj
7e629044e4 update to include txn interface changes 2007-12-04 16:23:21 +00:00
danj
0d6da8af0a rearrange indicators of db open state, invalidate db handles after remove operation (per doc),
add more warnings about open handles,
2007-03-07 18:22:11 +00:00
danj
9bdf7392b9 add version 4.5 and fix var reference bug 2007-03-07 18:19:02 +00:00
danj
411df939ce updated. 2007-01-21 00:48:22 +00:00
danj
8891421ed8 readme change 2007-01-21 00:34:14 +00:00
danj
33812e9c7f initial 2007-01-20 21:54:01 +00:00
danj
cf259ccc35 resolve #906. Changed cursor management semantics. Should eliminate SEGV during finalize cleanup 2007-01-20 21:32:18 +00:00
danj
d6f1523444 make dbh find work a little better with --dbh arg 2006-12-22 00:48:49 +00:00
danj
6719a2fcbe add set/get shm key 2006-12-22 00:48:07 +00:00
danj
276190e58e add more berkeley locations 2006-12-12 16:13:20 +00:00
danj
e76028af9e add hash page controls 2006-12-12 16:12:25 +00:00
danj
652b783163 fix db_stat wild pointer for txn 2006-07-11 21:02:30 +00:00
danj
e1ed5d345a another cpp fix 2006-05-15 21:28:29 +00:00
danj
bd0e63aa7c fix for linux 2006-05-15 21:22:43 +00:00
danj
fd336dd767 expand automagic configuration 2006-05-15 16:35:52 +00:00
danj
347f639922 compat for 4.2 2006-05-13 00:41:04 +00:00
danj
ee2e443055 fix hash and queue stat variable creation (macro was wrong) 2006-05-10 19:03:22 +00:00
danj
599c6559d6 fix aproc initialization 2006-05-04 19:45:23 +00:00
danj
3a84fa8a5c finished initial round of rdoc 2006-04-25 00:56:44 +00:00
danj
64ad13c9af adding rdoc, unfinished 2006-04-24 20:48:42 +00:00
danj
8c6dc264b2 make extconf.rb accept --va so the library can coexist with bdb2 release prior to transactions. Note, howerver the two libraries cannot be used at the same time 2006-04-24 19:40:00 +00:00
danj
fd1dfef645 add truncate and sync 2006-04-24 18:21:01 +00:00
danj
593fbdeb54 status for db and txn 2006-04-24 18:12:49 +00:00
danj
c9bc7ae17f added transactions, cleanup of finalizers, addition of pget, in process of adding many other API calls 2006-04-21 20:45:54 +00:00