arnobrinkman
|
d1e0291152
|
Add missing nodes to sub-select detection
|
2005-11-26 16:15:47 +00:00 |
|
arnobrinkman
|
a381385af0
|
Fix problem with sub-queries/derived tables in the HAVING clause
|
2005-11-08 23:49:50 +00:00 |
|
dimitr
|
5e8af7b048
|
Implemented RECREATE TRIGGER.
|
2005-10-29 09:15:37 +00:00 |
|
arnobrinkman
|
a93df44449
|
Fix NEW/OLD context problem found by Dmitry
|
2005-10-25 20:42:29 +00:00 |
|
dimitr
|
868a5bb21f
|
Better (and more honest) diagnostics.
|
2005-10-21 09:43:26 +00:00 |
|
robocop
|
e2dd9845b5
|
Totally misc.
|
2005-10-08 06:47:34 +00:00 |
|
robocop
|
7d304b0fbb
|
Fix SF Bug #1292007
Move some hardcoded error texts to the msg database.
|
2005-10-06 06:08:10 +00:00 |
|
dimitr
|
e285db7acf
|
Fixed the issue with zero-initialized status vector during prepare.
|
2005-09-14 19:06:28 +00:00 |
|
robocop
|
aab2d20725
|
- Get rid of DBB_v3 in DSQL and put a message just in case we find ODS<=7 (impossible in theory, since FB wouldn't open such db).
- Put mnemonics for two hardcoded error msgs I hijacked from DYN years ago. Now they are defined for the SQLERR facility.
|
2005-09-10 07:15:24 +00:00 |
|
robocop
|
36f8683511
|
Get rid of my old hack to solve a problem between John/Mark's FIRST/SKIP parameters type and dialect detection. The dialect is in the request.
|
2005-09-03 08:03:39 +00:00 |
|
robocop
|
057f098a28
|
- Misc.
- Detect a limit case with params and containing or starting.
|
2005-09-03 07:47:32 +00:00 |
|
dimitr
|
898cb02240
|
1) Made output parameter naming a common procedure instead of select-list private code.
2) Allowed value expressions in the RETURNING clause.
|
2005-09-02 05:30:16 +00:00 |
|
dimitr
|
faa8162a2b
|
Fixed SEGV reported by Konstantin.
|
2005-08-25 12:37:26 +00:00 |
|
dimitr
|
0cd5e57eaa
|
Added optional seconds precision to CURRENT_TIME and CURRENT_TIMESTAMP
as agreed with Ann and others times ago.
|
2005-08-24 09:42:14 +00:00 |
|
dimitr
|
8df5a70299
|
Rolled back my commit as a performance looser.
More precise savepoints handling is being investigated.
|
2005-08-24 06:21:47 +00:00 |
|
dimitr
|
9a489515b9
|
Fixed PSQL exception handling which never worked consistently.
|
2005-08-22 10:12:13 +00:00 |
|
asfernandes
|
0b1eb55d62
|
Fixed SF field-test #1249187 - 2.0a3: String literals dest. for large CHAR fields truncated
|
2005-08-21 15:52:30 +00:00 |
|
arnobrinkman
|
b900f56435
|
Allow outer reference in derived table to higher scope-levels
|
2005-08-16 21:19:17 +00:00 |
|
robocop
|
773b8035c1
|
Totally misc.
|
2005-08-04 04:03:01 +00:00 |
|
arnobrinkman
|
d41f73b112
|
Sigh, if i change something then i must do it right
|
2005-08-02 08:36:51 +00:00 |
|
arnobrinkman
|
ec541b28d5
|
Fix unreleased contexts problem with derived tables, found by Vlad.
|
2005-08-01 19:05:57 +00:00 |
|
arnobrinkman
|
e2a664a6a2
|
Fix and simplify PLAN alias lookup
|
2005-07-26 11:54:37 +00:00 |
|
arnobrinkman
|
22ac7c9cdc
|
Fix derived table issues with NEW/OLD contexts (Triggers/check-constraints)
Also adjust IN predicate behaviour to derived table.
PLAN parsing for derived tables will be fixed later.
|
2005-07-25 14:43:28 +00:00 |
|
asfernandes
|
d524eec86f
|
Fixed SF #1242379 - Collation changes VARCHAR's length
|
2005-07-22 02:08:14 +00:00 |
|
dimitr
|
1a3218625d
|
Added DSQL support for ROLLBACK RETAIN.
|
2005-07-20 10:05:57 +00:00 |
|
arnobrinkman
|
21c839b45a
|
Send annoying unemployed code out of the door
|
2005-07-13 20:07:13 +00:00 |
|
robocop
|
e28ed6b27c
|
Try to indicate position of incomplete commands.
Some casts because statuses are fixed 32 quantities, not natural int types.
|
2005-06-16 05:11:08 +00:00 |
|
asfernandes
|
890494ac7c
|
1) Fixed SF #1016040 Missing external libraries causes engine exception
2) Use better error messages
|
2005-06-14 03:16:54 +00:00 |
|
dimitr
|
40b5c1d6bb
|
RETURNING implementation.
|
2005-06-13 12:45:42 +00:00 |
|
asfernandes
|
4efb74fc51
|
Removed some compiler messages
|
2005-06-13 02:12:14 +00:00 |
|
asfernandes
|
3d93cdf69c
|
Fix possible problems with larger columns sizes noted by Claudio
|
2005-06-10 02:03:08 +00:00 |
|
asfernandes
|
559ce29c51
|
1) Replace length_ to strlen as noted by Claudio and Dmitry
2) Change USHORT to ULONG in intl.cpp
|
2005-06-06 18:14:10 +00:00 |
|
dimitr
|
d9294d7938
|
Added new error message.
|
2005-06-06 13:37:31 +00:00 |
|
robocop
|
b8d1f00f94
|
- Corrections and changes to Adriano's commit, subject to his inspection.
- Solved an endless loop with trim and zero-length trim characters, etc.
- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
|
2005-06-06 08:30:03 +00:00 |
|
asfernandes
|
59213efe7e
|
Merge INTL branch into HEAD
|
2005-05-27 22:45:31 +00:00 |
|
arnobrinkman
|
1e539b16c1
|
fixed missed return, thanks to Claudio
|
2005-05-23 23:16:49 +00:00 |
|
robocop
|
3aaa840483
|
Misc.
|
2005-05-22 03:11:41 +00:00 |
|
robocop
|
b490df3a41
|
ALTER EXTERNAL FUNCTION: be able to change the entry_point or the module_name when the UDF cannot be dropped to correct the declaration because it's used in some view, procedure, trigger or check.
|
2005-05-22 02:42:17 +00:00 |
|
robocop
|
95d8b36260
|
Misc.
|
2005-05-19 23:41:17 +00:00 |
|
arnobrinkman
|
0132e696f2
|
Fix mapping problem when derived table was used as sub-query.
This was only possible since pass1_any() behaviour has been changed.
Normally a derived table cannot access fields outside the derived table context.
|
2005-05-18 18:55:57 +00:00 |
|
robocop
|
0285f6bf76
|
- Implement the proposed COMMENT keyword to allow descriptions in database objects. Subject to change or withdrawal.
- Enhance some messages. Reuse some msg numbers that were duplicate.
- Fix some issues found in Alex recent MetaName-related commits.
|
2005-05-17 07:17:25 +00:00 |
|
arnobrinkman
|
0f07677e46
|
Fix errors generated by IN-predicate due pass1_any() change
|
2005-05-04 19:38:47 +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 |
|
dimitr
|
e288d2ac49
|
Fixed bug found by Arno.
|
2005-05-04 08:44:35 +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
|
65588a5003
|
Optimized NOT conditions when possible.
|
2005-05-02 09:47:27 +00:00 |
|
arnobrinkman
|
0a5c47ca6b
|
Remove non-sense comment
|
2005-04-26 13:32:15 +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 |
|
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 |
|
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 |
|