File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes)
12
12
pg_user cleanup(Bruce)
13
13
large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk)
14
14
LIKE fix for multiple adjacent underscores
15
+ LIKE/BETWEEN fix for having function call as target(Thomas)
15
16
fix for redefining builtin functions(Thomas)
16
17
ultrix4 cleanup
17
18
upgrade to pg_access 0.83
@@ -20,7 +21,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo)
20
21
configure --with-pgport fix
21
22
pg_ident fix
22
23
big-endian fix for backend communications(Kataoka)
23
- SUBSTR() and substring() fix(Thomas )
24
+ SUBSTR() and substring() fix(Jan )
24
25
several jdbc fixes(Peter)
25
26
libpgtcl improvements, see libptcl/README(Randy Kunkee)
26
27
Fix for "Datasize = 0" error(Vadim)
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ ecpg cleanup/fixes, now version 1.1(Michael Meskes)
200
200
pg_user cleanup(Bruce)
201
201
large object fix for pg_dump and tclsh(alvin@camberlo.demon.co.uk)
202
202
LIKE fix for multiple adjacent underscores
203
+ LIKE/BETWEEN fix for having function call as target(Thomas)
203
204
fix for redefining builtin functions(Thomas)
204
205
ultrix4 cleanup
205
206
upgrade to pg_access 0.83
@@ -208,7 +209,7 @@ multi-byte character set support, see doc/README.mb(Tatsuo)
208
209
configure --with-pgport fix
209
210
pg_ident fix
210
211
big-endian fix for backend communications(Kataoka)
211
- SUBSTR() and substring() fix(Thomas )
212
+ SUBSTR() and substring() fix(Jan )
212
213
several jdbc fixes(Peter)
213
214
libpgtcl improvements, see libptcl/README(Randy Kunkee)
214
215
Fix for "Datasize = 0" error(Vadim)
You can’t perform that action at this time.
0 commit comments