Dmitry Yemanov
2fdcfbd790
Refactoring after PR #202
2019-05-23 12:56:03 +03:00
Dmitry Yemanov
5d51d1f418
Merge pull request #202 from ibprovider/B3_0_Release-BugFix_for_CORE5074-array_element_cset
...
Bug fix for CORE-5074 [B3_0]
2019-05-23 12:25:38 +03:00
Kovalenko Dmitry
632a4ebf86
Common implemetation for MAKE_desc_from_field and MAKE_desc_from_element.
2019-05-21 15:55:50 +03:00
Kovalenko Dmitry
3f17c216a7
Bug fix for CORE-5074 [B3_0]
...
http://tracker.firebirdsql.org/browse/CORE-5074
TODO:
- Unificated implementation for MAKE_desc_from_field and MAKE_desc_from_element functions.
2019-05-20 15:52:56 +03:00
firebirds
0249e3a582
increment build number
2019-05-20 00:59:00 +00:00
Adriano dos Santos Fernandes
0a4595bca9
Add src/dsql/parse.cpp to .gitignore.
2019-05-19 12:06:27 -03:00
Adriano dos Santos Fernandes
f55145fd66
Make it possible to build with VS 2017/2019 (with VS 2015 compiler installed).
2019-05-19 12:01:13 -03:00
Adriano dos Santos Fernandes
ed54da0bd7
Fixed CORE-6065 - Windows kits does have incomplete include headers directory.
2019-05-19 10:57:06 -03:00
firebirds
f902e4ec9d
increment build number
2019-05-15 00:04:19 +00:00
ibprovider
450db65864
Fast bug fix for CORE-6063 [backport]. ( #201 )
...
http://tracker.firebirdsql.org/browse/CORE-6063
Server does not return result of own work (name of next auth-plugin).
TODO (for next commits).
1. Simplify a condition with call of port->extractNewKeys. See in same method below.
2019-05-14 18:29:44 +03:00
firebirds
95774e7f31
increment build number
2019-05-04 00:03:49 +00:00
Dmitry Yemanov
00b313dfc7
Re-enable building udrcpp_example on Windows
2019-05-03 14:11:27 +03:00
firebirds
f40f093b4f
increment build number
2019-04-28 00:04:24 +00:00
hvlad
a0470f9cec
Addition for CORE-6043 : GTTs do not release used space
...
Avoid races at PAG_release\PAG_allocate
2019-04-27 18:14:54 +03:00
firebirds
dc3f54314b
increment build number
2019-04-24 00:04:10 +00:00
hvlad
9847e01823
Backported fix for bug CORE-3925 : Creating self-referential FK crashes database (bug-check) whether constraint violation had place
2019-04-23 13:47:25 +03:00
firebirds
979d5c6c84
increment build number
2019-04-19 00:04:05 +00:00
AlexPeshkoff
91c2fca776
This should fix CORE-6050, wait for confirmation from user
2019-04-18 18:30:27 +03:00
firebirds
38f8a8e861
increment build number
2019-04-15 00:04:08 +00:00
AlexPeshkoff
b52874f91e
Backported CORE-6038: Srp user manager sporadically creates users which can not attach
2019-04-14 21:05:08 +03:00
firebirds
897a031dd8
increment build number
2019-04-13 00:03:57 +00:00
Adriano dos Santos Fernandes
cb69325f5a
Fixed CORE-6040 - Metadata script extracted using ISQL is invalid/incorrect when table has COMPUTED BY field.
2019-04-12 12:21:39 -03:00
hvlad
cd7f111363
Fixed bug CORE-6043 : GTTs do not release used space
2019-04-12 12:51:03 +03:00
firebirds
de56e55cd2
increment build number
2019-04-11 00:04:35 +00:00
AlexPeshkoff
ad190a8215
Backported CORE-6045: Segmentation fault in fbtracemgr when closing it using ctrl-C
2019-04-10 14:55:26 +03:00
firebirds
09de3e9cb0
increment build number
2019-04-10 00:04:06 +00:00
AlexPeshkoff
9d5382446f
Cleanup - that long ago deprecated file was removed from OS
2019-04-09 22:33:34 +03:00
AlexPeshkoff
13d20b54f2
Backported CORE-6027: Server hang on new attachment right after trace session stop
2019-04-09 22:13:18 +03:00
firebirds
0bcf453de9
increment build number
2019-03-26 00:04:00 +00:00
AlexPeshkoff
62114070fd
Backported CORE-6031: Little valgrind memory leak in isc_attach_database
2019-03-25 14:43:04 +03:00
firebirds
dc89d10f4b
increment build number
2019-03-23 00:04:25 +00:00
AlexPeshkoff
1ddece969b
Postfix for CORE-6028, thanks to Adriano
2019-03-22 17:55:54 +03:00
firebirds
1e62335e7f
increment build number
2019-03-21 00:04:21 +00:00
AlexPeshkoff
d89fedd3f1
Backported CORE-6028: Trigger on system table restored in FB3 database and can't be deleted
2019-03-20 20:11:12 +03:00
firebirds
c797e8040e
increment build number
2019-03-20 00:06:17 +00:00
Ilya Eremin
d50c4bf511
Fixed CORE-5758: Database is corrupted when conflicting "starting at page" values is specified for secondary files ( #141 )
...
* Fixed issue: Database is corrupted when conflicting "starting at page" values is specified for secondary files
* Raise error when conflicting "starting at page" values is specified for secondary database files
* isc_random is used instead of the new message to avoid conflict with master
2019-03-19 11:12:45 +03:00
firebirds
86a1fc485e
increment build number
2019-03-19 00:04:50 +00:00
Adriano dos Santos Fernandes
38bf5ff754
Fixed CORE-6026 - Alignment issue with FB_MESSAGE C++ macro
...
(as well UDR macros) and BIGINT/DECFLOAT types in Linux 32-bits.
2019-03-18 12:45:58 -03:00
Roman Simakov
1dfb1d2095
Backport of fixed CORE-5861: GRANT OPTION is not checked for new object.
...
Also now GRANT OPTION can be checked for roles too.
2019-03-18 18:19:50 +03:00
firebirds
d41875903e
increment build number
2019-03-03 00:03:53 +00:00
Adriano dos Santos Fernandes
a4bf7101cd
Add Linux build to appveyor and build x86 only at nightly builds.
2019-03-02 16:22:21 -03:00
firebirds
21052a6d01
increment build number
2019-03-02 00:04:02 +00:00
AlexPeshkoff
a4c886ab47
Backported CORE-6015: Segfault when using expression index with complex expression
2019-03-01 13:00:13 +03:00
firebirds
5151ead91a
increment build number
2019-02-26 00:04:06 +00:00
AlexPeshkoff
c9ef679f51
Partially rolled back my last commit
2019-02-25 17:34:48 +03:00
firebirds
3806ae5650
increment build number
2019-02-23 00:04:03 +00:00
AlexPeshkoff
8e55180df7
Backported CORE-6009: I/O error during "open" operation for file "/tmp/firebird/fb_trace_*" in firebird.log
2019-02-22 19:54:59 +03:00
firebirds
f109188af3
increment build number
2019-02-22 00:03:58 +00:00
Vlad Khorsun
ad106be9a8
Merge pull request #192 from KarloX2/B3_0_Release
...
Backported CORE-6004: Add a switch to disable the "TCP Loopback Fast …
2019-02-21 23:57:12 +02:00
AlexPeshkoff
5354921323
Backported CORE-6007: Firebird does not build on Mac with fresh toolchain
2019-02-21 18:38:13 +03:00