We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2020e24 commit 1b20f8aCopy full SHA for 1b20f8a
src/interfaces/libpq++/examples/testlibpq6.cc
@@ -43,8 +43,8 @@ main()
43
cout << "Line: \"3\thello world\t4.5\" copied..." << endl;
44
data.PutLine("4\tgoodbye word\t7.11\n");
45
cout << "Line: \"4\tgoodbye word\t7.11\" copied..." << endl;
46
- data.PutLine(".\n");
47
- cout << "Line: \".\" copied..." << endl;
+ data.PutLine("\\.\n");
+ cout << "Line: \"\\.\" copied..." << endl;
48
if ( !data.EndCopy() )
49
cout << "Ended COPY succesfully..." << endl;
50
else cerr << "End Copy failed..." << endl;
0 commit comments