985ee4bbbc
Fixed CORE-5157: Server goes into infinite loop when data is sent from client to the service in small packets
2016-03-18 20:17:36 +03:00
1c548a533c
Updated samples, added sample 6
2016-03-18 18:29:25 +03:00
hvlad
43fc0e3f10
Ignore what should be ignored
2016-03-18 13:05:55 +02:00
hvlad
a5db6ff281
Correct name for MSVC14 CRT dll
2016-03-18 13:03:27 +02:00
hvlad
d33d95c946
Copy VC14 CRT DLLs into output
2016-03-18 00:03:55 +02:00
Adriano dos Santos Fernandes
d4d0ed7ed5
Misc.
2016-03-17 14:51:42 -03:00
Adriano dos Santos Fernandes
495047dc3f
Fixed CORE-5147 - Create trigger fails with ambiguous field name between table B and table A error.
2016-03-17 14:51:15 -03:00
Dmitry Yemanov
d552f3b173
Add the initial README contents. To be improved if necessary.
2016-03-17 17:02:33 +03:00
hvlad
9ae426a757
Please MSVC14:
...
-add space before XXXFORMAT macros to not confuse it with user-defined literals
-use existing snprintf
This should fix part of the issues at CORE-5099 and CORE-5120
2016-03-17 12:33:26 +02:00
hvlad
21b76bf44f
MSVC14 build
2016-03-17 12:01:59 +02:00
Dmitry Yemanov
faa5d8b003
Avoid GBAK's mandatory runtime dependency on ICU, load it only when
...
really needed (-skip_data switch is specified).
2016-03-16 19:10:51 +03:00
asfernandes
47056cb3b5
Add debug utility function to dump contexts.
2016-03-16 02:45:50 +00:00
firebirds
5c4d97f05c
nightly update
2016-03-16 00:09:45 +00:00
hvlad
7f73f02d80
Fixed "bug" CORE-5139 : mistake in comment "can't ise MutexLockGuard here"
2016-03-15 10:42:03 +00:00
firebirds
95ebd3cc6f
nightly update
2016-03-15 00:08:50 +00:00
aafemt
8cf7ff3434
Fix false positive index missing entries on already deleted records
2016-03-14 09:11:04 +00:00
dimitr
81343e94a3
Misc changes.
2016-03-14 09:02:02 +00:00
firebirds
9098e9465e
nightly update
2016-03-12 00:08:24 +00:00
alexpeshkoff
0e32c78489
Fixed CORE-5134: Samples of dbcrypt-related plugins contain references to internal files
2016-03-11 15:11:04 +00:00
aafemt
13bb1d3bd8
Use public datatype FB_BOOLEAN for preprocessed files. Thanks to Dmitry Yemanov
2016-03-11 14:10:03 +00:00
dimitr
7a6399fd5f
Fixed CORE-5149: LEFT JOIN incorrectly pushes COALESCE into the inner stream causing wrong results.
2016-03-11 08:50:47 +00:00
asfernandes
ad8814c898
Fix for clang.
2016-03-11 00:58:13 +00:00
firebirds
5653ce3c8c
nightly update
2016-03-11 00:09:40 +00:00
dimitr
935ce237ae
This should fix linkage on non-Intel platforms, thanks to Dimitry Sibiryakov.
2016-03-10 16:37:21 +00:00
firebirds
5bf80cd789
nightly update
2016-03-10 00:08:36 +00:00
asfernandes
152b6bdc01
Fixed CORE-5130 - Compiler issues message about "invalid request BLR" when attempt to compile wrong DDL of view with both subquery and "WITH CHECK OPTION" in its DDL.
2016-03-09 18:45:38 +00:00
alexpeshkoff
71f4da06d3
Fixed CORE-5144: Deadlock when database is encrypted or decrypted under high parallel load
2016-03-09 14:58:08 +00:00
firebirds
91c3270d37
nightly update
2016-03-09 00:11:10 +00:00
aafemt
1154e8d3a5
Disable several NOT NULL for one field (CORE-5141)
2016-03-08 18:41:39 +00:00
dimitr
91c71954fb
Fixed CORE-5133: "Alter sequence restart with" does not change the initial value.
2016-03-08 18:07:14 +00:00
hvlad
b713cb895e
Fixed bug CORE-5140 : Wrong error message when user tries to set number of page buffers into not supported value
2016-03-08 17:10:30 +00:00
aafemt
7524cd2fe7
Position independent sequence parameters in DDL
2016-03-08 10:26:27 +00:00
firebirds
dc206d1009
nightly update
2016-03-08 00:08:15 +00:00
aafemt
bab852a1f5
Correction
2016-03-07 15:51:40 +00:00
firebirds
92a60b4f97
nightly update
2016-03-07 00:09:14 +00:00
dimitr
7b69e1f195
Renamed security3.fdb -> security4.fdb.
2016-03-06 08:32:18 +00:00
dimitr
277d85c520
Removed filename dependencies on FB version, to avoid renaming them with the every release. Cleaned up the MSVC6 remainings.
2016-03-06 08:17:00 +00:00
firebirds
13ab88e62f
nightly update
2016-03-06 00:09:35 +00:00
dimitr
0b97f5fc41
Misc refactoring:
...
1) Renamed Hash class to HashTable
2) Reversed data/length arguments
3) Moved hash() routine to its own class/namespace
4) Fixed the license text
2016-03-05 17:40:49 +00:00
aafemt
4f8bdc3338
Correction
2016-03-05 13:03:41 +00:00
aafemt
a1d55c3e6e
Optimized hash function for lock manager and hash join
2016-03-05 12:28:04 +00:00
asfernandes
3618aa2171
Make the generated code compatible with gcc 6 in C++-14 mode.
2016-03-05 03:39:36 +00:00
firebirds
ab8fa6bf83
nightly update
2016-03-05 00:09:20 +00:00
paul_reeves
17192cdf66
Sync recent windows installer changes for fb3 into trunk
2016-03-04 09:00:56 +00:00
firebirds
e5fdfec4bf
nightly update
2016-03-04 00:10:06 +00:00
asfernandes
983b12b676
Warnings.
2016-03-03 22:52:03 +00:00
paulbeach
150fdb8710
Fix qsort_r for Darwin
2016-03-03 15:04:02 +00:00
alexpeshkoff
758b705b59
Work in progress
2016-03-03 15:03:27 +00:00
paulbeach
628633accb
Reverse Cloop change (LibreeOffice), until it can be examined properly.
2016-03-03 11:57:30 +00:00
aafemt
edf7778d45
Boolean datatype in gpre C++ module
2016-03-03 11:44:55 +00:00