GitHub Action
769066b173
increment build number
continuous-integration/drone/push Build is passing
2024-02-11 20:12:52 +00:00
Dmitry Yemanov
73713513ea
This should fix #7969 : Characters are garbled when replicating fields with type BLOB SUB_TYPE TEXT if the character set of the connection and the field are different
2024-02-11 10:38:51 +03:00
GitHub Action
5a27e834e8
increment build number
continuous-integration/drone/push Build is passing
2024-02-10 20:12:00 +00:00
github-actions[bot]
b1ffc61c27
Update tzdata to version 2024a. ( #8000 )
...
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-02-10 13:09:55 -03:00
GitHub Action
3856ed02fd
increment build number
continuous-integration/drone/push Build is passing
2024-02-06 20:13:12 +00:00
Dmitry Yemanov
147bff1ae2
Fixed #7993 : Unexpected results when using CASE WHEN with RIGHT JOIN
2024-02-06 11:40:33 +03:00
GitHub Action
adf3b84529
increment build number
continuous-integration/drone/push Build is passing
2024-01-30 20:12:21 +00:00
AlexPeshkoff
4c21cae778
Fixed #7985 : Hang in case of error when sweep thread is attaching to database - classic server case: i.e. backported fix for #7917
2024-01-30 09:43:33 +03:00
GitHub Action
10e4f46592
increment build number
continuous-integration/drone/push Build is passing
2024-01-29 20:13:16 +00:00
Dmitry Kovalenko
892d6bf8b2
[FB4, GBAK] Correct handling of NULLs in RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION ( #7870 )
...
* [GBAK, restore] Initialization of RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION to NULL value
This is a fix for issue #7869 - potential problem of writing into database the uninitialized value in RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION columns.
get_function
- inits X.RDB$RETURN_ARGUMENT.NULL
- IF >=DB_VERSION_DDL12
- ELSE
get_function_arg
- inits X.RDB$ARGUMENT_POSITION.NULL
- IF >=DB_VERSION_DDL12
- IF >=DB_VERSION_DDL10
- ELSE
* [GBAK, backup] Skip RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION with NULL value. Thanks to Adriano.
This is a fix for symmetric problem with RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION in backup.
write_functions
write_function_args
2024-01-29 19:00:12 +03:00
GitHub Action
03153aacdc
increment build number
continuous-integration/drone/push Build is passing
2024-01-25 20:13:05 +00:00
Vlad Khorsun
2ab293dc93
Improvement #7978 : Update Windows distributions with zlib version 1.3.1
2024-01-25 21:13:24 +02:00
GitHub Action
5c9c2596e7
increment build number
continuous-integration/drone/push Build is passing
2024-01-15 20:13:28 +00:00
AlexPeshkoff
ecd710bc3c
Fixed #7950 : Unable to restore database when .fbk was created on host with other ICU
2024-01-15 19:43:21 +03:00
GitHub Action
879ebc7d1d
increment build number
continuous-integration/drone/push Build is passing
2024-01-12 20:13:50 +00:00
github-actions[bot]
6601c1dc97
Update tzdata to version 2023d. ( #7955 )
...
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-01-12 08:47:55 -03:00
GitHub Action
0d3a2a0f63
increment build number
continuous-integration/drone/push Build is passing
2023-12-22 20:13:14 +00:00
Vlad Khorsun
9f08ee2bea
Correct non-Windows branch of code.
...
It should fix failed test functional/replication/test_invalid_msg_if_target_db_has_no_replica_flag
2023-12-22 09:33:40 +02:00
GitHub Action
6491f68bb4
increment build number
continuous-integration/drone/push Build is passing
2023-12-21 20:13:10 +00:00
Vlad Khorsun
7db9ee612a
Fixed bug #7873 : Wrong memory buffer alignment and IO buffer size when working in direct IO mode ( #7890 )
2023-12-21 13:57:59 +02:00
Vlad Khorsun
01c903468c
Removed excess code, added in prior commit due to cherry-picking
2023-12-21 13:56:33 +02:00
Vlad Khorsun
b884deeaf3
Fixed bug #7896 : replication.log remains empty (and without any error in firebird.log)
2023-12-21 13:34:47 +02:00
GitHub Action
5e53467435
increment build number
continuous-integration/drone/push Build is passing
2023-12-20 20:13:38 +00:00
Vlad Khorsun
f7b090043e
FIxed bug #7899 :
...
Inconsistent state of master-detail occurs after RE-connect + 'SET AUTODDL OFF' + 'drop <FK>' which is ROLLED BACK
2023-12-20 10:32:36 +02:00
Vlad Khorsun
507015b231
Merge pull request #7929 from FirebirdSQL/work/gh-7927
...
Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures
2023-12-20 10:16:53 +02:00
GitHub Action
b6643d7275
increment build number
continuous-integration/drone/push Build is passing
2023-12-19 20:12:02 +00:00
Vlad Khorsun
6fed3285dc
Improvement #7928 : Make TempCacheLimit setting to be per-database, (not per-attachment) for SuperClassic. ( #7930 )
...
* Improvement #7928 : Make TempCacheLimit setting to be per-database, (not per-attachment) for SuperClassic.
2023-12-19 18:00:24 +02:00
Vlad Khorsun
e62b51134e
Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures
2023-12-19 09:34:04 +02:00
GitHub Action
ffa70491af
increment build number
continuous-integration/drone/push Build is passing
2023-12-12 20:13:53 +00:00
AlexPeshkoff
d348ded807
Fixed #7917 : Hang in a case of error when sweep thread is attaching to database.
2023-12-12 18:33:23 +03:00
GitHub Action
a9b7cacb07
increment build number
continuous-integration/drone/push Build is passing
2023-12-04 20:13:11 +00:00
AlexPeshkoff
d2c936cbf7
Better fix for #7905 : Segfault during TPC initialization; thnx to Vlad
2023-12-04 17:32:57 +03:00
AlexPeshkoff
2a746f7132
Fixed #7905 : Segfault during TPC initialization
2023-12-04 16:52:23 +03:00
GitHub Action
1f34124912
increment build number
continuous-integration/drone/push Build is passing
2023-12-01 20:13:46 +00:00
AlexPeshkoff
e96217a9ca
Postfix for #7885 : Unstable error messages in services due to races related with service status vector; restore gbak error diagnostics
...
(cherry picked from commit 1dda7bf7f7
)
2023-12-01 19:44:36 +03:00
AlexPeshkoff
fadc99efdb
Follow DS suggestion to use explicit deletion of unneeded functions
...
(cherry picked from commit 183a4c3197
)
2023-12-01 19:44:36 +03:00
AlexPeshkoff
c3bd790d1b
Postfix for #7885 : Unstable error messages in services due to races related with service status vector; fixed AV in utility case
...
(cherry picked from commit 8cd9c65eac
)
2023-12-01 19:44:36 +03:00
AlexPeshkoff
eff26a6105
Fixed #7885 : Unstable error messages in services due to races related with service status vector
...
(cherry picked from commit 304d60ec4b
)
2023-12-01 19:44:34 +03:00
GitHub Action
089717cecb
increment build number
continuous-integration/drone/push Build is passing
2023-11-30 20:13:34 +00:00
Dmitry Yemanov
788b7c54c7
Fixed #7800 : Default publication status is not preserved after backup/restore
2023-11-30 20:39:14 +03:00
GitHub Action
6340df17fa
increment build number
continuous-integration/drone/push Build is passing
2023-11-28 20:13:49 +00:00
Dmitry Yemanov
010d40c65e
Postfix for my prior commit from 05-Sep-2023
2023-11-28 17:22:37 +03:00
GitHub Action
255fc24099
increment build number
continuous-integration/drone/push Build is passing
2023-11-25 20:12:27 +00:00
Vlad Khorsun
4d7f378b92
Fixed bug #7860 : Crash potentially caused by BETWEEN Operator
2023-11-25 00:49:19 +02:00
GitHub Action
41bd785deb
increment build number
continuous-integration/drone/push Build is passing
2023-11-22 20:13:18 +00:00
AlexPeshkoff
9abf694a98
Merge branch 'work/7809' into v4.0-release
2023-11-22 19:40:45 +03:00
AlexPeshkoff
10c2e8ec01
Merged with v4.0-release
2023-11-22 17:27:30 +03:00
Ilya Eremin
9d22186ff6
Correct the fix for #7867 and update the comment
2023-11-22 16:21:50 +03:00
Adriano dos Santos Fernandes
cf98c6e97f
Fix annoying bug where clang build corrupts memory due to wrong alignments defines.
2023-11-22 07:41:25 -03:00
Adriano dos Santos Fernandes
e5534060ea
Fix #7854 - Performance issue with time zones. ( #7859 )
2023-11-21 20:36:31 -03:00