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

792 Commits

Author SHA1 Message Date
dimitr
ca1b6f1973 increment build number 2002-08-21 13:34:54 +00:00
dimitr
3576c4e808 1. More changes for the correct database alias management.
2. Fixed bug with a buffer overrun.
2002-08-21 13:34:53 +00:00
eku
830b20d2da increment build number 2002-08-20 11:49:12 +00:00
eku
8c981da952 The call to ftime is obsoleted by gettimeofday. 2002-08-20 11:49:10 +00:00
eku
da04bb058a increment build number 2002-08-16 13:34:27 +00:00
eku
27650c7d06 increment build number 2002-08-16 13:21:47 +00:00
eku
7a9bf05c13 Fixed error from last check-in. 2002-08-16 13:21:46 +00:00
eku
6d6da6d745 increment build number 2002-08-14 13:43:20 +00:00
eku
bc6c822b13 increment build number 2002-08-14 13:10:01 +00:00
eku
cdb08a0c69 increment build number 2002-08-14 12:27:43 +00:00
eku
ba5365a1e3 increment build number 2002-08-14 12:27:42 +00:00
eku
599ab7de28 Minor 'dirname' cleanup:
o check for the availability in configure
 o removed the ugly test in flu.cpp
 o synchronised config.h.in and MSVC pendant

NOTE: If you have problems on your system, don't change the source.
      Extend the tests in configure.in!!!
2002-08-14 12:27:41 +00:00
eku
a5ad017bfc increment build number 2002-08-14 12:27:40 +00:00
eku
9bd452c1ad increment build number 2002-08-14 12:27:39 +00:00
eku
59b9799377 increment build number 2002-08-14 12:15:24 +00:00
eku
1f498e90f6 increment build number 2002-08-14 12:13:21 +00:00
eku
c38f10910c increment build number 2002-08-14 11:44:05 +00:00
eku
bf66594d34 increment build number 2002-08-14 11:44:04 +00:00
eku
1069d24032 Huge 'times' cleanup:
o check for the availability in configure
 o removed the define NO_TIMES
 o synchronised config.h.in and MSVC pendant

NOTE: If you have problems on your system, don't change the source.
      Extend the tests in configure.in!!!
2002-08-14 11:44:03 +00:00
eku
4bcb68d3ae increment build number 2002-08-14 11:44:02 +00:00
eku
0fe394d659 increment build number 2002-08-14 11:44:01 +00:00
eku
78fe845315 increment build number 2002-08-14 11:14:04 +00:00
eku
546e12100a increment build number 2002-08-14 11:14:03 +00:00
eku
33e90f5428 increment build number 2002-08-14 11:14:02 +00:00
eku
076de37a9f Huge 'gettimeofday' cleanup:
o check for the availability in configure
 o check for the number of arguments in configure
 o synchronised config.h.in and MSVC pendant

NOTE: If you have problems on your system, don't change the source.
      Extend the tests in configure.in!!!
2002-08-14 11:14:01 +00:00
eku
9dd2110a68 increment build number 2002-08-14 11:14:00 +00:00
eku
af724c5d47 increment build number 2002-08-14 11:13:59 +00:00
eku
f9ec6ff632 increment build number 2002-08-14 11:13:58 +00:00
eku
1992aab103 increment build number 2002-08-14 11:13:57 +00:00
eku
4e6da2b574 This is a generated file. 2002-08-14 06:46:49 +00:00
eku
f80c93d4e8 increment build number 2002-08-14 06:46:48 +00:00
eku
55dd9e8110 increment build number 2002-08-14 05:45:56 +00:00
eku
af30d89168 increment build number 2002-08-14 05:44:28 +00:00
eku
6b7ab82e88 increment build number 2002-08-14 05:43:40 +00:00
eku
b3831572c5 increment build number 2002-08-13 12:12:30 +00:00
eku
3104951e73 increment build number 2002-08-13 10:02:13 +00:00
dimitr
a0ee4bb14b increment build number 2002-08-13 07:40:55 +00:00
dimitr
e65f11afe0 Now UDFs work again. 2002-08-13 07:40:53 +00:00
dimitr
63e1362d8e increment build number 2002-08-12 11:32:26 +00:00
dimitr
781140511e Fixed the weird logic with reversed return values. 2002-08-12 11:32:25 +00:00
dimitr
3096ec2172 increment build number 2002-08-12 05:34:56 +00:00
dimitr
bbff75e9fe increment build number 2002-08-11 08:04:57 +00:00
dimitr
ed2e403f63 increment build number 2002-08-11 08:04:56 +00:00
dimitr
97021cb7e3 increment build number 2002-08-11 08:04:55 +00:00
dimitr
7922269845 1. BIGINT is now the only keyword for the 64-bit exact numerics and it's available
in dialect 3 only.
2. BREAK statement has been disabled in triggers (like EXIT) because of the known
   BLR limitations. I hope it can be safely used in stored procedures though, hence
   I'd prefer to have it officially documented.
3. More complete implementation of the GROUP BY clause. You can group by internal
   functions and have ability to use more complex grouping conditions than before.
   By Arno Brinkman.
4. Allowed declaring and defining local variables at the same time.
   By Claudio Valderrama.
   Syntax: declare [variable] <var_name> <var_type> [{= | default} <default_value>]
5. Allowed ordinals to be used in the GROUP BY clause (like ORDER BY).
   By Arno Brinkman.
   Example: select extract(month from order_date), sum(order_sum) from orders group by 1
6. The first approach to the ALTER VIEW statement. Only high-level implementation so far.
   A lot of work in dfw.epp, metd.epp, etc. still required.
   By Dmitry Yemanov.
2002-08-11 08:04:54 +00:00
dimitr
fd63bb8fd6 increment build number 2002-08-11 05:49:13 +00:00
dimitr
cb7cc851d2 Make gpre_boot compilable on win32 2002-08-11 05:49:12 +00:00
dimitr
4048c5a609 increment build number 2002-08-09 17:05:14 +00:00
skywalker
9f148f4757 increment build number 2002-08-09 07:25:48 +00:00
skywalker
5ccc512609 increment build number 2002-08-08 23:33:22 +00:00