File: support.txt

package info (click to toggle)
cppdb 0.3.1%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 676 kB
  • sloc: cpp: 7,373; sh: 133; ansic: 72; makefile: 6
file content (35 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*! \page support Tested Compilers and Platforms

CppDB was tested on following platforms:

- Linux x86_64 with mysql, sqlite3, postgresql and odbc backends.
- Windows XP Pro with sqlite3 and odbc backends.
- Cygwin with sqlite3 backend.
- Darwin 8, x86 with sqlite3 backend
- OpenSolaris 2009.06 with sqlite3 backend
- FreeBSD 8.0 with sqlite3 backend

CppDB was tested with following compilers:

- GCC-4.3, GCC-4.4, GCC-4.5, GCC-4.5/C++0x
- MSVC 2008
- Intel Compiler 11.0
- SunStudio 5.11 with and without stlport

CppDB was tested with following databases:

- MySQL 5.0
- PostgreSQL 8.3
- Sqlite3 3.5.9
- MS SQL Server Express 2008 R2

CppDB-ODBC bridge was tested:

- Under Windows, using MSVC and MinGW  with MS SQL Server with both narrow (ANSI) and wide (UNICODE) api
- Under Linux using unixodbc library:
  - MySQL - 100% tests passed
  - Sqlite3 - faults to handle transactions - odbc driver issue.
  - PostgreSQL - faults to handle BLOB - odbc driver issue.
  - MS SQL - 100% tests passed using ANSI API, wide API is not supported by FreeTDS ODBC Driver.

*/