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

57584 Commits

Author SHA1 Message Date
11dec10f9f
Fix both parts of #7924 (#7940)
* Fix both parts of #7924

* STL-compatible empty() method used

* Get back to isEmpty()
2024-01-22 17:41:36 +03:00
GitHub Action
541d4fe9da increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-20 20:12:47 +00:00
Adriano dos Santos Fernandes
8224df0278 Postfix for #7566 - Allow DEFAULT keyword in argument list.
When parameter has no default, use domain's default for TYPE OF or NULL.
2024-01-20 16:29:04 -03:00
GitHub Action
676b3be5f8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-17 20:13:49 +00:00
Adriano dos Santos Fernandes
8399037ffd Fix constexpr in header, thanks to aafemt. 2024-01-16 23:02:15 -03:00
GitHub Action
1f63001e43 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-16 20:14:17 +00:00
Adriano dos Santos Fernandes
aba2ffe652 MacOS ARM64 build (#7957). 2024-01-16 07:15:54 -03:00
Adriano dos Santos Fernandes
2eb7a19608 Fix constants. 2024-01-15 21:36:34 -03:00
GitHub Action
3a7741f3cc increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 20:13:27 +00:00
AlexPeshkoff
e75923b641 Cleanup: avoid repeated literal strings 2024-01-15 18:21:15 +03:00
AlexPeshkoff
837c9eef62 Fixed #7950: Unable to restore database when .fbk was created on host with other ICU 2024-01-15 18:09:13 +03:00
GitHub Action
f6e6eeef17 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-14 20:13:09 +00:00
Adriano dos Santos Fernandes
52a13993dd Fix #7958 - Unrecognized C++ exception (master only regression). 2024-01-14 16:26:49 -03:00
Adriano dos Santos Fernandes
ac4162eedc Fix problem with autoconf 2.72.
This has been causing instability in the MacOS build due to some
runners using that autoconf version.
2024-01-13 23:37:52 -03:00
GitHub Action
dd0014242a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-13 20:12:52 +00:00
Adriano dos Santos Fernandes
74976b6d8f Postfix for #7586 (procedure output named arguments).
Thanks to Pavel Zotov.
2024-01-12 23:07:32 -03:00
GitHub Action
2305463691 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-12 20:13:49 +00:00
Adriano dos Santos Fernandes
bc79d298a1 Add tzdata-update job to v5. 2024-01-12 08:49:02 -03:00
github-actions[bot]
2903368185
Update tzdata to version 2023d. (#7956)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-01-12 08:47:27 -03:00
AlexPeshkoff
b4a956ddfe Removed debugging traps 2024-01-12 11:01:46 +03:00
GitHub Action
dfd3cb37ee increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-11 20:13:51 +00:00
AlexPeshkoff
0b43e3d5dd Restored accidentialy committed file 2024-01-11 20:11:29 +03:00
AlexPeshkoff
8aacea411b Cleanup: moved INTL objects, defined in common, from namespace Jrd to namespace Firebird 2024-01-11 20:00:14 +03:00
AlexPeshkoff
3912346e6f Docs for #7951: Make it possible to handle attach errors in key holder plugin. 2024-01-11 14:31:02 +03:00
AlexPeshkoff
c2238907a7 Implemented #7951: Make it possible to handle attach errors in key holder plugin. 2024-01-11 13:45:04 +03:00
AlexPeshkoff
6dce8db8ca Misc 2024-01-11 13:41:17 +03:00
AlexPeshkoff
8b7ef73688 Added method's attribute "stub": makes it possible to have default trivial implementation for new methods in new versions of interfaces 2024-01-11 13:21:19 +03:00
Adriano dos Santos Fernandes
314cb34358 Make build works with cmake 3.28.1. 2024-01-10 22:52:58 -03:00
GitHub Action
ee2d227d8c increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-10 20:14:05 +00:00
Adriano dos Santos Fernandes
252a675c2a Postfix for #4203 - thanks to Pavel Zotov. 2024-01-09 20:05:36 -03:00
GitHub Action
597b267641 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-09 20:14:04 +00:00
Adriano dos Santos Fernandes
a04784d502 Postfix for #4203 - thanks to Pavel Zotov. 2024-01-09 08:57:42 -03:00
GitHub Action
4aa19eaee9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-08 20:13:34 +00:00
Adriano dos Santos Fernandes
d29e9cecb8 Corrections and documentation improvements to #4203 - DROP [IF EXISTS]. 2024-01-08 08:33:39 -03:00
GitHub Action
ac5c7ae0c6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-07 20:12:53 +00:00
Adriano dos Santos Fernandes
77ee904255
Feature #4203 - DROP [IF EXISTS] (#7946) 2024-01-07 11:30:33 -03:00
GitHub Action
2f444071a1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-05 20:13:37 +00:00
AlexPeshkoff
1d1e3a5170 Postfix for #7917: Hang in a case of error when sweep thread is attaching to database; fixed CS case. 2024-01-05 19:37:59 +03:00
GitHub Action
e62ec5cf47 increment build number 2023-12-26 20:13:11 +00:00
Adriano dos Santos Fernandes
67cab52b9d Add move constructor as copy elision is not obrigatory in C++14. (#7854) 2023-12-26 07:12:43 -03:00
GitHub Action
fa5854bbc8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-22 20:13:13 +00:00
Vlad Khorsun
c6b1d707a8 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:32:40 +02:00
GitHub Action
778e7c122b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-21 20:13:09 +00:00
Vlad Khorsun
cc629222ad
Fixed bug #7873 : Wrong memory buffer alignment and IO buffer size when working in direct IO mode (#7890)
* Fixed bug #7873 : Wrong memory buffer alignment and IO buffer size when working in direct IO mode

* Use alignas() per Adriano suggestion

* Remove unused variable
2023-12-21 13:47:58 +02:00
Adriano dos Santos Fernandes
e2324e40f1 Improvement after change in firebird-qa to not run any replication test. Also save stdout to artifacts. 2023-12-21 08:37:29 -03:00
Vlad Khorsun
fb93439e91
Merge pull request #7919 from FirebirdSQL/work/gh_7896
Fixed bug #7896 : replication.log remains empty (and without any error in firebird.log)
2023-12-21 13:23:50 +02:00
Vlad Khorsun
6a06fe5b7a Update COMMON_FILE_PREFIX 2023-12-21 13:16:41 +02:00
GitHub Action
f3fca285dd increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-20 20:13:37 +00:00
Vlad Khorsun
d5b682f5da Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures 2023-12-20 10:19:53 +02:00
Adriano dos Santos Fernandes
305c40a05b Fix #7931 - Incorrect variable usage using UPDATE OR INSERT. 2023-12-19 22:53:57 -03:00