firebirds
fdfcc4ed7e
nightly update
2010-10-10 03:13:00 +00:00
asfernandes
ac3c00d503
1) Refactored LOWER, UPPER and TRIM.
...
2) Fixed CORE-3174 - Expression index with TRIM may lead to incorrect indexed lookup
2010-10-09 18:39:45 +00:00
firebirds
f76961d639
nightly update
2010-10-09 03:12:58 +00:00
asfernandes
4d00fec2d6
Refactor parameters and GEN_ID.
2010-10-09 01:57:37 +00:00
asfernandes
9bf9ca4ef7
Misc
2010-10-09 01:50:18 +00:00
hvlad
6a37e8c261
Fixed bug CORE-3170 : Engine could enter infinite loop if EVENT's are posted but no subscribers exists
2010-10-08 11:57:57 +00:00
dimitr
df245ba88e
Fixed problems with recursive PSQL functions. Minor refactoring.
2010-10-08 09:40:14 +00:00
dimitr
4d66b4e1ac
Fixed problems with recursive PSQL functions. Minor refactoring.
2010-10-08 09:39:34 +00:00
firebirds
d9975031b9
nightly update
2010-10-08 03:13:58 +00:00
hvlad
905427aff7
Fixed bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility
2010-10-07 16:10:37 +00:00
firebirds
dde918ad71
nightly update
2010-10-07 03:13:17 +00:00
asfernandes
05a37a0de2
Fixed CORE-3164 - Parameterized requests involving blob fields fails when connected using charset UTF8
2010-10-06 15:25:50 +00:00
firebirds
9931395c98
nightly update
2010-10-06 03:14:27 +00:00
alexpeshkoff
40d3f305ba
Make it better understandable to people - thanks to Claudio
2010-10-05 13:12:19 +00:00
paulbeach
78ca999d4a
Fix for UDFs on Darwin
2010-10-05 12:43:24 +00:00
firebirds
79e42ead7d
nightly update
2010-10-05 03:13:47 +00:00
paulbeach
780dea6db1
Oops!
2010-10-04 13:21:30 +00:00
firebirds
439fac187a
nightly update
2010-10-03 03:15:10 +00:00
asfernandes
2227426f2e
Sub-task CORE-3147 - Fix SUBSTRING(SIMILAR) in regard to initial and final shortest matching specified in the standard
2010-10-03 00:50:17 +00:00
firebirds
5d7bd25c38
nightly update
2010-10-01 03:15:31 +00:00
asfernandes
58a7979097
Improve the debug log
2010-09-30 15:40:06 +00:00
robocop
c3c18f0978
Misc.
2010-09-30 08:09:12 +00:00
firebirds
4e7ff222e5
nightly update
2010-09-28 03:15:12 +00:00
dimitr
0a34f7c97a
Fixed one of the problems with PSQL functions reported by Vlad privately.
2010-09-27 12:29:49 +00:00
firebirds
9b9f26aa15
nightly update
2010-09-26 03:14:45 +00:00
asfernandes
b49391c8d0
Misc
2010-09-25 23:08:18 +00:00
asfernandes
746c032c90
Misc things seen by Claudio
2010-09-25 20:26:05 +00:00
asfernandes
1f8342a3a1
Fixed CORE-3141 - The last column in a view is returning as a null value even when it's not
2010-09-25 20:19:43 +00:00
firebirds
236b07a221
nightly update
2010-09-25 03:14:43 +00:00
hvlad
1ea9da3073
Fixed SIMILAR TO syntax
2010-09-24 14:55:45 +00:00
robocop
98a2c6822d
Warnings.
2010-09-24 09:53:51 +00:00
robocop
c7abd52cea
Misc.
2010-09-24 09:23:12 +00:00
robocop
2bcc48445f
Misc.
2010-09-24 08:33:22 +00:00
dimitr
69fbe060d9
More fixes for the MSVC8 build.
2010-09-24 07:26:14 +00:00
dimitr
e091d6ce17
More fixes for the MSVC8 build.
2010-09-24 07:23:41 +00:00
firebirds
44c21083d7
nightly update
2010-09-24 03:14:34 +00:00
asfernandes
bbd048fede
Make refactored code match original one, as see by Claudio.
...
The affected code is something that never executes.
2010-09-23 15:22:44 +00:00
dimitr
603b6e6214
Fixed the MSVC8 build.
2010-09-23 11:46:20 +00:00
robocop
25b691353e
Misc.
2010-09-23 09:53:50 +00:00
robocop
bca99bc9f0
Misc.
2010-09-23 09:48:42 +00:00
robocop
b64fefb4d9
Misc.
2010-09-23 09:47:15 +00:00
robocop
404ffabb25
Misc.
2010-09-23 09:09:31 +00:00
firebirds
cd75b18f00
nightly update
2010-09-21 03:14:24 +00:00
asfernandes
0eb26b8e97
Misc
2010-09-20 16:26:25 +00:00
asfernandes
9b8171d5c1
1) Refactor nod_value_if.
...
2) Created ExprNode::expressionEqual method to replace a new big and ugly switch.
3) Make boolean referencers use BoolExprNode instead of jrd_nod, except nod_validate for now. This includes BinaryBoolNode and NotBoolNode working without jrd_nod references.
4) Rework in the impure allocation code (replace "csb_impure += ..." by CMP_impure calls).
2010-09-20 16:07:50 +00:00
firebirds
9e786f0c8a
nightly update
2010-09-19 03:13:18 +00:00
asfernandes
3d184eef7f
Simplificate repetitive code
2010-09-18 18:19:21 +00:00
asfernandes
ac5f03d17d
Correction
2010-09-18 18:18:35 +00:00
asfernandes
477091ebcc
Misc
2010-09-18 15:56:54 +00:00
dimitr
34dd100554
Fixed CORE-3137: Partial rollback is possible for a selectable procedure modifying data.
2010-09-18 06:52:46 +00:00