Hiroshi Inoue
3c16d095b5
The version is now 7.01.0010.
...
1) Handle parameter array.
2) Allow re-use of the connection handle after SQLDisconnect.
3) Reject NULL if no indicator specified.
4) Improve the handling of '_' in table name.
5) Unify internal begin/commit/abort operations.
6) Change SQLTables() to return null not "" for the
table_owner.
7) Fix a bug about parameter handling reported by Benoit Menendez.
8) Add cast in handling ODBC date/time escape sequences.
9) Fix a bug about cache_size handing in declare/fetch mode.
[ODBC3.0 related]
10) Improve the handling of descriptor handles(ODBC3.0).
11) Improve the type handling of some types for ODBC3.0.
[Thanks to Marcelo Aceto for his useful patches]
12) Allow nested ODBC escape.
13) Allow changing autocommit on/off inside the transaction
block.
14) Improve the handling of ODBC scalar functions.
2002-02-18 03:16:11 +00:00
Hiroshi Inoue
b6db89a02d
Separate info30.c from info.c.
2002-02-18 02:15:04 +00:00
Hiroshi Inoue
22d7fa7de4
Add files for ODBC3.0 support.
2002-02-18 01:43:24 +00:00
Bruce Momjian
4f5991552c
Remove ODBC todo, add to main TODO.
2002-02-18 01:15:46 +00:00
Peter Eisentraut
673b48becb
Remove warning about automatic inclusion of sqlca.
2002-02-15 17:46:57 +00:00
Peter Eisentraut
3ac85b86cb
Update Win32-world version number of libpq++.
2002-01-30 21:59:33 +00:00
Michael Meskes
cb8961ab47
Added patch to temporarily disable locale for descriptors too (Christof)
2002-01-23 16:34:06 +00:00
Tom Lane
04c8d4c660
libpq++/pgconnection.h must not include postgres_fe.h, else it fails to
...
compile in client apps that use the standard installed header set.
To allow removing that include, move DLLIMPORT definitions out of c.h
and into the appropriate port-specific header files.
2002-01-22 19:02:40 +00:00
Dave Cramer
83b5ae65a0
Fixes to getImportedKeys/getExportedKeys from Jason Davies
...
Previous versions did not correctly identify primary/foreign keys
2002-01-18 17:21:51 +00:00
Michael Meskes
2ab3a88879
Accept subsequent commits. This should have been just a warning anyway. I
...
cannot see a reason why it should be an error.
2002-01-18 15:51:00 +00:00
Barry Lind
2843a13e51
Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a problem with leading zeros being lost on fractional seconds when setting a timestamp value on a PreparedStatement.
2002-01-15 07:37:33 +00:00
Barry Lind
d013dbed75
Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
...
driver was not properly handling timestamptz datatype when using the
getObject() method on ResultSet. Fix adds this datatype to the object mappings.
2002-01-15 06:55:13 +00:00
Tom Lane
eab6776358
Ensure that ecpg/test is cleaned by higher-level 'make clean'.
2002-01-14 17:49:56 +00:00
Bruce Momjian
d43b364eb9
Small AIX fixes from Rick Flower.
2002-01-14 15:34:41 +00:00
Michael Meskes
7138a1e5fc
- Fixed variable handling for struct members.
...
- Removed check for array input. An attribut might store the
complete array.
2002-01-13 08:52:09 +00:00
Michael Meskes
051a4f233f
Added Christof's fixes.
2002-01-11 14:43:11 +00:00
Hiroshi Inoue
d91b445117
*** empty log message ***
2002-01-11 06:01:47 +00:00
Hiroshi Inoue
f43b5de649
Add a directory to save the changes until 7.3-tree is branched.
2002-01-11 02:50:01 +00:00
Michael Meskes
7955f98774
Include sqlca.h automatically.
2002-01-10 10:42:54 +00:00
Tom Lane
92a2598f97
The result of getopt() should be compared to -1, not EOF, per
...
pgsql-hackers discussion of this date.
2002-01-10 01:11:45 +00:00
Tom Lane
d079c419d2
Fix include paths for case of VPATH build.
2002-01-09 00:06:42 +00:00
Tom Lane
a34f313223
Fix copy-and-paste mistake exposed by gcc warning.
2002-01-08 23:34:47 +00:00
Peter Eisentraut
154ccb6040
Revert last change (CFLAGS+=-g). Probably was a mistake...
2002-01-08 20:41:28 +00:00
Tom Lane
61dd8b6dc4
Remove shift/reduce conflicts introduced by last change.
2002-01-08 19:02:51 +00:00
Michael Meskes
1e15f9e119
Fixed array pointers, no longer using void * in arithmetics.
2002-01-08 14:25:06 +00:00
Michael Meskes
54452833ef
Fixed parser to accept initializing expressions starting with "(".
2002-01-07 16:25:45 +00:00
Peter Eisentraut
731204e090
Editorial review
2002-01-07 02:29:15 +00:00
Barry Lind
734e421278
Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preforming
...
a get on a bytea value the code was running the raw value from the server
through character set conversion, which if the character set was SQL_ASCII
would cause all 8bit characters to become ?'s.
2002-01-05 22:26:23 +00:00
Tom Lane
ee051baeac
Make sure that all <ctype.h> routines are called with unsigned char
...
values; it's not portable to call them with signed chars. I recall doing
this for the last release, but a few more uncasted calls have snuck in.
2001-12-30 23:09:42 +00:00
Michael Meskes
988fdce5d1
- Removed space_or_nl and line_end from pgc.l.
...
- Fixed several bugs concerning arrays of structs including a memory
allocation bug.
2001-12-23 12:17:41 +00:00
Peter Eisentraut
cb85a62807
Czech translation updates from Karel Zak
2001-12-21 22:30:49 +00:00
Thomas G. Lockhart
daefb89e5a
Remove duplicate lines from fouled up last commit (my DSL line failed
...
during the CVS update, leaving locks and bad files).
2001-12-21 06:01:36 +00:00
Bruce Momjian
f3292901b9
More comment for libpgeasy.
2001-12-14 02:15:04 +00:00
Bruce Momjian
2e05d3ecdb
Fix double-memory free in libpgeasy; problem introduced yesterday.
2001-12-14 00:52:53 +00:00
Bruce Momjian
bdafb40077
Clean up comment in libpgeasy.
2001-12-14 00:40:31 +00:00
Peter Eisentraut
3aaaf5aeee
Add Swedish
2001-12-13 22:06:33 +00:00
Peter Eisentraut
cfe88fdf4b
update
2001-12-13 22:04:40 +00:00
Peter Eisentraut
60e42602a0
revert last change
2001-12-13 18:39:04 +00:00
Bruce Momjian
ba578ae667
Free libpgeasy result structure on database close; fixed memory leak.
2001-12-13 09:40:18 +00:00
Barry Lind
3dd85bcb08
Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
...
wasn't updated to handle more than two decimal digits for fractional seconds
that now are possible in 7.2. This patch fixes the timestamp parsing logic.
I have built and tested on both jdbc1 and jdbc2.
2001-12-11 04:48:05 +00:00
Barry Lind
45a6343ebb
Patch from Ned Wolpert that fixes a bug that caused the cache of types not
...
to be used, causing extra sql statements to be executed. This was a
significant performance problem with the database meta data classes.
The fix is a simple one liner.
2001-12-11 04:44:23 +00:00
Michael Meskes
0a7a8256b8
committed the missing files
2001-12-10 14:55:47 +00:00
Peter Eisentraut
3f1d142c59
Add French translation
2001-12-10 13:03:55 +00:00
Thomas G. Lockhart
9ed2ac291b
Remove duplicate lines from previous patch attempt. Trouble with my
...
DSL line at home broke things right in the middle of an update. :(
2001-12-10 00:11:06 +00:00
Thomas G. Lockhart
abbd64cddf
Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing empty
...
parens. This is not SQL spec syntax, so later we will remove
this extension from gram.y.
2001-12-10 00:01:14 +00:00
Michael Meskes
a4420c4970
Fixed several bugs concerning indicators and added error messages instead of segfaults.
2001-12-09 15:27:49 +00:00
Michael Meskes
d6fbb10556
Fix ecpg to allow pointer to structs.
2001-12-08 20:43:35 +00:00
Michael Meskes
9992f2b104
- Removed debug message from preproc.y.
...
- Fixed some bugs in exec sql var and exec sql type command.
2001-12-06 14:46:20 +00:00
Michael Meskes
ee14711ce8
- Fixed variable handling in AT statement.
...
- Fixed bug that caused segfault when given incorrect DB name.
- Fixed bug in ecpglib causing indicator to list the size of the
variable instead of the size of the data.
2001-12-05 15:32:07 +00:00
Michael Meskes
388008cdd7
Fixed dumping of structs without indicators.
2001-12-04 12:33:15 +00:00