8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
arnobrinkman b355d3411e 1) Fix bug with LEFT JOIN ViewX and where clause with ViewX.FieldX IS NULL
2) When FIRST / SKIP is used in a sub-query it may not be affected by conjunctions in higher contexts.
  Example (should return 1 row instead of 5):
SELECT * FROM
  (SELECT FIRST 5 SKIP 2 cs.* FROM RDB$CHARACTER_SETS cs)
WHERE
  RDB$CHARACTER_SET_NAME starting with 'D'
2004-03-21 02:07:48 +00:00
builds Added new h-files to VC6 projects. Not critical. 2004-03-14 14:31:07 +00:00
doc Add enhanced UNION behaviour to whatsnew doc 2004-01-29 19:55:50 +00:00
examples Fix some warnings from GCC/Linux build. Some of them were subtle errors 2004-03-12 07:00:52 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers Implement new shutdown modes (single-user and full shutdown). Tested on Linux/AMD64 CS and SS 2004-02-25 01:50:40 +00:00
src 1) Fix bug with LEFT JOIN ViewX and where clause with ViewX.FieldX IS NULL 2004-03-21 02:07:48 +00:00
autogen.sh downgrade autoconf requirement to 2.56 2003-11-10 11:25:05 +00:00
ChangeLog nightly update 2004-03-20 22:59:12 +00:00
clean.sh Correction 2003-08-06 15:41:19 +00:00
configure.in Fix some packaging issues with non-x86 Linux ports. Prepare AMD64 port for public testing 2004-01-29 06:32:09 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00