File: Notes

package info (click to toggle)
rodbc 1.3-26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,892 kB
  • sloc: ansic: 1,225; makefile: 4; sh: 1
file content (15 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
These tests are intended to be run as-is only on BDR's machines.
Others will need to set up suitable DSNs or change the scripts to
point to existing DSNs.  They will only be run by R CMD check if
RODBC_TESTING is set.

I don't currently run MySQL as a service on Windows, so it is started by
d:/packages/mysql/bin/mysqld --standalone &

PostgreSQL, SQL Server, Oracle, DB2 and Mimer run as services, but may
need to be started.  The shell used to run these tests must have the
Oracle binaries (e:/Oracle/bin) in the path.

The Oracle and Mimer tests need DB_PWD set.

sqlite3 worked with sqliteodbc 0.83 but not 0.91.