asfernandes
|
74a6076b50
|
Replace some blr_block by blr_begin, as before.
|
2011-02-26 01:10:26 +00:00 |
|
asfernandes
|
87ec1ad31c
|
The (bad) definition of fb_assert cause this code to not work in clang. It's a surprive if it works in MSVC.
|
2011-02-25 15:28:10 +00:00 |
|
dimitr
|
714f883df5
|
Let's process the sub-node before using it in CMP_get_desc. It helps to avoid a crash if the sub-node is a variable (its e_var_variable argument is not assigned yet).
|
2011-02-25 13:06:14 +00:00 |
|
hvlad
|
07e245ab1b
|
Implement improvement CORE-3362 : Cursors should ignore changes made by the same statement
|
2011-02-25 12:26:57 +00:00 |
|
dimitr
|
a09fc3e846
|
Fixed the assertion reported by Vlad privately.
|
2011-02-25 10:42:00 +00:00 |
|
dimitr
|
3cb62191b5
|
Front ported fix for CORE-3356.
|
2011-02-25 07:32:36 +00:00 |
|
firebirds
|
ed9dd38848
|
nightly update
|
2011-02-25 03:16:46 +00:00 |
|
asfernandes
|
2096bd7239
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +00:00 |
|
asfernandes
|
4e0afa0b53
|
Misc
|
2011-02-25 01:03:29 +00:00 |
|
alexpeshkoff
|
ada72e8ec2
|
Damyan's fix for an error, noticed by him
|
2011-02-24 14:06:39 +00:00 |
|
firebirds
|
c00602e5fd
|
nightly update
|
2011-02-23 03:17:12 +00:00 |
|
asfernandes
|
0ab05bd41c
|
Refactor nod_start_savepoint and nod_end_savepoint.
|
2011-02-22 16:06:08 +00:00 |
|
asfernandes
|
12cb8e50bd
|
Misc
|
2011-02-22 15:44:51 +00:00 |
|
asfernandes
|
dca1961a82
|
Refactor nod_while.
|
2011-02-22 15:30:06 +00:00 |
|
asfernandes
|
92fc79f8a9
|
Correction.
|
2011-02-22 15:29:21 +00:00 |
|
asfernandes
|
fea12d602c
|
Misc
|
2011-02-22 15:28:46 +00:00 |
|
hvlad
|
705551a04c
|
Fixed bug CORE-3125 : AV in Worker::shutdown
|
2011-02-22 14:31:07 +00:00 |
|
dimitr
|
af76dc8de8
|
Better solution for CORE-3355, as suggested by Vlad.
|
2011-02-22 12:43:14 +00:00 |
|
firebirds
|
bfa84b5b93
|
nightly update
|
2011-02-22 03:17:22 +00:00 |
|
asfernandes
|
db4390bf9f
|
Refactor SET GENERATOR / ALTER SEQUENCE.
|
2011-02-22 01:57:51 +00:00 |
|
asfernandes
|
0a6e338392
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +00:00 |
|
dimitr
|
b0e3c9f94d
|
Fixed CORE-3355: Wrong comparison of DATE and TIMESTAMP if index is used.
|
2011-02-21 11:18:29 +00:00 |
|
dimitr
|
993788f9bc
|
Misc optimizer tuning.
|
2011-02-21 10:09:30 +00:00 |
|
dimitr
|
516b6f0887
|
Fixed CORE-3173: Empty result when select from SP that contains two CTE (second of them with GROUP BY clause) and INNER join.
|
2011-02-21 08:04:08 +00:00 |
|
firebirds
|
0b1492ad7d
|
nightly update
|
2011-02-21 03:15:13 +00:00 |
|
dimitr
|
89353af6e5
|
Fixed the porting mistake, thanks to Adriano.
|
2011-02-20 15:36:31 +00:00 |
|
dimitr
|
cc71f0835f
|
Removed duplicated type declaration.
|
2011-02-20 15:34:08 +00:00 |
|
asfernandes
|
04d971ba3f
|
Misc
|
2011-02-20 15:20:16 +00:00 |
|
dimitr
|
676b99ce16
|
Front ported the old fix for CORE-3283: BAD PLAN with using LEFT OUTER JOIN in SUBSELECT.
|
2011-02-20 14:43:46 +00:00 |
|
dimitr
|
e78cf74c83
|
Fixed CORE-3176: View with "subselect" column join table and not use index.
|
2011-02-20 13:23:36 +00:00 |
|
dimitr
|
aef577652f
|
Totally misc.
|
2011-02-20 13:19:11 +00:00 |
|
dimitr
|
a632155abe
|
In v2.5, we checked both the derived expression argument and its streams. Now I see the former part was lost. Supposedly, this was just a mistake, hence fixed.
|
2011-02-20 13:18:29 +00:00 |
|
firebirds
|
dd3d356d71
|
nightly update
|
2011-02-20 03:14:00 +00:00 |
|
asfernandes
|
dfe830af7c
|
Added EVENT_TYPE and OBJECT_TYPE to DDL_TRIGGER context. Improvement suggested by Thomas Steinmaurer.
|
2011-02-20 01:08:48 +00:00 |
|
firebirds
|
98efcd9a9d
|
nightly update
|
2011-02-19 03:15:06 +00:00 |
|
dimitr
|
aafa381347
|
Fixed the main reason for CORE-3233: LIKE, STARTING and CONTAINING fail if second operand >= 32K. Thanks to Adriano.
|
2011-02-18 06:28:44 +00:00 |
|
firebirds
|
25c1f1159d
|
nightly update
|
2011-02-18 03:15:18 +00:00 |
|
asfernandes
|
e623bb4bf1
|
Misc
|
2011-02-18 00:52:10 +00:00 |
|
dimitr
|
7e182bc025
|
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:40:27 +00:00 |
|
asfernandes
|
5573581488
|
Refactored nod_alias.
|
2011-02-17 14:25:56 +00:00 |
|
dimitr
|
632287ceba
|
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:42:54 +00:00 |
|
dimitr
|
7a405a4eea
|
Fixed CORE-3058: New generators are created with wrong value when more than 32K generators was previously created.
|
2011-02-17 06:05:16 +00:00 |
|
firebirds
|
4b8f5a3955
|
nightly update
|
2011-02-17 03:16:08 +00:00 |
|
asfernandes
|
85a0bdf5dc
|
Move ALIAS.* construct from column_name to select_item.
|
2011-02-16 14:38:25 +00:00 |
|
asfernandes
|
d1629b92f3
|
Misc
|
2011-02-16 14:37:52 +00:00 |
|
firebirds
|
57b4adf752
|
nightly update
|
2011-02-16 03:15:34 +00:00 |
|
asfernandes
|
c87b541ae2
|
Refactored nod_dom_value.
|
2011-02-16 01:38:48 +00:00 |
|
dimitr
|
f062c62d7f
|
Totally misc.
|
2011-02-15 11:04:38 +00:00 |
|
hvlad
|
d756a02f89
|
Fixed bug CORE-3351 : Windows client could put 10054 error messages into firebird.log at connection time
|
2011-02-15 10:10:57 +00:00 |
|
dimitr
|
b1a74121d1
|
Front ported CORE-3138: Internal error or crash occurs when accessing any MON$ table after altering its structure.
|
2011-02-15 08:47:51 +00:00 |
|