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

57094 Commits

Author SHA1 Message Date
GitHub Action
3b5e64db97 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-14 20:12:41 +00:00
Dmitry Yemanov
96db102a29 Modern way of avoiding the compiler-default implementation 2023-10-14 19:13:27 +03:00
Dmitry Yemanov
1d51ee19a5 Revert "Minor optimization for NOT IN with nulls inside the list: do not evaluate the remaining items after the first NULL is found"
This reverts commit c7d825b6d8.
2023-10-14 19:04:38 +03:00
GitHub Action
8e458c7bd0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-13 20:14:08 +00:00
Dmitry Yemanov
09792018d6 Fixed crash/hang due to compiler implementation of the assignment operator. StatusVector class in its current implementation is not intended for copying. 2023-10-13 18:10:13 +03:00
Dmitry Yemanov
c7d825b6d8 Minor optimization for NOT IN with nulls inside the list: do not evaluate the remaining items after the first NULL is found 2023-10-13 10:13:13 +03:00
Dmitry Yemanov
40445aa881 Fixed #7795: NOT IN <list> returns incorrect result if NULLs are present inside the value list 2023-10-13 10:11:14 +03:00
GitHub Action
8e68a6e6a9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 20:13:42 +00:00
Adriano dos Santos Fernandes
c2328fe14c Task #7796 - Update official Windows compiler to VS 17.7.4. 2023-10-11 06:39:58 -03:00
Adriano dos Santos Fernandes
ec4f175e30 Revert "Update VS docker build to 17.7.4"
This reverts commit e74cf8a579.
2023-10-11 06:37:32 -03:00
AlexPeshkoff
7870a3b513 Fixed minor "make clean" bug 2023-10-11 09:05:32 +03:00
GitHub Action
d12aea3c7e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-10 20:12:34 +00:00
Vlad Khorsun
e74cf8a579 Update VS docker build to 17.7.4
While there is a channel with "most current" version, I have no idea how to set --version value to use it.
2023-10-10 18:42:57 +03:00
GitHub Action
4412d7dd3d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-09 20:12:23 +00:00
AlexPeshkoff
27e3dc7649 Fixed #7762: Crash on "Operating system call pthread_mutex_destroy failed. Error code 16" in log
(cherry picked from commit 7adea662ff)
2023-10-09 16:01:01 +03:00
GitHub Action
baa7156862 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-08 20:12:54 +00:00
Dmitry Yemanov
b5511b9ad2 This should fix the regression for functions inside package header declarations. 2023-10-08 16:23:51 +03:00
GitHub Action
d9b5cca4a0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-06 20:13:40 +00:00
Alexandr
5327ed835c
Added the ability to change deterministic option (#7758)
* Added the ability to change deterministic option
Added the ability to change deterministic opt without specifiying the entire body of the function.
Extended "ALTER FUNCTION" syntax:
ALTER FUNCTION <name> DETERMINISTIC;
ALTER FUNCTION <name> NOT DETERMINISTIC;

* added const qualifier to flag, removed nested if/else

* added doc

---------

Co-authored-by: Alexander Zhdanov <alexander.zhdanov@red-soft.ru>
2023-10-06 16:44:43 +03:00
effb648813 Fix #7786 and SHOW output for text BLOBs domains 2023-10-06 13:51:26 +03:00
Vlad Khorsun
cbb1e9ff7c Update zlib to 1.13, see #7755 2023-10-06 01:09:19 +03:00
GitHub Action
f3e0fe3d52 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-05 20:13:38 +00:00
AlexPeshkoff
e7e4a776ed Minor security measure - avoid sending of authentication block over the wire (from ExtDS) 2023-10-05 15:59:54 +03:00
GitHub Action
1ae29802be increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-04 20:13:46 +00:00
0e5ea8f0d2 Suppress show default collation of it match charset name 2023-10-04 16:08:14 +03:00
Adriano dos Santos Fernandes
bc6d274e86 Fix #7777 - Firebird v6 cannot restore backup from prior versions when UDF is used. 2023-10-04 07:59:02 -03:00
Vlad Khorsun
585447eaf3 Avoid parsing same metadata for every message when executing batch statement.
While it is not direct fix for #7770 (restore takes 25% more time vs 4.0.0), it should improve performance in this case too.
2023-10-04 00:19:00 +03:00
GitHub Action
5a8e4c3fff increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-03 20:14:12 +00:00
Adriano dos Santos Fernandes
056daddfb8 Fix regression (bugs/gh_7466_plans_tracking_test.py), thanks to Pavel Zotov. 2023-10-03 06:54:24 -03:00
8dbdc2ae3f Separate charset output: full for SHOW and minimal for EXTRACT 2023-10-03 11:13:27 +03:00
GitHub Action
212a573b27 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-01 20:12:31 +00:00
Vlad Khorsun
b857630cb5 Fixed bug #7772 : Blob corruption in FB4.0.3 (embedded) 2023-10-01 10:54:49 +03:00
GitHub Action
ae166a2185 increment build number 2023-09-30 20:12:26 +00:00
Adriano dos Santos Fernandes
c88d9ba35c Remove dependency of engine in isql project in Windows. 2023-09-29 19:01:35 -03:00
Adriano dos Santos Fernandes
4070fe8c0d Prepare ISQL to have unit tests. 2023-09-29 19:01:35 -03:00
GitHub Action
b9ae5aa643 increment build number 2023-09-29 20:13:52 +00:00
Adriano dos Santos Fernandes
9cf2385af1 Fix release upload of Windows installer. 2023-09-28 21:50:21 -03:00
GitHub Action
64f0567b6d increment build number 2023-09-28 20:12:56 +00:00
Adriano dos Santos Fernandes
83440fe70c Fix Windows installer automation requiring non-installed files. 2023-09-27 21:59:59 -03:00
Adriano dos Santos Fernandes
8d20dd3389 Correction. 2023-09-27 21:51:03 -03:00
Adriano dos Santos Fernandes
067bf81355 Fix #7759 - Routine calling overhead increased by factor 6 vs Firebird 4.0.0. 2023-09-27 21:10:58 -03:00
Adriano dos Santos Fernandes
12f77b6eca Correction. 2023-09-27 21:06:27 -03:00
Adriano dos Santos Fernandes
9d6bd05f25 Fix Windows installer automation. 2023-09-27 20:23:20 -03:00
GitHub Action
5ee81a4eb0 increment build number 2023-09-27 20:13:50 +00:00
3f12caa082 Fix #7766 - Test if ServerComponent was chosen, not ServerInstall 2023-09-27 20:28:30 +02:00
7ad5b197f6 this should fix QA tests core_4418 and core_6044 2023-09-27 13:28:56 +03:00
GitHub Action
8aad7f2bfa increment build number 2023-09-26 20:14:18 +00:00
Dmitry Yemanov
3065440386 This should fix #7760: Parameters inside the IN list may cause a string truncation error 2023-09-26 14:00:19 +03:00
Adriano dos Santos Fernandes
7e6238549f Fix #7761 - Regression when displaying line number of errors in ISQL scripts. 2023-09-25 21:29:06 -03:00
GitHub Action
e54f609371 increment build number 2023-09-25 20:13:46 +00:00