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

17987 Commits

Author SHA1 Message Date
fsg
49ce53e3f3 increment build number 2005-04-27 01:22:50 +00:00
fsg
e5e2e94470 increment build number 2005-04-27 01:21:45 +00:00
fsg
7d3e3b1a85 nightly update 2005-04-27 01:21:39 +00:00
arnobrinkman
a2f6fe3d6b increment build number 2005-04-26 13:52:09 +00:00
arnobrinkman
d0b2ceacc2 no message 2005-04-26 13:51:40 +00:00
arnobrinkman
6905518173 increment build number 2005-04-26 13:32:46 +00:00
arnobrinkman
0a5c47ca6b Remove non-sense comment 2005-04-26 13:32:15 +00:00
arnobrinkman
9607d3664b increment build number 2005-04-26 11:46:17 +00:00
arnobrinkman
9f929f2527 Fix SF bug #1016969
-804 Data type unknown with searched CASE and parameters in results
2005-04-26 11:46:07 +00:00
kkuznetsov
d90f3e5fe4 increment build number 2005-04-26 07:32:27 +00:00
kkuznetsov
a88a9d0e1e increment build number 2005-04-26 07:32:05 +00:00
kkuznetsov
d846cb366c increment build number 2005-04-26 07:32:04 +00:00
kkuznetsov
4011feb354 increment build number 2005-04-26 07:32:00 +00:00
kkuznetsov
5f398cfd5f increment build number 2005-04-26 07:31:54 +00:00
kkuznetsov
75d2ea3bcc increment build number 2005-04-26 07:31:15 +00:00
kkuznetsov
febe10129e increment build number 2005-04-26 07:28:54 +00:00
fsg
b59f38be77 increment build number 2005-04-26 01:16:27 +00:00
fsg
1fe005283e nightly update 2005-04-26 01:16:20 +00:00
dimitr
894b9ef805 increment build number 2005-04-25 20:33:41 +00:00
dimitr
85134dfc1c Updated docs. 2005-04-25 20:33:38 +00:00
dimitr
b91a725f3f increment build number 2005-04-25 20:31:58 +00:00
dimitr
14ae4dc31c Check whether a row we perform positioned update/delete against is actually fetched. 2005-04-25 20:31:52 +00:00
dimitr
3d72c73e51 increment build number 2005-04-25 19:45:36 +00:00
dimitr
3cca73bdb0 Corrected the returned error code. 2005-04-25 19:45:26 +00:00
dimitr
7964422873 increment build number 2005-04-25 17:20:06 +00:00
dimitr
790060eefb Updated docs. 2005-04-25 17:19:48 +00:00
arnobrinkman
9bcf0580a6 increment build number 2005-04-25 06:54:51 +00:00
arnobrinkman
64e34a0109 Add comment 2005-04-25 06:54:45 +00:00
robocop
0af0298186 increment build number 2005-04-25 05:24:03 +00:00
robocop
b2010a42e4 Fix indentation. 2005-04-25 05:23:57 +00:00
fsg
fe703a5555 increment build number 2005-04-25 01:15:00 +00:00
fsg
5d53100915 nightly update 2005-04-25 01:14:57 +00:00
arnobrinkman
31abb4c6cb increment build number 2005-04-24 18:32:34 +00:00
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