Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bdd2e5

Browse files
author
Michael Meskes
committed
Use ISO dates in pgtypeslib by default.
Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others.
1 parent f973b74 commit 2bdd2e5

File tree

18 files changed

+349
-144
lines changed

18 files changed

+349
-144
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,6 +1533,14 @@ Sun Jun 29 11:22:48 CEST 2003
15331533
around. PostgreSQL numeric type remains the same.
15341534
- In INFORMIX_SE mode with autcommit set, make all cursors be "with
15351535
hold". Is this really they way SE behaves?
1536+
1537+
Tue Jul 1 11:57:56 CEST 2003
1538+
1539+
- Use ISO dates in pgtypeslib by default.
1540+
- Applied patch by Philip Yarra to fix some thread issues.
1541+
- Added a new data type "decimal" which is mostly the same as our
1542+
"numeric" but uses a fixed length array to store the digits. This is
1543+
for compatibility with Informix and maybe others.
15361544
- Set ecpg version to 3.0.0
15371545
- Set ecpg library to 4.0.0
15381546
- Set pgtypes library to 1.0.0

0 commit comments

Comments
 (0)