|
6 | 6 | *
|
7 | 7 | * Comments: See "notice.txt" for copyright and license information.
|
8 | 8 | *
|
| 9 | + * $Id: psqlodbc.h,v 1.28 2001/01/26 22:25:36 tgl Exp $ |
9 | 10 | */
|
10 | 11 |
|
11 | 12 | #ifndef__PSQLODBC_H__
|
@@ -85,7 +86,7 @@ typedef UInt4 Oid;
|
85 | 86 | #defineMAX_KEYPARTS20
|
86 | 87 | #defineMAX_KEYLEN512/*max key of the form "date+outlet+invoice" */
|
87 | 88 | #defineMAX_ROW_SIZE0/* Unlimited rowsize with the Tuple Toaster */
|
88 |
| -#defineMAX_STATEMENT_LEN0/* Unlimited statement size with 7.0 |
| 89 | +#defineMAX_STATEMENT_LEN0/* Unlimited statement size with 7.0 */ |
89 | 90 |
|
90 | 91 | /* Previously, numerous query strings were defined of length MAX_STATEMENT_LEN */
|
91 | 92 | /* Now that's 0, lets use this instead. DJP 24-1-2001 */
|
|