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

132 Commits

Author SHA1 Message Date
dimitr
b9ef9abcc0 Get rid of the legacy GATEWAY (vms/oracle) implementation. 2002-08-22 08:20:27 +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
7a9bf05c13 Fixed error from last check-in. 2002-08-16 13:21:46 +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
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
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
dimitr
781140511e Fixed the weird logic with reversed return values. 2002-08-12 11:32:25 +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
15a9015236 1) Implemented CASE, NULLIF, COALESCE
2) Allowed grouping by internal functions (some work in pass1.cpp still required)
Thanks to Arno Brinkman.
2002-08-03 15:27:20 +00:00
dimitr
f63a970344 Just a minor change. 2002-07-29 19:04:46 +00:00
skywalker
d89b1a0842 Changes to make fb2 compile super version for linux 2002-07-29 15:37:59 +00:00
bellardo
c33e80ad16 Fixed bug that caused all accesses to miss the internal cache. 2002-07-21 06:14:32 +00:00
dimitr
ba4a17a374 Minor additions to my previous changes. 2002-07-10 14:52:42 +00:00
dimitr
cc99e9f8d1 Fixed a few more porting errors. 2002-07-09 14:41:37 +00:00
skywalker
89e06a1b43 Merge final changes from fb1 tree. 2002-07-06 05:32:02 +00:00
skywalker
854b35d650 Change DEBUG_KEYWORD to KW_DEBUG,
few more changes in parse.y (mostly post fb1 changes)
2002-07-05 16:01:08 +00:00
skywalker
350b251820 Changes to get compiling on linux (post fb1 changes). 2002-07-05 15:00:26 +00:00
skywalker
dae9189129 Changes for rebuild of fb2. 2002-07-04 09:34:20 +00:00
eku
a645ea5463 SINIXZ: fixed loading of shared libraries (merged from fb1) 2002-07-04 06:08:52 +00:00
dimitr
e3d57f7a12 Merging changes from fb1 (stage 2 - fixing porting errors). 2002-07-03 07:16:33 +00:00
dimitr
88edfc0714 Merging changes from fb1 (stage 2 - fixing porting errors). 2002-07-02 12:20:50 +00:00
dimitr
e110ba6559 Merging changes from fb1. 2002-07-02 09:49:19 +00:00
skywalker
82d8017317 Merged change from fb1. 2002-07-01 16:59:09 +00:00
dimitr
f05d0bbd27 Merging changes from fb1. 2002-07-01 15:46:07 +00:00
skywalker
af3c8b2b30 porting changes from fb1. 2002-07-01 15:07:18 +00:00
dimitr
cdf299c28b Merging changes from fb1. 2002-06-30 10:44:49 +00:00
dimitr
8e2baec404 Merging changes from fb1. 2002-06-30 10:22:51 +00:00
dimitr
8b2497e5de Merging changes from fb1. 2002-06-30 10:15:57 +00:00
dimitr
c8266b189f Merging changes from fb1. 2002-06-30 09:58:20 +00:00
dimitr
864f6ebc43 Merging changes from fb1. 2002-06-30 08:47:45 +00:00
dimitr
11d3a3ab25 Merging changes from fb1. 2002-06-30 08:46:51 +00:00
skywalker
c39280ae68 Merged changed from fb1. 2002-06-29 13:33:52 +00:00
dimitr
25de98bfd8 Merging changes from fb1. 2002-06-29 13:03:13 +00:00
alexpeshkoff
0b876469ad fixed bug #545725 - internal connections to database
now reported as user (SQL Server)
2002-06-28 13:58:54 +00:00
alexpeshkoff
bbab5f625c temporary lock fix in TRA_sweep 2002-06-28 13:56:21 +00:00
paul_reeves
f9b8800970 Updated code to support building under Linux. Main changes are to support the platform manager and the move of kanji.* to /intl. 2002-06-23 19:51:37 +00:00
dimitr
5f35aa65f3 Partially fixed bug SF #567931 2002-06-20 11:37:01 +00:00
dimitr
67fd70aa1d Fixed bug with uninitialized local variables. Thanks to Oleg LOA. 2002-06-20 10:10:28 +00:00
dimitr
6bfbc84d7c Fixed bug with INT64 array slices. Thanks to Artem Petkevych. 2002-06-20 10:01:56 +00:00
dimitr
b80e3e7d80 Server-side database aliases (error-handling changes). 2002-06-20 07:56:37 +00:00
dimitr
cd33516d1d Fixed bug SF #562417
(the fix is not obvious, so it should be properly tested)
2002-06-16 14:19:15 +00:00
dimitr
d35325d2c3 Fixed an ugly error I made in the server-side aliases management 2002-06-16 14:15:51 +00:00
dimitr
c5f50577cb 1. New system variables - CONNECTION_ID and TRANSACTION_ID
2. Universal triggers
2002-06-14 12:09:37 +00:00
tamlin
ff3d9965cd Compiler warning 2002-06-12 07:07:32 +00:00
tamlin
5efc456803 Compiler warnings removed. 2002-06-12 07:03:44 +00:00
tamlin
3907124c57 const correctness 2002-06-12 07:03:02 +00:00
tamlin
d44a9125c4 Make it compile using MSVC6. 2002-06-12 07:02:10 +00:00
tamlin
ded48414a3 Removed (at least) 219KB of compiler warnings using MSVC6. 2002-06-12 07:01:28 +00:00
dimitr
c635fe80e3 Fixed compile problems on Win32. 2002-06-05 10:18:18 +00:00
dimitr
4bdac52f4c A Win32 implementation of the dynamic module loader and path operations
abstractions.
2002-06-05 09:57:14 +00:00