Skip to content

Commit 825d6f8

Browse files
committed
Cleanup for Thomas
1 parent 85fe4cc commit 825d6f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

HISTORY

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes)
1212
pg_user cleanup(Bruce)
1313
large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk)
1414
LIKE fix for multiple adjacent underscores
15+
LIKE/BETWEEN fix for having function call as target(Thomas)
1516
fix for redefining builtin functions(Thomas)
1617
ultrix4 cleanup
1718
upgrade to pg_access 0.83
@@ -20,7 +21,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo)
2021
configure --with-pgport fix
2122
pg_ident fix
2223
big-endian fix for backend communications(Kataoka)
23-
SUBSTR() and substring() fix(Thomas)
24+
SUBSTR() and substring() fix(Jan)
2425
several jdbc fixes(Peter)
2526
libpgtcl improvements, see libptcl/README(Randy Kunkee)
2627
Fix for "Datasize = 0" error(Vadim)

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes)
200200
pg_user cleanup(Bruce)
201201
large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk)
202202
LIKE fix for multiple adjacent underscores
203+
LIKE/BETWEEN fix for having function call as target(Thomas)
203204
fix for redefining builtin functions(Thomas)
204205
ultrix4 cleanup
205206
upgrade to pg_access 0.83
@@ -208,7 +209,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo)
208209
configure --with-pgport fix
209210
pg_ident fix
210211
big-endian fix for backend communications(Kataoka)
211-
SUBSTR() and substring() fix(Thomas)
212+
SUBSTR() and substring() fix(Jan)
212213
several jdbc fixes(Peter)
213214
libpgtcl improvements, see libptcl/README(Randy Kunkee)
214215
Fix for "Datasize = 0" error(Vadim)

0 commit comments

Comments
 (0)