8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +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
asfernandes f32516ee4b Fix another (related to CORE-1246 and CORE-2339) issue with derived expressions, reported by Dmitry:
select
 *
from
(select
  coalesce(sum(r1.RDB$RELATION_ID), 0) as RDB$RELATION_ID
from
  (select *
  from
  rdb$database ) r1 ) r2

wrongly returns NULL
2009-03-13 15:26:50 +00:00
builds AIX port 2009-03-12 15:39:33 +00:00
doc Misc. 2009-02-25 05:36:55 +00:00
examples Fixed compilation of empbuild. 2005-12-09 10:17:25 +00:00
extern Misc 2009-02-15 18:05:38 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers New error code 2008-12-15 22:14:43 +00:00
src Fix another (related to CORE-1246 and CORE-2339) issue with derived expressions, reported by Dmitry: 2009-03-13 15:26:50 +00:00
acx_pthread.m4 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
autogen.sh Support one more combination of autotools - present on AIX 2009-03-05 09:27:27 +00:00
ChangeLog nightly update 2009-03-12 19:38:51 +00:00
configure.in Invoke writeBuildNum.sh after creating ./gen directory, used by this script 2009-03-12 11:32:53 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00