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

57604 Commits

Author SHA1 Message Date
GitHub Action
088b5292ed increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-16 20:15:47 +00:00
AlexPeshkoff
fceeaebdba This should fix #8215: Rare sporadic segfaults in test for core-6142 on windows. 2024-08-16 17:13:43 +03:00
GitHub Action
3c88bb003f increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-14 20:15:09 +00:00
AlexPeshkoff
60a6f2a733 Fixed UB caused by 0f8e7c18 - avoid storing dangling pointer to lambda 2024-08-14 16:57:20 +03:00
GitHub Action
b8e75b87a7 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-13 20:15:05 +00:00
AlexPeshkoff
0f8e7c185c Small optimization - avoid use of std::function<> where not necessary 2024-08-13 19:40:02 +03:00
AlexPeshkoff
47a98d6403 Postfix for #8197: Add generated files for OO API for C language to distribution; C specific preferred syntax 2024-08-13 15:30:37 +03:00
AlexPeshkoff
c69a94344e Implemented #8197: Add generated files for OO API for C language to distribution 2024-08-13 13:36:02 +03:00
AlexPeshkoff
7e774b9503 Avoid getting warning about unknown flag for plain-C files 2024-08-13 13:29:12 +03:00
GitHub Action
e82acc51d4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-11 20:14:31 +00:00
Adriano dos Santos Fernandes
16bb157b91 Fix #8211 - DATEADD truncates milliseconds for month and year deltas. 2024-08-10 21:27:11 -03:00
GitHub Action
de5a727197 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-09 20:15:41 +00:00
Adriano dos Santos Fernandes
3c388fbcdf
Use actions/checkout@v4 in tzdata-update.yml. 2024-08-09 06:53:30 -03:00
AlexPeshkoff
a8d3969c49 Restored --with-atomiclib parameter of configire 2024-08-09 12:34:28 +03:00
TreeHunter
3ebd6e4f49
Switch from const variables to inline constexpr in ods.h (#8198)
* Switch from const variables to inline constexpr in ods.h

* Fix for macos build

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-08-09 11:34:11 +03:00
GitHub Action
9191b5d61a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-08 20:15:54 +00:00
Vlad Khorsun
db69e655d7 Correction for #8203, thanks to Adriano 2024-08-08 14:41:16 +03:00
AlexPeshkoff
1ce4734ab4 Try to fix build on linux/arm32 (attempt 3) 2024-08-08 11:46:30 +03:00
Dmitry Yemanov
5df7d8f197
Introduce ODS 14 for v6 (#8208)
* Introduce ODS 14 for v6

* Builds/docs changes for ODS14
2024-08-08 10:59:44 +03:00
AlexPeshkoff
68a740e25a Try to fix build on linux/arm32 (attempt 2) 2024-08-08 10:41:16 +03:00
AlexPeshkoff
4511be5f60 Try to fix build on linux/arm32 2024-08-08 08:49:42 +03:00
GitHub Action
33b41b3975 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-07 20:15:22 +00:00
AlexPeshkoff
0616d8bcd2 Cleanup - removed artifacts of c++03 atomics implementation 2024-08-07 13:23:58 +03:00
Vlad Khorsun
c03852efc9 Merge pull request #8204 from FirebirdSQL/work/gh-8203
Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name
2024-08-07 08:42:13 +03:00
GitHub Action
ed60d4d7a6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-06 20:13:05 +00:00
TreeHunter
a70a8596f4
Add manual delete for tra_dbcreators_list (#8207)
* Delete tra_dbcreators_list in ~jrd_tra

If we don't delete it manually assert will be thrown if SEC$DB_CREATORS returns a lot of records

* Add missing default initialization for tra_dbcreators_list

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-08-06 16:07:32 +03:00
Adriano dos Santos Fernandes
039c7e3e92 Correction for #8202. 2024-08-05 22:45:51 -03:00
GitHub Action
3505a5eced increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-05 20:14:46 +00:00
Adriano dos Santos Fernandes
16da398675
Merge pull request #8202 from FirebirdSQL/work/system-triggers
Reimplement system triggers in C++/GDML code
2024-08-05 07:44:44 -03:00
Adriano dos Santos Fernandes
e9410dd2c6 Misc. 2024-08-04 22:21:14 -03:00
Adriano dos Santos Fernandes
aaf0e33414 Correction: revert code related with WITH CHECK OPTION internal triggers. 2024-08-03 22:37:57 -03:00
Adriano dos Santos Fernandes
31780d5054 Correction: disallow updates in RDB$USER_PRIVILEGES. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
19823f8e59 Correction for drop not null constraint validation. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
f947d0bb17 Replace individual public functions by moment/type execute categories. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
ff16556325 Preprocess SystemTriggers in windows build boot phase. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
9926ab88b4 Reimplement system triggers in C++/GDML code. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
2c48a4ed06 Add CachedRequestId mechanism for internal request cache. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
0cc8de396a Regenerate system triggers improving formatting and constant names. 2024-08-03 15:38:33 -03:00
GitHub Action
ec18fa50f7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-02 20:15:23 +00:00
00c834c472 Add script to test binary installer options 2024-08-02 12:40:34 +02:00
e4fe559e80 Delete temporary secdb init files immediately (with thanks to Vlad) 2024-08-02 12:38:41 +02:00
f7cbc2081f Do not fail packaging if implib not found
Do not fail packaging if qsg is not found
Fail packaging if ib_util.* not found
white space
2024-08-02 12:38:14 +02:00
GitHub Action
b20be9fe0b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-01 20:15:50 +00:00
Adriano dos Santos Fernandes
43e4088685
Fix #8187 - Performance regression in generating of UUID values after introducing GUID-v7 (#8188)
Replacing deprecated win32 crypto functions.
2024-08-01 07:40:42 -03:00
GitHub Action
a62ac95ee5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-31 20:14:42 +00:00
Dmitry Yemanov
286f8dd81f Correction as suggested by Dimitry Sibiryakov 2024-07-31 15:35:01 +03:00
Vlad Khorsun
202814fe32 This should fix bug #8194 : Internal consistency check (page in use during flush) with small number of DefaultDbCachePages 2024-07-31 00:41:43 +03:00
GitHub Action
30f0389ddd increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-29 20:14:56 +00:00
e2ee6afa0a Front port misc changes to installer packaging from FB5 2024-07-29 12:20:36 +02:00
Adriano dos Santos Fernandes
a7d10a4014 Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00