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

18140 Commits

Author SHA1 Message Date
fsg
3c90f5c9a7 nightly update 2005-05-05 07:42:07 +00:00
asfernandes
ce0a3e4648 increment build number 2005-05-05 01:20:23 +00:00
arnobrinkman
8c59e25792 increment build number 2005-05-04 19:39:04 +00:00
arnobrinkman
0f07677e46 Fix errors generated by IN-predicate due pass1_any() change 2005-05-04 19:38:47 +00:00
alexpeshkoff
eeb883cba6 increment build number 2005-05-04 14:50:53 +00:00
alexpeshkoff
f07002a634 centralized BuildSuffix and PackageVersion control 2005-05-04 14:50:40 +00:00
paul_reeves
b84053ae46 increment build number 2005-05-04 10:47:46 +00:00
paul_reeves
660ee953d4 Add Spanish translations for Win32 installer. Fix problem with Bosnian translation. Update readmes for Alpha2. 2005-05-04 10:47:44 +00:00
paul_reeves
5ca280da8c increment build number 2005-05-04 10:47:20 +00:00
alexpeshkoff
41bb82c74b increment build number 2005-05-04 10:36:14 +00:00
alexpeshkoff
9ae8dfff99 fixed package version 2005-05-04 10:36:08 +00:00
arnobrinkman
4880eb0220 increment build number 2005-05-04 09:53:49 +00:00
arnobrinkman
6a73b87b62 Fix bug SF #1191006 Using where params in SUM return incorrect results
parameters weren't checked on equality in node_match()
2005-05-04 09:53:37 +00:00
paul_reeves
d40f22a56c increment build number 2005-05-04 09:38:32 +00:00
arnobrinkman
4088217f2f increment build number 2005-05-04 08:57:11 +00:00
arnobrinkman
d8764cbdb1 Fix problem with distributing sort to deeper RSE, query example:
SELECT
  RDB$RELATION_NAME
FROM
  (SELECT FIRST 10 * FROM RDB$RELATIONS ORDER BY RDB$RELATION_NAME DESC)
ORDER BY
  RDB$RELATION_NAME
2005-05-04 08:56:14 +00:00
dimitr
3b4415b0c5 increment build number 2005-05-04 08:44:58 +00:00
dimitr
e288d2ac49 Fixed bug found by Arno. 2005-05-04 08:44:35 +00:00
hvlad
652d3eb36f increment build number 2005-05-03 15:45:38 +00:00
hvlad
493bdd92cd Correct index validation code. Big thanks to Arno 2005-05-03 15:45:23 +00:00
robocop
2b70cc40f4 increment build number 2005-05-03 05:41:18 +00:00
robocop
70f8556174 Indentation. 2005-05-03 05:41:07 +00:00
robocop
33814f8a73 increment build number 2005-05-03 04:12:16 +00:00
robocop
bc33863034 increment build number 2005-05-03 04:12:15 +00:00
robocop
3c4e69f196 Replace legacy isc_(encode/decode)_date by isc_(encode/decode)_timestamp. 2005-05-03 04:11:57 +00:00
robocop
305ead4714 increment build number 2005-05-03 04:11:54 +00:00
robocop
7054cabaec increment build number 2005-05-03 04:09:49 +00:00
robocop
4f5feb2822 increment build number 2005-05-03 04:09:27 +00:00
robocop
8c381ef54b Better fixes related to field-test bug #1173988, first part.
Also, a new, more accurate message has been added to the restoration process.
2005-05-03 04:09:26 +00:00
dimitr
faa1437dac increment build number 2005-05-02 19:31:02 +00:00
dimitr
6f3b1ccb85 A bit better fix for shadow shutdown issues. 2005-05-02 19:30:48 +00:00
dimitr
7c56bc92be increment build number 2005-05-02 17:22:26 +00:00
dimitr
e296380ddf Fixed GBAK -kill dropping existing shadow. 2005-05-02 17:22:16 +00:00
dimitr
8121bf4de9 increment build number 2005-05-02 13:47:52 +00:00
dimitr
9229dfebcb Enforced uniqueness of blob filter name and in/out types pair.
This fixes SF #750662. A couple of new error messages would also be nice.
2005-05-02 13:47:41 +00:00
dimitr
ca93280f54 increment build number 2005-05-02 12:41:20 +00:00
dimitr
27340d7daf 1) Fixed buggy behaviour of IN vs FIRST/SKIP.
2) Allowed UNIONs in ANY/ALL/IN subqueries.
Subject of Arno's review.
2005-05-02 12:41:02 +00:00
dimitr
dc8dd8b9dd increment build number 2005-05-02 09:47:32 +00:00
dimitr
65588a5003 Optimized NOT conditions when possible. 2005-05-02 09:47:27 +00:00
robocop
65c615b13b increment build number 2005-05-02 09:10:17 +00:00
robocop
c8de3fff0c Change misleading comment. 2005-05-02 09:10:06 +00:00
robocop
e8d46707a9 increment build number 2005-05-02 07:12:07 +00:00
robocop
3fd1859bd1 Workaround for SF Bug #450404. (Isql can't guess what the user intended.) 2005-05-02 07:11:39 +00:00
dimitr
4f872b71f6 increment build number 2005-05-02 07:02:02 +00:00
dimitr
559843c97d Fixed origin of the 100% CPU load when an I/O error causes a rollover to non-existing shadow.
Also fixed attempt to wait for the attachment-owned lock for the already purged attachment.
2005-05-02 07:01:33 +00:00
dimitr
6ce22dda68 increment build number 2005-05-02 06:45:08 +00:00
dimitr
ffe05c94c5 Updated for Alpha 2. 2005-05-02 06:44:44 +00:00
hvlad
d255beadf6 increment build number 2005-05-01 19:23:13 +00:00
hvlad
565b5e173b Undo my previous commit. Duplicate chains in not null keys in unique indexes not sorted by design. Changes must be done in index validation code 2005-05-01 19:23:04 +00:00
asfernandes
1e07f66977 increment build number 2005-05-01 14:58:39 +00:00