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
36
37
38
39
40
41
42
43
44
45
46
47
|
--- ./src/test/OdbcWrapperTest.cpp.orig Sun Jan 7 16:20:24 2007
+++ ./src/test/OdbcWrapperTest.cpp Sun Jan 7 16:21:01 2007
@@ -54,7 +54,7 @@
CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME,
"localhost",
- "postgres",
+ "pgsql",
"{PostgreSQL}"))!=NULL);
if (handle)
{
@@ -141,7 +141,7 @@
CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME,
"localhost",
- "postgres",
+ "pgsql",
"{PostgreSQL}"))!=NULL);
if (handle)
@@ -156,7 +156,7 @@
CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME,
"localhost",
- "postgres",
+ "pgsql",
"{PostgreSQL}"))!=NULL);
if (handle)
{
@@ -173,7 +173,7 @@
CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME,
"localhost",
- "postgres",
+ "pgsql",
"{PostgreSQL}"))!=NULL);
if (handle)
@@ -216,7 +216,7 @@
CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME,
"localhost",
- "postgres",
+ "pgsql",
"{PostgreSQL}"))!=NULL);
if (handle)
|