8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

1307 Commits

Author SHA1 Message Date
dimitr
31c512e59f Updated FB version. 2002-08-27 11:23:32 +00:00
dimitr
4706a916a3 increment build number 2002-08-27 11:07:37 +00:00
dimitr
ac37392b31 Removed duplicated registry path constants. 2002-08-27 11:07:36 +00:00
dimitr
5bd15e1a78 increment build number 2002-08-27 11:01:41 +00:00
dimitr
ffaf0b12c2 Small correction. 2002-08-27 11:01:40 +00:00
dimitr
42e8f15c9e increment build number 2002-08-27 07:48:35 +00:00
dimitr
b45eb004a2 Implemented CREATE OR ALTER statement for procedures/triggers/views. 2002-08-27 07:48:34 +00:00
arnobrinkman
33db541f18 increment build number 2002-08-26 19:41:00 +00:00
arnobrinkman
d757d31ed4 Added code in pass1_simple_case for handeling parameters in case_operand together with when_operands.
The method used to get the derciber for parameters is taken from MAKE_desc_from_list in make.cpp
Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2 THEN 2 ELSE NULL END FROM TableA
Note : At least one "know describer" must be in the list else no describer could be guested (logic but...) !
2002-08-26 19:40:59 +00:00
dimitr
13f3ee5ebb Renamed the win32 client library. 2002-08-26 13:50:03 +00:00
dimitr
1ceeea62c2 increment build number 2002-08-26 13:50:02 +00:00
eku
7b6a8b03f5 increment build number 2002-08-26 13:20:06 +00:00
eku
b7b737977c Fixed GCC 3.1 compile problem with missing cast operator. 2002-08-26 13:20:05 +00:00
eku
9409f2adb9 increment build number 2002-08-26 12:18:18 +00:00
eku
750e094365 increment build number 2002-08-26 12:18:17 +00:00
eku
f359a95a52 Added / replaced ifdef's around unistd.h with the define HAVE_UNISTD_H
generated by autoconf.
2002-08-26 12:18:16 +00:00
eku
d7db60a22c increment build number 2002-08-26 12:18:15 +00:00
eku
06fc5287fb increment build number 2002-08-26 12:18:14 +00:00
eku
b71544f487 increment build number 2002-08-26 12:18:13 +00:00
eku
0ec938b84b increment build number 2002-08-26 12:18:12 +00:00
eku
2d2e51d134 increment build number 2002-08-26 12:14:56 +00:00
eku
467fa0a8b6 Another autoconf cleanup:
o check for the existence of the function mmap
 o replaced MMAP_SUPPORTED by HAVE_MMAP

Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:14:55 +00:00
eku
16508d4108 increment build number 2002-08-26 12:13:24 +00:00
eku
2e37eda099 Moved the (multiple) definition of SIG_FPTR to fb_types.h. 2002-08-26 12:13:23 +00:00
eku
e87a25bd66 increment build number 2002-08-26 12:13:22 +00:00
eku
1e5eb3b51f increment build number 2002-08-26 12:13:21 +00:00
eku
4b0a4a1012 increment build number 2002-08-26 12:10:22 +00:00
eku
2d1b07f21e increment build number 2002-08-26 12:10:21 +00:00
eku
72b655190e increment build number 2002-08-26 12:10:20 +00:00
eku
db21fce19d Another autoconf cleanup:
o check for the existence of the function mmap
 o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 12:10:19 +00:00
eku
479fdd7839 increment build number 2002-08-26 12:10:18 +00:00
eku
f7ced7a15b increment build number 2002-08-26 11:59:04 +00:00
eku
bbf540bc58 increment build number 2002-08-26 11:59:03 +00:00
eku
a9a5050926 increment build number 2002-08-26 11:59:02 +00:00
eku
268a2985c6 Another autoconf cleanup:
o check for the existence of the function mmap
 o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 11:59:01 +00:00
eku
0631a42ae9 Fixed format string (GCC 3.2 won't compile this file). 2002-08-26 08:51:59 +00:00
eku
4cd2de3c6e increment build number 2002-08-26 08:51:58 +00:00
dimitr
463d723862 Learnt the alias management code to handle both possible path separators correctly. 2002-08-26 07:51:31 +00:00
dimitr
cd17cfdcd9 increment build number 2002-08-26 07:51:30 +00:00
dimitr
c3629d7433 increment build number 2002-08-24 10:53:43 +00:00
dimitr
4a7589d5eb Corrected MSVC related autoconf stuff. 2002-08-24 10:53:42 +00:00
dimitr
39256f8e88 increment build number 2002-08-24 09:40:39 +00:00
dimitr
a8640152d7 Added missing #endif. 2002-08-24 09:40:38 +00:00
fsg
de4b436009 increment build number 2002-08-22 13:11:44 +00:00
fsg
bdb4f4ff6a ChangeLog updated 2002-08-22 13:11:31 +00:00
eku
ea4a1ae649 increment build number 2002-08-22 11:30:35 +00:00
eku
1c31fe7ff0 increment build number 2002-08-22 11:30:34 +00:00
eku
1821b0c6b2 increment build number 2002-08-22 11:30:33 +00:00
eku
b956e567b9 Check for the existence of the function snprintf. Added a work-around
for systems like SINIX-Z, that do not have snprintf. We really need
a plug-in replacement for those systems.
2002-08-22 11:30:32 +00:00
eku
f0969257b4 increment build number 2002-08-22 11:30:31 +00:00