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

54234 Commits

Author SHA1 Message Date
AlexPeshkoff
d01fff6fbb Fixed DECFLOAT coercion 2019-12-06 18:35:43 +03:00
AlexPeshkoff
e8787500d7 First edition of SET BIND statement 2019-12-06 18:35:43 +03:00
AlexPeshkoff
8086e06ee1 Fixed CORE-6203: "Error reading data from the connection" is raised sometimes when using non-default authentication plugin 2019-12-06 18:24:28 +03:00
AlexPeshkoff
d5019220f1 Fixed CORE-6186: Original content of column which is involved into ENCRYPT() is displayed as distorted view after this call 2019-12-06 17:25:58 +03:00
Andrey Kravchenko
913b9499e9 Fix deleted memory use in optimizer (#242)
In function gen_retrieval (jrd/opt.cpp) created OptimizerRetrieval and
call getInversion, where created InversionCandidateList and after
analyzeNavigation variable navigationCandidate linked to item of list.
After clean up the list in function gen_retrieval call getNavigation
where using variable navigationCandidate.
2019-12-06 13:31:14 +03:00
firebirds
21f2b8c5ed increment build number 2019-12-05 00:04:30 +00:00
Adriano dos Santos Fernandes
a2ee867e03 Correction for MacOS build. 2019-12-04 08:19:50 -03:00
Adriano dos Santos Fernandes
fbea5135aa Correction for Linux. 2019-12-04 07:59:38 -03:00
Adriano dos Santos Fernandes
2e8060f081 Frontport changes for MacOS build. 2019-12-03 21:57:12 -03:00
Adriano dos Santos Fernandes
6c1744a55c Setup GitHub Actions for Linux and Windows. 2019-12-03 21:52:32 -03:00
firebirds
0ca45880d3 increment build number 2019-12-02 00:03:56 +00:00
Adriano dos Santos Fernandes
de57ae7f5e Fixes for MacOS build. 2019-12-01 10:37:05 -03:00
Dmitry Yemanov
d8f90b0aec Frontported my fixes + some shmem refactoring + minor changelog cleanup 2019-12-01 11:48:44 +03:00
Dmitry Yemanov
b1b93bb1ec Fixed ugly initialization of the shared memory object + fixed potential problems with 64-bit transaction IDs + minor refactoring 2019-12-01 11:48:44 +03:00
firebirds
a420d97a74 increment build number 2019-11-30 00:03:56 +00:00
AlexPeshkoff
f9d2dcb56a Added cloop-generated file to clean target 2019-11-29 20:03:56 +03:00
firebirds
d5718b6a1c increment build number 2019-11-28 00:03:59 +00:00
Roman Simakov
f6a3653baa Now CREATE FUNCTION/PROCEDURE inside CREATE PACKAGE does not require CREATE FUNCTION/PROCEDURE privilege 2019-11-27 17:21:49 +03:00
firebirds
f3536a70c4 increment build number 2019-11-27 00:03:46 +00:00
Dmitry Starodubov
ba516f68a8 Fixed CORE-6198: Wrong error checking for pread / pwrite calls 2019-11-26 17:21:46 +03:00
firebirds
926ec1b830 increment build number 2019-11-24 00:03:45 +00:00
Adriano dos Santos Fernandes
72d7f76159 Fix memory leak in INET_connect() reported by Dimitry S. 2019-11-23 17:11:41 -03:00
firebirds
e7a728a80d increment build number 2019-11-19 00:03:43 +00:00
AlexPeshkoff
a345149cfd Comment 2019-11-18 17:01:12 +03:00
firebirds
5e9000e442 increment build number 2019-11-16 00:03:54 +00:00
AlexPeshkoff
460c7a9649 Fixed example 2019-11-15 14:44:01 +03:00
hvlad
94d3a7cfe8 Let external transaction run with CONCURRENCY isolation mode if local transaction runs with READ COMMITED READ CONSISTENCY isolation and such isolation mode is not supported by external data source.
Allow to reuse external connection if external data source doesn't support ALTER SESSION RESET statement.
Update documentation.
2019-11-15 10:54:50 +02:00
firebirds
6260af2a78 increment build number 2019-11-14 00:05:36 +00:00
Adriano dos Santos Fernandes
c8a8ad616b
Fixed CORE-5902 - Add Firebird Event fails with error (#232)
* Fixed CORE-5902 - Add Firebird Event fails with error
"While isc_que_events - Failed to establish a secondary connection for event processing".
2019-11-13 11:43:33 -03:00
firebirds
5005bfc72f increment build number 2019-11-13 00:03:52 +00:00
dac8634de9 Fix warning on Win64 build (#231) 2019-11-12 15:42:49 +03:00
firebirds
bb0ed29e19 increment build number 2019-11-09 00:03:34 +00:00
AlexPeshkoff
76cacb9366 Comment 2019-11-08 16:31:28 +03:00
AlexPeshkoff
1827c5617d Fixed CORE-6181: Operations when using "SET DECFLOAT BIND BIGINT,n" with result of 11+ digits, fail with "Decimal float invalid operation" 2019-11-08 16:12:40 +03:00
firebirds
98c7788649 increment build number 2019-11-08 00:03:58 +00:00
Adriano dos Santos Fernandes
fce84939b7 Revert events example to usable version. 2019-11-07 12:56:21 -03:00
firebirds
9d27cb4b7e increment build number 2019-11-07 00:03:54 +00:00
hvlad
0d33f4e5b1 Fixed bug CORE-6182 : ExtConnPoolLifeTime acts as countdown for activity in MOST RECENT database (of several) rather then separate for each of used databases 2019-11-06 15:37:41 +02:00
firebirds
0d9cb66586 increment build number 2019-11-06 00:04:00 +00:00
hvlad
1f1c82dde2 Fixed wrong datatype used 2019-11-05 19:00:32 +02:00
firebirds
6633400974 increment build number 2019-11-02 00:03:48 +00:00
Adriano dos Santos Fernandes
ee143e06c4 Hope it fixes CORE-6174: ibase.h missing from nightly (Windows) builds. 2019-11-01 13:04:21 -03:00
46102b6084 Fix mistype in CORE-5538 documentation 2019-11-01 10:00:55 +03:00
firebirds
6600de0f94 increment build number 2019-11-01 00:03:59 +00:00
8a8d7787d0 CORE-5538 implementation (#229)
* CORE-5538 implementation
2019-10-31 12:59:37 +03:00
firebirds
d5daff04ad increment build number 2019-10-30 00:04:15 +00:00
Dmitry Yemanov
1ccadfde9c Fixed CORE-6171: No current record for fetch operation with queries with aggregated subselect 2019-10-29 15:06:25 +03:00
firebirds
297824a7b8 increment build number 2019-10-29 00:03:46 +00:00
35e479b9b0 Fix Windows build in path with spaces. Update ignore lists (#228) 2019-10-28 14:50:10 -03:00
firebirds
0453a7f90f increment build number 2019-10-26 00:03:52 +00:00