firebirds
abf76e188b
increment build number
2017-07-05 00:03:09 +00:00
Paul Reeves
91260be4c4
Catch error and fail the build if udrcpp_example fails.
2017-07-04 16:36:45 +02:00
firebirds
e473a9602c
increment build number
2017-07-04 00:07:30 +00:00
Roman Simakov
00e5a9f87f
Fixed CORE-5576: Bugcheck on queries containing WITH LOCK clause.
...
Thanks to Vlad for the help in resolving.
2017-07-03 22:31:23 +03:00
50325c8b66
Consolidated distribution file
2017-07-03 16:05:56 +02:00
a84683ed44
Turn off raw device support on MacOS for the time being
2017-07-03 16:05:56 +02:00
firebirds
91e1237bd0
increment build number
2017-07-01 00:03:00 +00:00
faf9ead0a3
Add inet6 protocol support for MacOS
2017-06-30 13:16:35 +02:00
55c37c411e
Bring MacOSX mod_loader upto date with posix mod_loader
2017-06-30 13:16:35 +02:00
firebirds
04b4509143
increment build number
2017-06-30 00:03:38 +00:00
28c73cff04
Fix issue on MacOSX with CRC32.cpp where sse4.1 is missing
2017-06-29 15:04:54 +02:00
d1c660b890
Fix issue on MacOSX with CRC32.cpp where sse4.1 is missing
2017-06-29 15:04:36 +02:00
9798f7c1c0
Replace malloc.h with stdlib.h so cloop builds properly on MacOSX
2017-06-29 14:47:28 +02:00
firebirds
64b6e4932b
increment build number
2017-06-19 00:21:19 +00:00
Adriano dos Santos Fernandes
23a9a5dbb3
Fixed CORE-5569 - ISQL incorrectly pads UNICODE_FSS/UTF8 columns when they use a collation.
2017-06-17 23:07:57 -03:00
firebirds
6caf9efe65
increment build number
2017-06-14 00:06:12 +00:00
hvlad
98b9259ba5
Comment
2017-06-13 18:50:30 +03:00
hvlad
72ffc87247
Improvement CORE-4913 : Database backup using Nbackup is getting slow when directed to NAS over SMB protocol
2017-06-13 17:12:12 +03:00
firebirds
56cab2943e
increment build number
2017-06-13 00:03:02 +00:00
Adriano dos Santos Fernandes
9364fac171
Fixed CORE-5567 - Direct system table modifications are not completely prohibited.
2017-06-12 19:57:06 -03:00
Dmitry Yemanov
48d6f37c1a
Workaround for CORE-5566: Server crashes while restoring backup if the shadow file already exists
2017-06-12 11:20:42 +03:00
firebirds
8334dea7fb
increment build number
2017-06-12 00:04:16 +00:00
Dmitry Yemanov
c04a6ea7bf
CORE-5543: Restore of pre ODS 11.1 database can leave RDB null
2017-06-11 20:22:14 +03:00
firebirds
41cbe8388a
increment build number
2017-06-09 00:10:13 +00:00
b80624c412
Backported fix for CORE-5562: Firebird crashes when UDF gets loaded and unloaded frequently
2017-06-08 12:44:08 +03:00
firebirds
c71974ea19
increment build number
2017-05-31 00:02:35 +00:00
Adriano dos Santos Fernandes
db9e541d82
Misc.
2017-05-30 08:07:37 -03:00
hvlad
c74e931fa2
Fixed bug CORE-5555 : 3.0 error handling for SELECT WITH LOCK breaks compatibility with 2.5
2017-05-30 13:22:21 +03:00
firebirds
db22b1c994
increment build number
2017-05-30 00:02:47 +00:00
Adriano dos Santos Fernandes
9277af30bf
Fixed CORE-5550 - Computed decimal field in a view has wrong RDB$FIELD_PRECISION.
2017-05-29 16:40:37 +00:00
firebirds
1d7a85fb78
increment build number
2017-05-29 00:02:37 +00:00
c3b6121224
Backported fix for CORE-5553: Database cannot be encrypted if DatabaseAccess is set to None
2017-05-28 15:44:32 +03:00
firebirds
ed8a32cc29
increment build number
2017-05-24 00:02:49 +00:00
Adriano dos Santos Fernandes
a721bba5a2
Fixed CORE-5526 and CORE-5527.
...
CORE-5526: External routines receives parameters with incorrect length or datatype.
CORE-5527: External routines does not receive default values for they output parameters.
2017-05-23 15:22:01 +00:00
firebirds
0e4986b941
increment build number
2017-05-23 00:02:37 +00:00
5c4b4fc42a
Backported fix for CORE-5549: Errors building / running FB on non-SSE enabled HW
2017-05-22 18:02:39 +03:00
firebirds
250d90586a
increment build number
2017-05-20 00:02:28 +00:00
Adriano dos Santos Fernandes
82637116c1
Fixed CORE-5542 - Database-level triggers related to TRANSACTION events (i.e. start, commit and rollback) do not take in account their POSITION index (when more than one trigger for the same event type is defined).
2017-05-19 17:19:09 +00:00
firebirds
300c2c4ce6
increment build number
2017-05-18 00:02:25 +00:00
Dmitry Yemanov
2d64b47f42
Minor text adjustments
2017-05-17 09:36:29 +03:00
firebirds
358306b1c8
increment build number
2017-05-17 00:02:26 +00:00
hvlad
8474689760
Make all internal connections to the security database use embedded provider only.
...
It should fix bug CORE-5540 : Every other execution of embedded isql slow.
2017-05-17 00:04:59 +03:00
firebirds
7c164aae11
increment build number
2017-05-16 00:02:30 +00:00
Adriano dos Santos Fernandes
48a96247e0
Fixed CORE-5535 - Garbage value in RDB$FIELD_SUB_TYPE in RDB$FUNCTION_ARGUMENTS after altering function.
2017-05-15 15:48:34 +00:00
firebirds
361482b316
increment build number
2017-05-11 00:02:27 +00:00
Adriano dos Santos Fernandes
208f24f222
Fixed CORE-5533 - Crash on 3.0 and 4.0 when DB contains database-level trigger.
2017-05-10 15:46:29 +00:00
92d37c8efe
Backported fix for CORE-5517: Classic server periodically raise "Global mapping memory overflow" and need to be restarted to accept new connections
2017-05-10 16:49:24 +03:00
hvlad
e71fcbbabe
This should fix bug CORE-2853 : page 14194, page type 5 lock conversion denied (215)
2017-05-10 12:04:38 +03:00
firebirds
f7afcd4be5
increment build number
2017-05-06 00:02:27 +00:00
hvlad
ef0002030a
Missed piece in 64-bit transaction numbers support
2017-05-05 16:36:09 +03:00