8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 20:03:03 +01:00
Commit Graph

49336 Commits

Author SHA1 Message Date
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
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
alexpeshkoff
ac4da0e515 First draft of plugins readme file 2013-04-18 13:51:28 +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
asfernandes
81fb7546c4 Document CORE-726 - Boolean data type. 2013-04-16 16:13:38 +00:00
asfernandes
520280f44a Replace my e-mail. 2013-04-16 16:13:18 +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
5fec042c74 Documented configuration file changes in distributed .conf files 2013-04-15 12:10:10 +00:00
alexpeshkoff
30eb092d48 Make numbers parser behave traditionally - no spaces inside the number 2013-04-15 11:07:30 +00:00
alexpeshkoff
3687048bc2 Misc 2013-04-15 06:54:07 +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
89ec718d3b Updated docs. 2013-04-13 07:09:21 +00:00
dimitr
b3ec8d811d Updated docs. 2013-04-13 06:50:19 +00:00
dimitr
02b2bd6707 The initial list of changes for Alpha. 2013-04-13 05:58:54 +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
asfernandes
1e373aa1a7 Corrections. 2013-04-12 15:20:31 +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