8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
Commit Graph

49274 Commits

Author SHA1 Message Date
asfernandes
6e4fbfdba7 Changed package routines syntax to not need (nor accept) a semi-colon after "END". 2013-05-13 01:49:34 +00:00
asfernandes
fc16bb34e4 Fixed crash when calling unimplemented packaged procedures. 2013-05-13 01:48:57 +00:00
asfernandes
24552c4bb2 Misc. 2013-05-12 02:45:54 +00:00
firebirds
19eb6c4df9 nightly update 2013-05-11 00:42:13 +00:00
asfernandes
8d17931603 Document CORE-832 - Add support for parameterized exceptions. 2013-05-10 15:48:47 +00:00
asfernandes
5aac863784 Document CORE-2006 - Regular expression SUBSTRING. 2013-05-10 14:47:51 +00:00
asfernandes
d43a94ded8 Removed from WhatsNew the fix present in 2.5. 2013-05-09 01:21:50 +00:00
firebirds
5014849e05 nightly update 2013-05-09 00:35:36 +00:00
asfernandes
e4c2c79681 Misc. 2013-05-08 15:47:40 +00:00
asfernandes
fc806ef549 Added PSQL functions syntax to package documentation. 2013-05-08 15:34:03 +00:00
firebirds
bcd5fc228d nightly update 2013-05-08 00:48:52 +00:00
asfernandes
d3b75f3aee Fixed crash with CORE-3694 test-case. 2013-05-07 16:02:28 +00:00
hvlad
f150d6ff32 Enlarge DPB\SPB size limit up to 1MB (as Alex suggested). Former limit (4KB) was too small even to pass contents of standard fbtrace.conf into the trace start service. 2013-05-07 11:52:32 +00:00
hvlad
4267d261d4 Fixed bug CORE-4094 : Wrong parameters order in trace output 2013-05-07 11:37:56 +00:00
firebirds
7721e86bbc nightly update 2013-05-07 00:41:22 +00:00
dimitr
ac43e1f2d2 Postfix for my prior commit. 2013-05-06 18:41:59 +00:00
dimitr
c1c5d2b0db Rolled back my patch for CORE-2709. Reworked Adriano's solution for CORE-1188, CORE-3052 and CORE-3239. Both changes affect the stored index keys for compound indices, so beware. 2013-05-06 14:16:52 +00:00
dimitr
af97c12801 Simplified the code and reworked the NULL validation logic. 2013-05-06 12:34:20 +00:00
firebirds
f2fcd26b7e nightly update 2013-05-06 00:30:17 +00:00
asfernandes
e8d26b06c3 Fixed CORE-4083 - Full outer join in derived table with coalesce (iif). 2013-05-05 23:01:57 +00:00
asfernandes
821dbb4977 Fixed CORE-4083 - Full outer join in derived table with coalesce (iif). 2013-05-05 22:59:39 +00:00
firebirds
de58569067 nightly update 2013-05-05 00:36:48 +00:00
asfernandes
d46207d2aa Correction. 2013-05-04 18:10:15 +00:00
dimitr
18ac6284b7 Fixed bug in my recent refactoring, thanks to Adriano. 2013-05-04 16:19:07 +00:00
firebirds
80fd447426 nightly update 2013-05-04 00:39:27 +00:00
dimitr
921e28d136 Misc. 2013-05-03 15:01:05 +00:00
dimitr
941029af90 Correction as per Claudio's request. 2013-05-03 13:29:21 +00:00
dimitr
693fb84510 Documented bugfixes. 2013-05-03 13:12:47 +00:00
firebirds
443eb62521 nightly update 2013-05-01 00:42:36 +00:00
dimitr
040650b750 One more bugfix for full outer joins. 2013-04-30 15:27:51 +00:00
firebirds
116d28e3ab nightly update 2013-04-30 00:42:07 +00:00
asfernandes
64790222ed Document CORE-1180 and CORE-3085. 2013-04-29 15:54:03 +00:00
firebirds
1488f83f1e nightly update 2013-04-29 00:42:49 +00:00
dimitr
cd03ccddb8 Corrected the target buffer length. 2013-04-28 14:11:17 +00:00
dimitr
bdbc5ea9e0 Simple fix for CORE-4093: Server crashes while converting an overscaled numeric to a string. It assumes the resulting string being limited in length by the scale (value <= 128). A more generic solution (e.g. disallow overflowing scales) would be appreciated for the trunk. 2013-04-28 13:40:37 +00:00
dimitr
6d7b9184cf Fixed CORE-4091 (Incorrect full join result with ROW_NUMBER() Function in CTE) and one part of CORE-4083 (full outer join in subrequest with coalesce). 2013-04-28 11:52:02 +00:00
firebirds
a6aeb5b00c nightly update 2013-04-27 00:30:51 +00:00
alexpeshkoff
f6dd12b0c7 Make it resistant to races (avoid violating array boundaries) 2013-04-26 15:59:19 +00:00
asfernandes
b7a00b6044 Docs. 2013-04-26 15:52:23 +00:00
asfernandes
9f16366d27 Finish MERGE improvements documentation (CORE-2005, CORE-3020, CORE-3639). 2013-04-26 15:29:48 +00:00
firebirds
492e4b588f nightly update 2013-04-26 02:11:05 +00:00
asfernandes
d88b5cf335 Document window functions: CORE-2090, CORE-2133, CORE-2823, CORE-2830, CORE-2869, CORE-3619, CORE-3620, CORE-3621. 2013-04-25 16:30:58 +00:00
firebirds
0cf7e23c62 nightly update 2013-04-25 01:32:16 +00:00
asfernandes
51565beebd Added FROM FIRST/LAST clause to NTH_VALUE (CORE-3621). 2013-04-24 15:31:13 +00:00
firebirds
cb8a89a234 nightly update 2013-04-24 00:28:22 +00:00
dimitr
4d0258c659 Added databases.conf to the Windows kits. 2013-04-23 17:32:52 +00:00
dimitr
b9ea496690 Updated the docs. 2013-04-23 17:26:47 +00:00
firebirds
0e433f8304 nightly update 2013-04-23 00:49:18 +00:00
alexpeshkoff
508d61bba3 Cleanup 2013-04-22 09:43:34 +00:00
firebirds
5a9a5cb416 nightly update 2013-04-22 00:33:55 +00:00