C++DB is the database layer that was designed to work with C++CMS. This customized version is used within Ye Ol' Pi Shack.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
1.0 KiB

  1. /*! \page support Tested Compilers and Platforms
  2. CppDB was tested on following platforms:
  3. - Linux x86_64 with mysql, sqlite3, postgresql and odbc backends.
  4. - Windows XP Pro with sqlite3 and odbc backends.
  5. - Cygwin with sqlite3 backend.
  6. - Darwin 8, x86 with sqlite3 backend
  7. - OpenSolaris 2009.06 with sqlite3 backend
  8. - FreeBSD 8.0 with sqlite3 backend
  9. CppDB was tested with following compilers:
  10. - GCC-4.3, GCC-4.4, GCC-4.5, GCC-4.5/C++0x
  11. - MSVC 2008
  12. - Intel Compiler 11.0
  13. - SunStudio 5.11 with and without stlport
  14. CppDB was tested with following databases:
  15. - MySQL 5.0
  16. - PostgreSQL 8.3
  17. - Sqlite3 3.5.9
  18. - MS SQL Server Express 2008 R2
  19. CppDB-ODBC bridge was tested:
  20. - Under Windows, using MSVC and MinGW with MS SQL Server with both narrow (ANSI) and wide (UNICODE) api
  21. - Under Linux using unixodbc library:
  22. - MySQL - 100% tests passed
  23. - Sqlite3 - faults to handle transactions - odbc driver issue.
  24. - PostgreSQL - faults to handle BLOB - odbc driver issue.
  25. - MS SQL - 100% tests passed using ANSI API, wide API is not supported by FreeTDS ODBC Driver.
  26. */