postgresql/src/interfaces
Bruce Momjian 3acb7d1634 Test Case:
----------
exec sql begin declare section;
   short s ;
   unsigned short us;
exec sql end   declare section;
exec sql create table test(s smallint, us smallint);
exec sql commit;
s = 1; us =32000;
exec sql insert into test values( :s, :us ) ;  <== error

Error Message: "i4toi2: '-600309759' causes int2 underflow"

Masaaki Sakaida
1999-07-08 03:32:57 +00:00
..
cli Incorporate fixes from Date and Darwen, 1997. 1999-06-18 05:03:48 +00:00
ecpg Test Case: 1999-07-08 03:32:57 +00:00
jdbc Some minor bug fixes 1999-06-27 11:05:38 +00:00
libpgtcl Make sure symlinks for sharedlib get removed by 'make clean'. 1999-06-30 23:57:31 +00:00
libpq Make sure symlinks for sharedlib get removed by 'make clean'. 1999-06-30 23:57:31 +00:00
libpq++ Add CXXFLAGS += 1999-07-08 03:30:16 +00:00
odbc Make sure symlinks for sharedlib get removed by 'make clean'. 1999-06-30 23:57:31 +00:00
perl5 OOPS ... Perl5 interface to PQsetdbLogin was actually 1999-02-19 23:27:17 +00:00
python Update pygresql version stamp. 1999-05-28 04:54:34 +00:00
Makefile Change perl Makefile test. 1999-05-21 19:03:48 +00:00