New Bugs
-if I try to map against a memotype databasefield (using type=text), I get the following error with FoxPro: ProgrammingError: ('07006', 0, '[Microsoft][ODBC Visual FoxPro Driver]Restricted data type attribute violation', 3093)
-if I try to map a database schema with primary or foreign keys that consist of more then one attribute, I get a serious error when I try to do a search. Scan works, but that is probably because there is no join. With search I get an error like: 'attribute not found, could not create query'. When I map the same database schema without using a multi-attribute key, there is no problem. (database mysql, schema ABCD2.05)
Known Bugs
The bugs are ordered by priority within their category. Bugs solved in the latest SVN trunk development version but currently not released are marked as
Please contact the developer or download the software from the SVN if you need this bug removed from your installation.
PyWrapper
conditional mapping with <if> doesnt work
dbmods
Firebird: native firebird connection does not work: In the "DB connection" of Configuration Tool if I fill in all required values and press the Save button then the Status changes to green "Ok". However, whenever I navigate to some other section of Conf. Tool (let's say Overview) and then back to DB connection the Status message says "No Connection" - I find that strange... In case I click the Save button it again changes to "Ok". FoxPro: When I try to use foxpro with ODBC, I get errors when I try a search (ABCD1.2): ProgrammingError: ('37000', 219, '[Microsoft][ODBC Visual FoxPro Driver]Command contains unrecognized phrase/keyword.', 4612). This is because the query contains 'limit' which is not supported (affects probably all ODBC connections?). If I do a search without a limit, I get another problem: When I do a search for 'Tax*' for instance I get about 700 records and the query for that is already too long: ProgrammingError: ('37000', 219, '[Microsoft][ODBC Visual FoxPro Driver]Command contains unrecognized phrase/keyword.', 4612) This probably also affects all ODBC connected databases.
- The win32 ODBC package can handle memo fields! change to win32!
if I use the Pywrapper QueryTool interface with a database connected with ABCD1.2, I get a list of hits (GroupingList). If I click on one of these hits, I get 'internal server error'
if I search with a limit=1, I get an error: AttributeError: DBAttributeClass instance has no attribute 'getitem'
4th dimension. Needs its own dbmod. Very different SQL syntax!