From 97c7cb0930c5616cf20c204ba64eb43979a53e80 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 7 May 2004 02:40:43 +0000
Subject: [PATCH] Uppercase keyword for ecpg.

---
 doc/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 3142c59af25..4bea3342e2d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -286,7 +286,7 @@ Clients
 	o Improve error handling
 	o Add a semantic check level, e.g. check if a table really exists
 	o fix handling of DB attributes that are arrays
-	o Use backend prepare/execute facility for ecpg where possible
+	o Use backend PREPARE/EXECUTE facility for ecpg where possible
 	o Implement SQLDA
 	o Fix nested C comments
 	o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
-- 
GitLab