8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:03: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 9b5c62d89c bugfix: It wasn't possible to use non-aggregate related-fields from a aggregate query inside an sub-query.
Example (this failed) :
SELECT
  Count(T1.F1),
  SUM((SELECT T2.F2 FROM Table2 T2 WHERE T2.F1 = T1.F1))
FROM
  Table1 T1
2003-01-30 13:30:15 +00:00
builds Updated project files. 2003-01-28 08:58:23 +00:00
doc *** empty log message *** 2003-01-23 12:26:40 +00:00
generated Updated makefiles 2002-02-26 13:48:58 +00:00
src bugfix: It wasn't possible to use non-aggregate related-fields from a aggregate query inside an sub-query. 2003-01-30 13:30:15 +00:00
autogen.sh Do not issue warning when already been told not to run configure. 2002-11-05 01:36:39 +00:00
ChangeLog Updated ChangeLog 2003-01-29 23:21:48 +00:00
configure.in Change package prefix 2003-01-29 15:29:01 +00:00
Makefile.in Remove firebird_super target from makefile, when super is chosen firebird 2002-11-18 02:57:39 +00:00