Issue1149447
Created on 2005-02-22 23:15 by mmokrejs, last changed 2009-02-16 03:11 by ajaksu2.
|
msg60674 - (view) |
Author: Martin Mokrejs (mmokrejs) |
Date: 2005-02-22 23:15 |
|
If you go and read docs/api_c/db_list.html in any newer
BerkelyDB source tree, you find some methods not
exported in/usr/lib/python2.3/bsddb/__init__.py
although at least some do exist in dbobj.py.
For example, of my interrest were two mentioned in the
patch. I believe someone should go and make sure they
are present.
|
|
msg60675 - (view) |
Author: Martin Mokrejs (mmokrejs) |
Date: 2005-02-23 00:01 |
|
Logged In: YES
user_id=696559
Please read docs/ref/env/db_config.html and allow users to
specify the DB_CONFIG file to override any methods not
expoerted through bsddb wrapper yet. Using that approach,
user can alter many options available only when database is
created!
docs/ref/am_misc/tune.html
docs/ref/am_misc/faq.html
|
|
| Date |
User |
Action |
Args |
| 2009-02-16 03:11:58 | ajaksu2 | set | stage: test needed versions:
+ Python 2.7, - Python 3.1 |
| 2009-02-15 23:45:28 | ajaksu2 | set | type: feature request components:
+ Extension Modules versions:
+ Python 3.1, - Python 2.3 |
| 2008-03-10 18:29:50 | jcea | set | nosy:
+ jcea |
| 2005-02-22 23:15:30 | mmokrejs | create | |
|