skidder
|
380ab46249
|
increment build number
|
2004-10-08 22:52:17 +00:00 |
|
skidder
|
632fd3c4b9
|
Correct Firebird::string::printf behavior for very long strings
|
2004-10-08 22:52:08 +00:00 |
|
skidder
|
f30e994697
|
increment build number
|
2004-10-08 15:05:58 +00:00 |
|
skidder
|
e075d9f71a
|
Add comment for a couple ugly aspects of exception handling (they need to be fixed, eventually)
|
2004-10-08 15:05:44 +00:00 |
|
paul_reeves
|
9b46748240
|
increment build number
|
2004-10-08 14:24:22 +00:00 |
|
paul_reeves
|
3fad6c7fac
|
increment build number
|
2004-10-08 14:24:20 +00:00 |
|
paul_reeves
|
29d2a3f417
|
increment build number
|
2004-10-08 14:15:41 +00:00 |
|
hvlad
|
f5bbc4be14
|
increment build number
|
2004-10-08 11:11:00 +00:00 |
|
hvlad
|
62bcf6c131
|
Move 'fini_agg_distinct' declaration and definition in alphabet order
|
2004-10-08 11:10:58 +00:00 |
|
robocop
|
a8da598248
|
Redundant casts.
|
2004-10-08 11:08:42 +00:00 |
|
robocop
|
750558b908
|
increment build number
|
2004-10-08 11:08:41 +00:00 |
|
robocop
|
fc9602bce1
|
increment build number
|
2004-10-08 11:08:20 +00:00 |
|
hvlad
|
bb34776a9b
|
increment build number
|
2004-10-08 10:18:47 +00:00 |
|
hvlad
|
edf72a34f6
|
Fix memory leak when a query contains both GROUP BY and DISTINCT and result set is empty
|
2004-10-08 10:18:41 +00:00 |
|
robocop
|
204acfa344
|
increment build number
|
2004-10-08 08:13:24 +00:00 |
|
robocop
|
336661d8a1
|
Style.
|
2004-10-08 08:13:22 +00:00 |
|
robocop
|
caff49bc63
|
increment build number
|
2004-10-08 08:12:31 +00:00 |
|
robocop
|
b85214950e
|
increment build number
|
2004-10-08 08:12:06 +00:00 |
|
robocop
|
09ddb9b072
|
Simplification
|
2004-10-08 08:11:54 +00:00 |
|
robocop
|
e9c4d52ec0
|
increment build number
|
2004-10-08 04:48:04 +00:00 |
|
robocop
|
25f115b66e
|
Closing several possible buffer overruns.
Alex is expected to overwrite my changes in isc_file.cpp.
|
2004-10-08 04:48:02 +00:00 |
|
robocop
|
74e8fec724
|
increment build number
|
2004-10-08 04:48:01 +00:00 |
|
robocop
|
40dd1a7ec2
|
increment build number
|
2004-10-08 04:47:58 +00:00 |
|
robocop
|
edf3ff1323
|
increment build number
|
2004-10-08 04:47:56 +00:00 |
|
robocop
|
f2de9f6211
|
increment build number
|
2004-10-08 04:47:53 +00:00 |
|
robocop
|
a17627f3e0
|
increment build number
|
2004-10-08 04:47:51 +00:00 |
|
robocop
|
1c09a997d1
|
increment build number
|
2004-10-08 04:47:48 +00:00 |
|
skidder
|
de0e7816f0
|
increment build number
|
2004-10-08 02:00:36 +00:00 |
|
skidder
|
e2008969e3
|
increment build number
|
2004-10-08 01:54:46 +00:00 |
|
fsg
|
b9c59c80fc
|
increment build number
|
2004-10-08 01:10:16 +00:00 |
|
fsg
|
f6d50ed3b4
|
increment build number
|
2004-10-08 01:09:18 +00:00 |
|
fsg
|
7d67262810
|
nightly update
|
2004-10-08 01:09:14 +00:00 |
|
skidder
|
e602e36bba
|
increment build number
|
2004-10-07 21:34:27 +00:00 |
|
skidder
|
1118b51079
|
increment build number
|
2004-10-07 21:34:23 +00:00 |
|
skidder
|
684780e49e
|
increment build number
|
2004-10-07 20:44:56 +00:00 |
|
skidder
|
186591eda1
|
Build threaded version of fbudf library in SuperServer builds
|
2004-10-07 20:44:52 +00:00 |
|
skidder
|
f79fdfff47
|
increment build number
|
2004-10-07 20:25:45 +00:00 |
|
skidder
|
a0b5535a05
|
Fix POSIX build after recent Claudio fix
|
2004-10-07 20:25:40 +00:00 |
|
robocop
|
57c0165984
|
increment build number
|
2004-10-07 09:59:04 +00:00 |
|
robocop
|
d973e20600
|
Looking at gpre.c in FB1 and the usage of the variable fatal_env, it's evident that the conversion SEH->C++ try/except screwed the logic. The original idea was that CPR_abort will cause the program to exit gracefully, not to continue parsing, because it's useless and clutters the console with hundreds of messages. As far as I can test, when gpre cannot attach to the db, run-time failures can be detected by gpre_static or a false result is converted in exception. The new gpre_exception propagates up to the highest level where it allows the program to exit gracefully as it was in FB1. Until now, the behavior in FB1.5 & FB2 has been annoying. When we fail to connect to the db, anything more than we do is useless; we now will print a message, clean the house and exit. Hope everyone can compile my change.
|
2004-10-07 09:59:02 +00:00 |
|
robocop
|
d598b7bed2
|
increment build number
|
2004-10-07 09:46:28 +00:00 |
|
robocop
|
5833e93321
|
VMS-related changes. Just in case.
|
2004-10-07 09:46:03 +00:00 |
|
robocop
|
a2b4041050
|
Treat literal strings as constants, please.
|
2004-10-07 09:42:03 +00:00 |
|
robocop
|
45f07932f5
|
increment build number
|
2004-10-07 09:42:02 +00:00 |
|
robocop
|
04bdbb9b39
|
increment build number
|
2004-10-07 09:27:36 +00:00 |
|
robocop
|
74a5dbac5b
|
increment build number
|
2004-10-07 09:27:35 +00:00 |
|
robocop
|
373b5e27de
|
Fixed a bug in fatal_exception's constructor that causes fill_status to write garbage in the status vector.
Overload what() for the same class. It helps gpre to quit on failures (gpre changes still not posted).
|
2004-10-07 09:27:34 +00:00 |
|
robocop
|
68d33d4051
|
increment build number
|
2004-10-07 09:24:28 +00:00 |
|
robocop
|
7b01a5d1c8
|
Ugh, a change that belong to another, still not posted "configuration" slipped in. Go back.
|
2004-10-07 09:24:26 +00:00 |
|
robocop
|
c63ae6c01d
|
increment build number
|
2004-10-07 09:19:27 +00:00 |
|