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

55206 Commits

Author SHA1 Message Date
firebirds
f5715230e9 increment build number 2021-04-06 00:05:38 +00:00
Mark Rotteveel
6e685c3f82 Fix syntax error in substring-similar doc 2021-04-05 13:07:39 +02:00
AlexPeshkoff
d3ae9f4dbe Rolled back fix for CORE-6528 2021-04-05 13:02:15 +03:00
firebirds
56ae558fab increment build number 2021-04-04 00:06:04 +00:00
AlexPeshkoff
a640e2fabc Fixed CORE-6521: CAST of Infinity values to FLOAT doesn't work 2021-04-03 12:13:00 +03:00
hvlad
4ab8bc0044 Fixed bug CORE-6532 : Results of сoncatenation with blob has no info about collation of source columns (which are declared with such info) 2021-04-03 08:47:19 +03:00
hvlad
572c733276 Fixed bug CORE-6531 : COMPUTED BY column looses charset and collate of source field <F> when <F> is either of type BLOB or VARCHAR casted to BLOB.
Note: existing computed by columns should be recreated (or altered to the same expression) to fix wrong data at system catalog.
2021-04-03 08:47:08 +03:00
firebirds
94bae71037 increment build number 2021-04-03 00:06:26 +00:00
AlexPeshkoff
81c563dc29 Postfix for CORE-6528: added control for some other page types only after reading page from disk 2021-04-02 18:15:46 +03:00
Adriano dos Santos Fernandes
005bc68b0e Fixed CORE-6517 - CREATE DATABASE fails with 'Token unknown' error when DB name
is enclosed in double quotes and 'DEFAULT CHARACTER SET' is specified after DB name.
2021-04-02 09:54:17 -03:00
firebirds
91f7d20989 increment build number 2021-04-02 00:05:43 +00:00
Adriano dos Santos Fernandes
2b7137c7d5 Fixed CORE-6527 - Regression: inline comment of SP parameter with closing
parenthesis leads to incorrect SQL when trying to extract metadata.
2021-04-01 14:02:00 -03:00
Dmitry Yemanov
568e870356 Fixed CORE-6529: Error 'no current record for fetch operation' when sorting by an international string 2021-04-01 15:29:28 +03:00
Biswapriyo Nath
2b7b7c5114 common: Fix varible name in utils.cpp.
'lint' is defined as a macro which get confused with
LARGE_INTEGER lint variable. This fixes the error in
mingw gcc: expected unqualified-id before numeric constant
2021-04-01 12:37:49 +03:00
firebirds
880a457009 increment build number 2021-04-01 00:05:29 +00:00
AlexPeshkoff
3c99c75080 Fixed CORE-6528: Connect to database that contains broken pages can lead to FB crash 2021-03-31 18:27:58 +03:00
firebirds
4f3c9f658d increment build number 2021-03-31 00:06:03 +00:00
Adriano dos Santos Fernandes
73a26f6937 Fixed CORE-6520 - Invalid time zone (+08). Falling back to displacement. 2021-03-30 13:35:11 -03:00
firebirds
72e1d185d3 increment build number 2021-03-29 00:05:33 +00:00
hvlad
1b9f5d8eab Fixed bug CORE-6526 : AV in engine when StatementTimeout is active for user statement and some internal DSQL statement was executed as part of overall execution process 2021-03-28 21:40:17 +03:00
firebirds
b0e3229d57 increment build number 2021-03-28 00:05:21 +00:00
AlexPeshkoff
0917a071b0 Postfix for CORE-6525 according to Adriano's suggestion 2021-03-27 18:04:25 +03:00
firebirds
60ec544ceb increment build number 2021-03-27 00:06:02 +00:00
AlexPeshkoff
967fb28e5d Fixed CORE-6525: Segfaults in fbclient when receiving invalid / unexpected data from server 2021-03-26 14:59:43 +03:00
Adriano dos Santos Fernandes
dc3227ffd0
Fix tzdata-update workflow. 2021-03-26 08:16:56 -03:00
firebirds
a75b9cfa3b increment build number 2021-03-19 00:05:03 +00:00
AlexPeshkoff
3dadc08284 Fixed CORE-6518: Wrong message when connecting to tiny trash database file 2021-03-18 18:10:12 +03:00
firebirds
210297811d increment build number 2021-03-17 00:05:25 +00:00
AlexPeshkoff
1fbc1d0996 Fixed CORE-6516: Protect included tomcrypt library from being overwritten by system package 2021-03-16 20:06:52 +03:00
AlexPeshkoff
e039e015aa Fixed CORE-6446: CLOOP envelopes is wrong in IStatus 2021-03-16 18:39:41 +03:00
firebirds
7e1e9b3ecb increment build number 2021-03-13 00:09:33 +00:00
AlexPeshkoff
3f2e1ea842 Fixed CORE-6489: User without ALTER ANY ROLE privilege can use COMMENT ON ROLE 2021-03-12 17:38:52 +03:00
firebirds
85781bffd8 increment build number 2021-03-12 00:05:50 +00:00
AlexPeshkoff
f9b7cd5ffd Fixed CORE-6479: COMMENT ON USER can only apply comment on user defined by the default usermanager plugin 2021-03-11 20:22:49 +03:00
firebirds
9f044043f3 increment build number 2021-03-11 00:05:10 +00:00
AlexPeshkoff
6d8be2caee Fixed CORE-6499: Regression: gstat with switch -t executed via services fails with "found unknown switch" error 2021-03-10 19:38:29 +03:00
firebirds
01044206a3 increment build number 2021-03-10 00:06:56 +00:00
AlexPeshkoff
86649a4d94 Fixed CORE-6503: Attempt to create database with page_size >= 65536 makes DB with actual page size = 4k or 8k, but not 32k as it would be 2021-03-09 20:31:58 +03:00
AlexPeshkoff
e17dfa64cd Fixed CORE-6509: Segfault when gfix requests for database page buffer more memory than available from OS 2021-03-09 19:36:07 +03:00
firebirds
6108f0ecdf increment build number 2021-03-04 00:05:58 +00:00
AlexPeshkoff
18019a6290 Fixed CORE-6501: Segfault when shutting down database which got encrypted by another process 2021-03-03 18:55:34 +03:00
AlexPeshkoff
72a042660b Update documentation - sample of plugin was renamed 2021-03-03 18:40:55 +03:00
AlexPeshkoff
77d6379b0f Fixed copy/paste error - thanks to Adriano 2021-03-03 11:18:21 +03:00
firebirds
c523a16ce1 increment build number 2021-03-03 00:05:46 +00:00
AlexPeshkoff
96b134a718 Front-ported MacOS related changes from FB3 2021-03-02 19:08:42 +03:00
firebirds
6a6f1b21e7 increment build number 2021-03-02 00:05:35 +00:00
AlexPeshkoff
a0e7de4c8f Fixed CORE-6468: Wire compression causes sporadic "Error reading data from the connection." errors. 2021-03-01 20:12:05 +03:00
firebirds
17795e7fa8 increment build number 2021-02-27 00:05:06 +00:00
UnknownAr
61c1264e74
Added missing TDBB_replicator check to TRA_prepare (#312)
TRA_prepare doesn't leave slave transactions in limbo anymore.

Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
2021-02-26 19:39:28 +03:00
Dmitry Yemanov
0191a26b6b Report misconfiguration to the log file rather than directly to the user. Validate configured directories before accessing them. Minor refactoring of the logging routines. Renamed 'Origin' to 'Primary' in the code. 2021-02-26 15:31:23 +03:00