AlexPeshkoff
22c80ca757
Fixed minor "make clean" bug
2023-10-10 19:43:43 +03:00
AlexPeshkoff
f9e2892484
Trying to fix MacOS build
2023-10-07 08:48:52 +03:00
AlexPeshkoff
957768cab0
Add noexcept(false) to most of dtors
2023-10-06 20:42:56 +03: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
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
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
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
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
837cf80a79
Parse FB_BUILD_SUFFIX to extract release type during packaging.
...
This removes the need to set the string via an env var prior to building
2023-09-25 16:49:51 +02:00
Adriano dos Santos Fernandes
200b62bb71
Fix regression after feature #7675 (EXPLAIN statement/procedure).
2023-09-25 07:52:29 -03:00
GitHub Action
d5a1b225d7
increment build number
2023-09-24 20:12:36 +00:00
72f55f2160
Fix character set and collation output for character sets with altered default collation
2023-09-24 19:45:52 +03:00
Dmitry Yemanov
7c822e41f9
Raise minor ODS number for v6
2023-09-24 19:02:43 +03:00
GitHub Action
0c52bda237
increment build number
2023-09-23 20:12:15 +00:00
Adriano dos Santos Fernandes
48e7bb2607
Fix MacOS package name.
2023-09-22 20:41:12 -03:00
GitHub Action
2a905605dd
increment build number
2023-09-21 20:12:47 +00:00
AlexPeshkoff
4cca101298
Fixed #7745 : Error restoring database which has system domains in user table with BLOBs using embedded connection
...
(cherry picked from commit 1d02248f81
)
2023-09-21 19:29:57 +03:00
Adriano dos Santos Fernandes
1bc6e5c370
Fix problem with plan segments larger than 64K in RDB$SQL.
2023-09-21 08:40:48 -03:00
Adriano dos Santos Fernandes
dd317cc4c7
Fix problem with statements and plan segments larger than 64K in the profiler plugin.
2023-09-21 08:38:47 -03:00
GitHub Action
78f2097ffa
increment build number
2023-09-19 20:13:30 +00:00
Adriano dos Santos Fernandes
ffd31e3303
Merge pull request #7557 from FirebirdSQL/work/named-arguments
...
Named arguments, DEFAULT in argument list and CALL statement
2023-09-19 10:41:57 +00:00
Adriano dos Santos Fernandes
b6248f6453
Feature #7587 - CALL statement.
2023-09-19 07:29:03 -03:00
Adriano dos Santos Fernandes
d5069c7464
Add public method ensureCapacity to Array.
2023-09-19 07:19:25 -03:00