Difference between revisions of "OpenDBX/Future"
From Linuxnetworks
< OpenDBX
(→Version 2.0) |
(Version 1.7) |
||
| Line 1: | Line 1: | ||
This page should give you a rough impression about the next steps in the development of the [[OpenDBX]] database access library. Further suggestions are always welcome. | This page should give you a rough impression about the next steps in the development of the [[OpenDBX]] database access library. Further suggestions are always welcome. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Version 1.5 == | == Version 1.5 == | ||
| Line 10: | Line 5: | ||
* Prepared statement interface | * Prepared statement interface | ||
* DB2 backend | * DB2 backend | ||
| + | |||
| + | == Version 1.7 == | ||
| + | |||
| + | * Ingres backend | ||
| + | * Informix backend | ||
== Version 2.0 == | == Version 2.0 == | ||
Revision as of 12:01, 4 May 2008
This page should give you a rough impression about the next steps in the development of the OpenDBX database access library. Further suggestions are always welcome.
Version 1.5
- Prepared statement interface
- DB2 backend
Version 1.7
- Ingres backend
- Informix backend
Version 2.0
- Remove deprecated functions and constants
- Use negative error constants
- Use enums instead of preprocessor constants for all parameters and return values
Back to Overview