|
Adaptable Persistence Engine
[Ape]
Issue Collector
|
|---|
|
Ape (formerly AdaptableStorage) issues and feature requests |
|
|
3 | BTree storage |
| From ShaneH. Feb 14, 03 11:38 ... Aug 8, 09 23:16 | ||
| Pending Any Storage/Feature normal 4 followups | ||
| AS currently stores BTrees in a big pickle, defeating the purpose of BTrees. I think BTree storage should instead use a subdomain, allowing each record in the BTree to be stored independently. Objec... | ||
|
|
8 | ZSQL Method restore failed if direct traversal is set |
| From zordon Jun 26, 03 17:08 ... Oct 23, 03 13:21 | ||
| Pending ZODB Interaction/Bug normal | ||
| ZSQL Method can not restore itself correctly if 'Allow "simple" direct traversal' flag is set (in advanced options). This is because 'allow_simple_one_argument_traversal' is defined as 'int' in apeli... | ||
|
|
9 | ZSQL Method is not saving cache_time_ in properties |
| From zordon. Jun 26, 03 17:14 ... May 12, 06 04:28 | ||
| Pending ZODB Interaction/Bug normal 8 followups | ||
| this parameter goes to .reminder file instead of properties file | ||
|
|
10 | Read conflict errors. |
| From zordon. Jun 30, 03 16:39 ... Aug 8, 09 23:16 | ||
| Pending ZODB Interaction/Bug normal 1 followup | ||
| How to reproduce: 1) in /fs create folder a 2) in /fs create script: updateA with content: context.a.manage_editProperties({'title' : 'ABC'}) 3) in /fs/a create four folders: '1', '2', '3', '4' 4) res... | ||
|
|
11 | Double read of files |
| From zordon. Jun 30, 03 16:52 ... Aug 8, 09 23:18 | ||
| Pending Any Storage/Bug normal 9 followups | ||
| Ape will read data 2 times from storage. First time in zodb3.connection.__getitem__ and then in zodb3.connection.setstate. I have put small patch that fixes this problem but it changes interface of S... | ||
|
|
12 | DTMLDocument has invalid class in apeconf.xml |
| From zordon. Sep 6, 03 00:39 ... May 12, 06 04:32 | ||
| Pending Any Storage/Bug normal 8 followups | ||
| It says: OFS.DTMLMethod.DTMLDocument It has to be: OFS.DTMLDocument.DTMLDocument | ||
|
|
13 | cache_time has invalid name in ZSQLMethodPropertiesSerializer |
| From zordon Sep 6, 03 00:46 ... Oct 23, 03 13:21 | ||
| Pending Any Storage/Bug normal | ||
| I think it should be : cache_time_ Currently it is: cache_time | ||
|
|
14 | basic objects creating .reminder files |
| From zordon. Sep 6, 03 00:55 ... Aug 8, 09 23:18 | ||
| Pending Any Storage/Feature normal 2 followups | ||
| I have created small product to take care of them in DTMLDocuments/Methods/Iamges/Files and folderish items. It would be nice to have generic solution to it. | ||
|
|
15 | patch for ObjectManager._setOb destroys other patches for it |
| From zordon. Nov 15, 03 15:19 ... Aug 8, 09 23:18 | ||
| Pending Any Storage/Bug urgent 13 followups | ||
| Because it is calling setattr directly instead of calling original _setOb of ObjectManager, is destroys other patches on ObjectManager. For instance TransparentFolders does not work together with Ape ... | ||
|
|
16 | SQLMultiTableProperties breaks when restarting |
| From scamps Mar 24, 04 12:42 | ||
| Pending SQL/Bug normal | ||
| Configuring a mount point to use Postgresql storage and SQLMultiTableProperties works fine, but when Zope is restarted the mounted point is broken. Changing apeconf.xml to use SQLProperties instead o... | ||