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

54164 Commits

Author SHA1 Message Date
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
AlexPeshkoff
bf51db842e Comment 2019-10-25 13:22:46 +03:00
firebirds
5bec61dd16 increment build number 2019-10-22 00:03:55 +00:00
stbergmann
0ffbfddce7 Make comparison operator member functions const (#227)
...which avoids overload resolution ambiguities in C++20, when a synthesized
candidate of operator == for a reversed-argument rewrite conflicts with the
actual operator ==, due to the asymmetric const-ness of the implicit object
parameter and the RHS parameter.  (As observed with recent Clang 10 trunk with
-std=c++2a when building firebird as part of LibreOffice:

> workdir/UnpackedTarball/firebird/src/jrd/inf.cpp:1139:62: error: use of overloaded operator '!=' is ambiguous (with operand types 'RuntimeStatistics::Iterator' and 'Jrd::RuntimeStatistics::Iterator')
>         for (RuntimeStatistics::Iterator iter = stats.begin(); iter != stats.end(); ++iter)
>                                                                ~~~~ ^  ~~~~~~~~~~~
> workdir/UnpackedTarball/firebird/src/jrd/../dsql/../jrd/RuntimeStatistics.h:283:8: note: candidate function
>                 bool operator!=(const Iterator& other)
>                      ^
> workdir/UnpackedTarball/firebird/src/jrd/../dsql/../jrd/RuntimeStatistics.h:278:8: note: candidate function
>                 bool operator==(const Iterator& other)
>                      ^
> workdir/UnpackedTarball/firebird/src/jrd/../dsql/../jrd/RuntimeStatistics.h:278:8: note: candidate function (with reversed parameter order)

)
2019-10-21 14:48:08 -03:00
Adriano dos Santos Fernandes
760d4b13ca Fixed CORE-6166 - Problems with long object names (> 255 bytes). 2019-10-21 12:53:13 -03:00
firebirds
0b62ee93ff increment build number 2019-10-20 00:03:55 +00:00
Alex Peshkoff
80245dd81d Fixed CORE-6163: Generator pages are not encrypted 2019-10-19 14:48:46 +02:00
firebirds
c82a119be6 increment build number 2019-10-19 00:03:54 +00:00
Adriano dos Santos Fernandes
327c642f10 Postfix for CORE-6160. 2019-10-18 12:40:43 -03:00
firebirds
83a3c33e50 increment build number 2019-10-18 00:03:52 +00:00
Adriano dos Santos Fernandes
329a5c08ce Fixed CORE-6159 and CORE-6160:
CORE-6159 - SUBSTRING SIMILAR is described with wrong data type in DSQL.
CORE-6160 - SUBSTRING of non-text/-blob is described to return NONE character set in DSQL.
2019-10-17 13:03:23 -03:00
Adriano dos Santos Fernandes
6203f07ccc Fixed CORE-6158 - substring similar - extra characters in the result for non latin characters. 2019-10-16 21:36:14 -03:00
firebirds
21b847864d increment build number 2019-10-12 00:03:52 +00:00
Adriano dos Santos Fernandes
56bf40b22a Fix VS 2015 AppVeyor build. 2019-10-11 14:15:28 -03:00
AlexPeshkoff
69ba7fc920 Fixed CORE-6000: gbak issues "Your user name and password are not defined" when command switch "-fe(tch_password) ..." is specified when run as service 2019-10-11 19:58:47 +03:00
firebirds
3470ec0932 increment build number 2019-10-11 00:03:44 +00:00
Adriano dos Santos Fernandes
d7f323a063 Try to fix travis build. 2019-10-10 13:25:08 -03:00
Adriano dos Santos Fernandes
374536e817 Try to fix travis build. 2019-10-10 13:15:11 -03:00
Adriano dos Santos Fernandes
aa70f4f944 Fixed CORE-4739 - Accent insensitive comparison:
Diacritical letters with DIAGONAL crossing stroke pass only test
on EQUALITY to their non-accented forms.
2019-10-10 12:59:03 -03:00
firebirds
ea5d78a100 increment build number 2019-10-09 00:03:44 +00:00
Dmitry Yemanov
dd15e6ad08 Fixed crash when multiple replicas are configured on the slave 2019-10-08 14:01:44 +03:00