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

30768 Commits

Author SHA1 Message Date
firebirds
96a0e66dde nightly update 2011-03-17 03:37:16 +00:00
paulbeach
173d523d16 Minor mod to allow 2.1.4 to build successfully 2011-03-16 13:06:48 +00:00
alexpeshkoff
e5ea26a612 Fixed CORE-3388: Does not build on fedore core 2011-03-16 08:04:41 +00:00
firebirds
8bd37bcd9e nightly update 2011-03-05 03:34:51 +00:00
dimitr
7208ae1755 The simplest possible fix for CORE-3374: Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format. Thanks to Vlad. 2011-03-04 17:59:15 +00:00
firebirds
1d169c297e nightly update 2011-02-23 03:30:19 +00:00
dimitr
edc4a4ca13 Better solution for CORE-3355, as suggested by Vlad. 2011-02-22 12:21:43 +00:00
firebirds
bf5f073fad nightly update 2011-02-22 03:30:18 +00:00
dimitr
167c0268a8 Fixed CORE-3355: Wrong comparison of DATE and TIMESTAMP if index is used. 2011-02-21 11:15:06 +00:00
firebirds
2589eea91d nightly update 2011-02-19 03:31:22 +00:00
dimitr
1fc093e826 Fixed the main reason for CORE-3233: LIKE, STARTING and CONTAINING fail if second operand >= 32K. Thanks to Adriano. 2011-02-18 06:26:47 +00:00
firebirds
856cff97fb nightly update 2011-02-18 03:26:09 +00:00
robocop
5601b1f5bc Make sure at least one operand is widened before the multiplication. 2011-02-18 01:21:48 +00:00
dimitr
a82fbb6fca Fixed inability to execute LIKE/STARTING/etc if the second argument is a small (<32KB) blob and the first one is a blob of charset NONE. This is partially related to CORE-3233, see my comment there. 2011-02-17 17:33:56 +00:00
dimitr
8ac7178cc0 Fixed CORE-3353: Predicate (blob_field LIKE ?) describes the parameter as VARCHAR(30) rather than as BLOB.
Also, let's never transfer the CS_dynamic pseudo-charset to the client side.
2011-02-17 07:38:34 +00:00
firebirds
735e2f0629 nightly update 2011-02-16 03:26:57 +00:00
hvlad
0489857fc9 Fixed bug CORE-3351 : Windows client could put 10054 error messages into firebird.log at connection time 2011-02-15 10:15:49 +00:00
dimitr
3f20247bbd Reworked my yesterday's fix to simplify it. 2011-02-15 08:40:37 +00:00
firebirds
1bd0a38530 nightly update 2011-02-15 03:28:10 +00:00
dimitr
e65cc13bdd Fixed CORE-3138: Internal error or crash occurs when accessing any MON$ table after altering its structure. 2011-02-14 10:38:28 +00:00
firebirds
e4a3f1ba2a nightly update 2011-02-05 03:26:13 +00:00
dimitr
8f538f4030 Fixed CORE-3335: Wrong results (internal wrapping occured) for the multi-byte blob SUBSTRING function and its boundary arguments. 2011-02-04 08:41:02 +00:00
firebirds
664ecd9ad9 nightly update 2011-02-04 03:26:35 +00:00
dimitr
e838078517 Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache. 2011-02-03 08:00:48 +00:00
dimitr
5fe6508bd6 Simplified and sub-optimal fix (without hidden variables) for CORE-3296: Error "context already in use" for the simple case function with a sub-select operand. 2011-02-02 12:56:23 +00:00
dimitr
c3f23b1c40 Fixed CORE-3245: SUBSTRING on long blobs truncates result to 32767 if third argument not present. 2011-02-02 10:14:55 +00:00
firebirds
c3d0cd5bcf nightly update 2011-02-01 03:35:09 +00:00
firebirds
d9917f0b9a nightly update 2011-01-31 14:41:12 +00:00
hvlad
3a0f66637b Backport fix for bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction 2011-01-31 12:11:18 +00:00
asfernandes
6760d35d9d Backported fix for CORE-3320 - Some MERGE syntax can crash the server. 2011-01-30 14:44:20 +00:00
paul_reeves
567b1427e9 Be sure to generate the md5sums for all windows packages 2011-01-28 15:06:04 +00:00
firebirds
11d0f2bb4b nightly update 2011-01-28 03:34:54 +00:00
paul_reeves
016c7a51b0 Add explanatory note. 2011-01-26 10:38:15 +00:00
paul_reeves
d3a14ca284 add missing semi-colon 2011-01-26 09:10:19 +00:00
paul_reeves
77a0cddd80 Make sure ERRLEV is set to 0
Improve the help screen
(with thanks to Christian Waldmann for some helpful suggestions)
2011-01-26 09:08:04 +00:00
asfernandes
1ad6b2633e Typo 2011-01-25 10:19:10 +00:00
dimitr
6017a8be54 Added the missing entry. 2011-01-25 09:59:31 +00:00
firebirds
78acf42af4 nightly update 2011-01-16 03:39:49 +00:00
robocop
8500d71f55 Avoid variable shadowing. 2011-01-15 09:03:19 +00:00
firebirds
c93ec4fc40 nightly update 2011-01-13 03:39:20 +00:00
dimitr
45fff85df5 Corrected the license URLs. 2011-01-12 10:56:03 +00:00
firebirds
f3a28d65a6 nightly update 2011-01-11 03:47:39 +00:00
paul_reeves
348b6d101e Generate version strings dynamically in windows readme files. 2011-01-10 16:28:11 +00:00
firebirds
9a4c9a67b0 nightly update 2011-01-05 03:43:30 +00:00
dimitr
f34d89a706 Fixed my stupid mistake. 2011-01-04 12:49:59 +00:00
firebirds
153436936d nightly update 2010-12-30 03:40:39 +00:00
dimitr
a079468ec1 Cleanup. For a long time already, the only proper way to generate gds32.dll is to use instclient.exe. 2010-12-29 08:35:20 +00:00
dimitr
07a5d3179d Update. 2010-12-29 08:12:04 +00:00
firebirds
77d0aea981 nightly update 2010-12-29 03:43:43 +00:00
dimitr
f19f33ad54 CORE-3295: Estimate the actual record compression ratio in the optimizer. 2010-12-28 12:01:45 +00:00