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
firebirds
492e4b588f
nightly update
2013-04-26 02:11:05 +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
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
asfernandes
f2b24d02ca
Misc.
2013-04-21 02:09:45 +00:00
asfernandes
f91bc11492
Correction.
2013-04-21 01:52:37 +00:00
firebirds
5ae04f81a6
nightly update
2013-04-20 02:05:13 +00:00
dimitr
d274c0287b
Refactoring: isolated the singularity checking logic and simplified the whole RSB beast.
2013-04-19 09:22:58 +00:00
firebirds
0a0eccae1e
nightly update
2013-04-19 00:40:07 +00:00
firebirds
30ff272314
nightly update
2013-04-18 00:40:00 +00:00
asfernandes
2b52e34f3e
Fixed CORE-4084 - GROUP BY fails if subselect-column is involved.
2013-04-17 15:54:00 +00:00
alexpeshkoff
b9a96911ca
Avoid extra atomic operations when assigning pointer to the object with pre-incremented counter (like returned from the function) to reference-counted pointer holder
2013-04-17 11:16:06 +00:00
alexpeshkoff
6f5fedec9a
Fixes related with CORE-3993
2013-04-17 08:04:02 +00:00
firebirds
6f530d30f9
nightly update
2013-04-17 00:41:48 +00:00
alexpeshkoff
a4fa821ec4
Fixed assertion in services when talking to pre-FB3 server
2013-04-16 08:54:48 +00:00
firebirds
ff1218a336
nightly update
2013-04-16 01:02:27 +00:00
alexpeshkoff
3746843930
Postfix for CORE-3935 and CORE-3993: avoid opening same database file twice
2013-04-15 16:51:20 +00:00
alexpeshkoff
f7f798f4e7
Fixed a bug in one of my recent commits - thanks to Claudio
2013-04-15 15:58:52 +00:00
alexpeshkoff
30eb092d48
Make numbers parser behave traditionally - no spaces inside the number
2013-04-15 11:07:30 +00:00
firebirds
399737c40e
nightly update
2013-04-14 00:46:15 +00:00
dimitr
5e5514107d
Misc and small cleanup.
2013-04-13 16:31:12 +00:00
dimitr
3031034302
Moved ThreadData into the namespace + small cleanup.
2013-04-13 15:07:51 +00:00
dimitr
a95810d476
Fixed typo, thanks to Claudio.
2013-04-13 13:20:46 +00:00
dimitr
551e2416c6
Add interface support for scrollable DSQL cursors. Implementation will follow later.
2013-04-13 07:11:58 +00:00
dimitr
55a1eadc2c
Misc.
2013-04-13 05:11:37 +00:00
firebirds
935d34721a
nightly update
2013-04-13 00:35:50 +00:00
dimitr
1c5062ea23
Fixed CORE-4082: Wrong error message.
2013-04-12 17:59:59 +00:00
firebirds
bc3500158b
nightly update
2013-04-12 00:44:59 +00:00
asfernandes
6e05b5c21c
Fix build with ICU 3.0.
2013-04-12 00:24:34 +00:00
asfernandes
5e53549702
Misc.
2013-04-11 16:09:46 +00:00
asfernandes
93924e08f5
Cleanup.
2013-04-11 16:04:25 +00:00
asfernandes
e0567463bf
Revert external routines to request-based (*) code, but now using a totally different internal approach.
...
* This is not ideal IMO, but much more easier to currently support stack traces, and domain's defaults and validations.
2013-04-11 15:44:17 +00:00
alexpeshkoff
d82ebf8cf2
Fixed regression in protocol < 13 introduced when adding statement flags
2013-04-11 14:28:01 +00:00
alexpeshkoff
abf4beb433
Fixed security issue - plain password remained in DPB
2013-04-11 13:35:37 +00:00
alexpeshkoff
bd40a0b769
Fixed regression, found by Adriano - fbtcs does not work
2013-04-11 11:40:23 +00:00
dimitr
8af216f731
Cleanup.
2013-04-11 10:13:47 +00:00
dimitr
f2a72c8285
Finished the 16-bit -> 32-bit conversion for SQL/BLR/buffer/message sizes, this time in the remote provider. The server has been proven to be able to create a procedure longer than 64KB in length and execute it, but more testing is required.
...
A major battle against 64-bit build warnings were performed.
Additionally, fixed CORE-3943. It does affect compatibility with older servers, but at the minor level.
2013-04-11 10:07:38 +00:00
asfernandes
0d403112c5
Fixed CORE-4081 - Built-in functions and subselect no longer supported in "update or insert" value list.
2013-04-11 01:17:37 +00:00
asfernandes
bca2d1dcd2
Apply patch by Treeve Jelbert to build against ICU 5.11.
2013-04-11 01:03:35 +00:00
firebirds
ca1d395501
nightly update
2013-04-11 00:38:01 +00:00
firebirds
bb2ec33516
nightly update
2013-04-10 00:44:27 +00:00
alexpeshkoff
b3c33aeeb6
Renamed aliases.conf to databases.conf as suggested by Dmitry
2013-04-08 16:28:05 +00:00
alexpeshkoff
931b31c444
Fixed leak, found by Claudio. Fixed diagnostics.
2013-04-08 15:05:22 +00:00
firebirds
4a33ca48c2
nightly update
2013-04-08 00:48:48 +00:00
asfernandes
68ca82d894
Misc.
2013-04-07 23:48:14 +00:00