2d091651e3
Fixed gcc build: throw specifier is deprecated in c++11
2017-10-13 18:33:41 +03:00
hvlad
ce66904ebf
Fixed warnings by VC14
...
warning C4595: 'operator new': non-member operator new or delete functions may not be declared inline
2017-10-13 15:58:38 +03:00
hvlad
c83f7e535b
Update MSVC14 build.
2017-10-13 15:16:08 +03:00
hvlad
15204d1183
Fix incompatible compiler options for MSVC12 Win32\debug build
2017-10-13 15:14:14 +03:00
Adriano dos Santos Fernandes
8c3073e62a
Merge pull request #119 from mariuz/patch-2
...
add B3_0_Release branch to travis
2017-10-13 07:59:00 -03:00
Popa Marius Adrian
468d7a0c20
add B3_0_Release branch to travis
2017-10-12 19:58:12 +03:00
firebirds
dcfad30100
increment build number
2017-10-04 00:03:19 +00:00
6198bc8ee1
High precision datatype support - Numeric(34,x) ( #108 )
...
* Raise underflow when close to 0 decfloat value casted to double
* High precision NUMERIC datatype based on DECFLOAT
* Fixed bulk insert mode in isql for decfloat values
* Enforce correct decQuad format after arithmetic operations
* Minimum docs for high precision NUMERIC/DECIMAL
* Some fixes of code suggested by Adriano:
- Use "const" keyword for Decimal128 constants declared internally
- Remove unneeded buffer initialization
- Remove unused function makeDecimalFixed()
- Follow firebird naming conventions to make code better readable and avoid possible conflicts with various .h files
- Added forgotten scale for DecimalFixed
2017-10-03 17:06:08 +03:00
firebirds
f0154f8822
increment build number
2017-09-29 00:04:01 +00:00
Adriano dos Santos Fernandes
6b8d5e16e8
Merge pull request #109 from FirebirdSQL/work/extern-libtomcrypt
...
Put libtomcrypt files in extern and use/build as libtommath in POSIX
2017-09-28 12:49:10 -03:00
Adriano dos Santos Fernandes
54e1a73dcd
Add packages for travis build.
2017-09-28 15:13:44 +00:00
firebirds
8f713fddc2
increment build number
2017-09-28 00:03:14 +00:00
Adriano dos Santos Fernandes
e4b42bc37b
Misc.
2017-09-27 19:08:56 -03:00
firebirds
8bb15346d5
increment build number
2017-09-23 00:03:17 +00:00
Artyom Smirnov
e02f60e3cd
Fix crash on external engine trigger executing for transaction triggers ( #110 )
...
trg->relation can be null, so need checking
2017-09-22 15:46:01 +03:00
firebirds
9b52459289
increment build number
2017-09-21 00:03:16 +00:00
c1296050a6
Fixed CORE-5610: Provide info about database (or alias) which was in use during "Error during sweep: connection shutdown"
2017-09-20 13:08:38 +03:00
firebirds
cd7fdf653a
increment build number
2017-09-17 00:04:55 +00:00
hvlad
953c753588
Improvement CORE-5614 : Physical backup merge stage could run too long, especially with huge page cache
2017-09-16 11:24:34 +03:00
hvlad
a60b19f881
Fixed bug CORE-5613 : SuperServer could hung when changing physical backup state under high load
2017-09-16 11:23:44 +03:00
hvlad
0d11d6ecad
Remove libtomcrypt files from common.
...
Integrate libtomcrypt in extern into Windows build.
2017-09-14 15:55:48 +03:00
hvlad
0e89a3caf2
MSVC12 build for LibTomCrypt
...
libtomcrypt/libtomcrypt_MSVC12.vcxproj uses limited file set used by Firebird currently
libtomcrypt/libtomcrypt_full_MSVC12.vcxproj contains full library but requires some adjustment re. aes.c (it should be compiled twice)
MSVC10 and MSVC14 builds will follow
2017-09-14 15:54:01 +03:00
firebirds
56498c011e
increment build number
2017-09-13 00:04:23 +00:00
Adriano dos Santos Fernandes
7226b545e7
More fixes for CORE-5606 - Add expression index name to exception message if computation failed.
2017-09-12 16:16:28 +00:00
firebirds
80be221310
increment build number
2017-09-12 00:04:26 +00:00
Adriano dos Santos Fernandes
f924ded403
Improvement CORE-5606 - Add expression index name to exception message if computation failed.
2017-09-11 16:42:11 +00:00
Adriano dos Santos Fernandes
4c73f4ac61
Misc.
2017-09-06 16:38:05 +00:00
Adriano dos Santos Fernandes
98702b9cda
Make posix build use libtomcrypt from extern or system.
2017-09-06 16:35:40 +00:00
Adriano dos Santos Fernandes
24db8f62ac
Customize algorithms imported from libtomcrypt.
2017-09-06 16:35:40 +00:00
Adriano dos Santos Fernandes
92f59d799b
Do not build and run libtomcrypt tests.
2017-09-06 16:35:40 +00:00
Adriano dos Santos Fernandes
7907f1735f
Change libtomcrypt includes to search first in its own files rather than system files.
2017-09-06 16:35:40 +00:00
Adriano dos Santos Fernandes
f85609ce17
Remove custom libtomcrypt from common and add to extern.
2017-09-06 16:35:40 +00:00
Adriano dos Santos Fernandes
3be49f502c
Misc.
2017-09-06 16:35:40 +00:00
firebirds
ea2b34e3ca
increment build number
2017-09-06 00:04:30 +00:00
85cabecae1
Fixed CORE-5605: Incorrect check for existing MAP in a case when pre-FB3 security database is used
2017-09-05 15:13:23 +03:00
firebirds
786a7e3e8a
increment build number
2017-09-05 00:04:33 +00:00
Ilya Eremin
a4ccbd2d95
Fixed conversion of parameters to UTF8 in trace: reading string length depending on descriptor type ( #106 )
2017-09-04 17:33:06 +03:00
hvlad
a5c4a29a32
Fixed regression CORE-5062 : slow changes on domain
2017-09-04 15:51:21 +03:00
firebirds
bffc93ac7e
increment build number
2017-09-02 00:04:51 +00:00
Paul Reeves
9fbb7fcb07
Tidy up packaging for windows.
...
Improve detection of missing components and halt packaging on error.
2017-09-01 15:34:13 +02:00
firebirds
145f97dacb
increment build number
2017-08-31 00:04:30 +00:00
ca6e9dc7fc
Simplify code as suggested by Dmitry
2017-08-30 13:55:58 +03:00
firebirds
e3d06a6b3e
increment build number
2017-08-30 00:04:30 +00:00
Paul Reeves
e8323305bf
Port misc windows packaging features from B3_0_Release
2017-08-29 12:23:47 +02:00
Paul Reeves
865176380f
misc
2017-08-29 12:20:31 +02:00
Paul Reeves
8e58be5b80
port cz install readme from B3_0_Release
2017-08-29 12:20:00 +02:00
Paul Reeves
837ee4b5f8
port i18n installer messages from B3_0_Release
2017-08-29 12:18:32 +02:00
Paul Reeves
84dd61e41b
port i18n installer messages from B3_0_Release
2017-08-29 12:17:30 +02:00
Paul Reeves
0225dfbb35
Tidy up readme for alpha/beta test releases
2017-08-29 12:16:50 +02:00
Paul Reeves
3d12fc329e
port i18n installer messages from B3_0_Release
2017-08-29 12:14:32 +02:00