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

17954 Commits

Author SHA1 Message Date
arnobrinkman
4b978cf19e Fix bug #1168898
With sub-select in CHECK constraint and CHECK constraint is part of domain.
A table T with single column C who uses this domain.
Then no VIEW could be created on Table T which uses simple column C.
2005-04-24 18:32:16 +00:00
arnobrinkman
3d8f5246e2 increment build number 2005-04-24 18:26:24 +00:00
arnobrinkman
4f7123010c Fix bug with VALUE keyword in check constraint and
bug Found by Tom Cole with VALUE keyword where VALUE represents a column
2005-04-24 18:26:12 +00:00
asfernandes
d7487ddf21 increment build number 2005-04-24 01:52:49 +00:00
asfernandes
38b34bc401 increment build number 2005-04-24 01:52:45 +00:00
fsg
97c36cc108 increment build number 2005-04-24 01:13:13 +00:00
fsg
1424b7b9c4 increment build number 2005-04-24 01:12:40 +00:00
fsg
8eef72fe9d nightly update 2005-04-24 01:12:32 +00:00
asfernandes
0070691c8c increment build number 2005-04-23 16:56:00 +00:00
dimitr
608e89e134 increment build number 2005-04-23 15:01:28 +00:00
dimitr
d59f25d50b increment build number 2005-04-23 12:16:23 +00:00
dimitr
c01b84565a Tuned reduce factors again. 2005-04-23 12:16:11 +00:00
fsg
bf64236860 increment build number 2005-04-22 01:15:54 +00:00
fsg
9d39043083 nightly update 2005-04-22 01:15:49 +00:00
arnobrinkman
1a3861185e increment build number 2005-04-21 17:35:52 +00:00
arnobrinkman
b4b0a354ca Fix bug with ORDER BY and DISTINCT on OUTER JOIN where the ORDER BY clause was given to a deeper rse, but shouldn't because the distinct should be applied first.
Reproducable query:
SELECT
  DISTINCT r.rdb$relation_name, r.rdb$relation_id
FROM
  rdb$relations r
  LEFT JOIN rdb$relation_fields f ON (f.rdb$relation_name = r.rdb$relation_name)
ORDER BY
  r.rdb$relation_id
2005-04-21 17:35:44 +00:00
fsg
c1781d9c45 increment build number 2005-04-21 01:16:44 +00:00
fsg
ae48522e41 nightly update 2005-04-21 01:16:38 +00:00
kkuznetsov
58f4cd4cdc Make Solaris install scripts "unified" for sparc and x86 2005-04-20 14:30:49 +00:00
kkuznetsov
cefe703e55 increment build number 2005-04-20 14:30:42 +00:00
kkuznetsov
760cb95d6b increment build number 2005-04-20 14:29:29 +00:00
arnobrinkman
b7c5698ddd increment build number 2005-04-20 13:07:02 +00:00
arnobrinkman
0aea42263e Second fix for items-list where NULLs default descriptor shouldn't be used to determine the final output descriptor.
Only UNIONs were affected by this bug.
2005-04-20 13:06:42 +00:00
kkuznetsov
b537ab9547 increment build number 2005-04-20 07:48:00 +00:00
kkuznetsov
6c04bc06a5 Revert my previos commit as autoconf fails with 2 equally filenames beetween case 2005-04-20 07:47:44 +00:00
fsg
2966d3bad4 increment build number 2005-04-20 01:27:36 +00:00
fsg
be5277cbc1 nightly update 2005-04-20 01:27:27 +00:00
arnobrinkman
ff3362736b increment build number 2005-04-19 09:56:08 +00:00
arnobrinkman
cfc703f766 Fix bug with alias hiding datatype by datatype-list coercion 2005-04-19 09:55:53 +00:00
kkuznetsov
77572bda2c increment build number 2005-04-19 08:23:56 +00:00
kkuznetsov
59c8324fd3 misc cleanup 2005-04-19 08:23:49 +00:00
kkuznetsov
9ee9bd5dbe increment build number 2005-04-19 08:05:47 +00:00
kkuznetsov
513714f7f2 misc 2005-04-19 08:05:17 +00:00
fsg
d41e4f8e83 increment build number 2005-04-19 01:18:52 +00:00
fsg
9499aaa45c nightly update 2005-04-19 01:18:42 +00:00
kkuznetsov
63680f96cf increment build number 2005-04-18 16:06:25 +00:00
kkuznetsov
13c9bfeaa3 Try to pick-up Ray Holme Solaris spark32 port into FB2 (not tested yet) 2005-04-18 16:06:21 +00:00
kkuznetsov
f19f9902cf increment build number 2005-04-18 16:05:13 +00:00
kkuznetsov
91c5664cad increment build number 2005-04-18 16:05:10 +00:00
kkuznetsov
f9b7eedf21 increment build number 2005-04-18 16:03:15 +00:00
kkuznetsov
d132d6dcac increment build number 2005-04-18 16:02:16 +00:00
robocop
05b3a9aa1e increment build number 2005-04-18 03:36:06 +00:00
robocop
f3d1c47f99 Misc. 2005-04-18 03:36:03 +00:00
robocop
71c5e1ee4d increment build number 2005-04-18 03:32:40 +00:00
robocop
b609407d9b We can live with static_cast for these cases. 2005-04-18 03:32:35 +00:00
robocop
1bb1de2d5e increment build number 2005-04-18 03:26:48 +00:00
robocop
b5ec6d966c Be in sync with our header protection convention. 2005-04-18 03:26:45 +00:00
robocop
424f40a84b increment build number 2005-04-18 03:25:59 +00:00
robocop
1c83cfaaad Cleanup. No need to test if sizeof() is bigger than zero. 2005-04-18 03:25:56 +00:00
robocop
d0115322ac Misc. 2005-04-18 03:24:34 +00:00