GitHub Action
74a0e9bd9b
increment build number
continuous-integration/drone/push Build is passing
2023-11-28 20:13:48 +00:00
Dmitry Yemanov
ee9daaf679
Postfix for my prior commit from 05-Sep-2023
2023-11-28 17:24:08 +03:00
GitHub Action
a0db83f9be
increment build number
continuous-integration/drone/push Build is passing
2023-11-27 20:13:04 +00:00
Vlad Khorsun
dc2d85c17b
Backported feature #7810 : Improve SKIP LOCKED implementation
...
(#7811 and #7872 )
2023-11-27 20:12:40 +02:00
Dmitry Yemanov
b596b35599
This should fix #7879 : Unexpected results when using natural right join
2023-11-27 16:06:02 +03:00
GitHub Action
d15365c07a
increment build number
continuous-integration/drone/push Build is passing
2023-11-25 20:12:26 +00:00
Adriano dos Santos Fernandes
4a8ee6f86d
Improve display of blr_in_list.
2023-11-25 15:50:04 -03:00
Vlad Khorsun
50866323b3
Fixed bug #7860 : Crash potentially caused by BETWEEN Operator
2023-11-25 00:48:31 +02:00
GitHub Action
84a3d66f64
increment build number
continuous-integration/drone/push Build is passing
2023-11-23 20:13:07 +00:00
Adriano dos Santos Fernandes
13ff9c4704
Fix docker/windows CI.
2023-11-23 06:47:32 -03:00
GitHub Action
4084d7705d
increment build number
continuous-integration/drone/push Build is passing
2023-11-22 20:13:17 +00:00
Ilya Eremin
18b495491f
Fix an error on DPM_fetch() in delete_version_chain() when rpb with rpb_page == 0 is passed
...
It's possible to get rpb_page == 0 from VIO_intermediate_gc via staying_chain_rpb. This case happens there when the staying record stack has 1 item at the moment this rpb is created.
This fixes #7867 .
2023-11-22 15:47:43 +03:00
Adriano dos Santos Fernandes
e2ec47a8ce
Add move constructor as copy elision is not obrigatory in C++14. ( #7854 )
2023-11-21 20:33:40 -03:00
Adriano dos Santos Fernandes
b4d43d08b2
Fix #7854 - Performance issue with time zones. ( #7859 )
2023-11-21 20:14:52 -03:00
GitHub Action
42238f18a5
increment build number
continuous-integration/drone/push Build is passing
2023-11-21 20:12:33 +00:00
Dmitry Kovalenko
b02ddfdaf2
The backup/restore of int128-arrays. ( #7847 )
...
It is a fix for issue #7846 .
2023-11-21 11:05:37 +03:00
GitHub Action
f265c156b3
increment build number
continuous-integration/drone/push Build is passing
2023-11-20 20:13:40 +00:00
Dmitry Kovalenko
18daee9df0
[GBAK, Restore] The skip of att_functionarg_field_precision is corrected ( #7852 )
...
This commit fixes the issue #7851 .
2023-11-20 18:36:41 +03:00
GitHub Action
f9e0e28bb5
increment build number
continuous-integration/drone/push Build is passing
2023-11-19 20:12:38 +00:00
Dmitry Yemanov
d91029d8ed
Avoid repeating evaluation of the invariant pre-condition which is already known to be TRUE
2023-11-19 09:14:03 +03:00
GitHub Action
05614ce166
increment build number
continuous-integration/drone/push Build is passing
2023-11-17 20:13:47 +00:00
david ruty
1ed7f81f16
correction metaData
2023-11-17 13:05:08 +03:00
GitHub Action
aec1292b97
increment build number
continuous-integration/drone/push Build is passing
2023-11-16 20:13:40 +00:00
Vlad Khorsun
ca392fee2e
Missed 'break'
2023-11-16 13:37:05 +02:00
Vlad Khorsun
fc205f411d
Fixed bug #7839 : Potential bug in BETWEEN Operator
2023-11-16 12:56:05 +02:00
GitHub Action
9de0412312
increment build number
continuous-integration/drone/push Build is passing
2023-11-15 20:13:43 +00:00
Adriano dos Santos Fernandes
6e9016178f
Remove -flat_namespace from MacOS build - see #7827 .
2023-11-15 10:47:31 -03:00
GitHub Action
d58623f49f
increment build number
continuous-integration/drone/push Build is passing
2023-11-14 20:12:23 +00:00
Dmitry Yemanov
b6e92f2c96
Backport the doc update
2023-11-14 10:52:32 +03:00
Adriano dos Santos Fernandes
8672bc2bf2
Fix #7844 - Removing first column with SET WIDTH crashes ISQL.
2023-11-13 22:42:37 -03:00
GitHub Action
7045e62e8e
increment build number
continuous-integration/drone/push Build is passing
2023-11-11 20:12:06 +00:00
Dmitry Kovalenko
9e5d94e890
Fix #7831 . Wrong parameter type for SCALAR_ARRAY argument. ( #7836 )
...
* METD_get_function respects FUN_scalar_array to build correct DSC of arguments.
It resolves the issue #7831 and forces a server to use SQL_ARRAY datatype for scalar_array-parameters.
* The code style has been corrected. I'm sorry.
2023-11-11 13:43:26 +03:00
GitHub Action
503ac3703e
increment build number
continuous-integration/drone/push Build is passing
2023-11-09 20:14:24 +00:00
Adriano dos Santos Fernandes
d5e67a2201
Fix #7832 - Crash on "... RETURNING *" without INTO in PSQL.
2023-11-08 22:04:30 -03:00
GitHub Action
397d65445a
increment build number
continuous-integration/drone/push Build is passing
2023-11-08 20:13:46 +00:00
Dmitry Yemanov
beabce06e9
Reworked PR #7426 . This fixes the crash during second invocation of external trigger. Using a temporary vector is a bad idea because it owns the trigger object but external triggers store a back pointer to Jrd::Trigger, thus implying it being persistent.
2023-11-08 21:44:47 +03:00
Adriano dos Santos Fernandes
fbb16e854a
Fix #7827 - Problem using python firebird-driver with either intel or m1 Mac buiilds.
2023-11-08 07:52:42 -03:00
GitHub Action
cdd2eae93e
increment build number
continuous-integration/drone/push Build is passing
2023-11-02 20:14:13 +00:00
Vlad Khorsun
bc04c0caa1
Prepare for RC2.
...
It also fixed #7819 : Difficulty returning the product version with the legacy connection
2023-11-02 17:37:58 +02:00
AlexPeshkoff
0913a24a89
Fixed #7745 : Error restoring database which has system domains in user table with BLOBs using embedded connection
...
(cherry picked from commit 1d02248f81
)
2023-11-02 18:01:25 +03:00
GitHub Action
338f10b462
increment build number
continuous-integration/drone/push Build is passing
2023-10-31 20:13:38 +00:00
Dmitry Yemanov
74dcf81cf2
This should fix #7817 : Memory leak is possible for UDF array arguments
2023-10-31 11:00:29 +03:00
GitHub Action
b666c3c8f4
increment build number
continuous-integration/drone/push Build is passing
2023-10-30 20:13:40 +00:00
Vlad Khorsun
5f9d3228d2
Removed not needed conversion, as noted by @aafemt
2023-10-30 14:15:26 +02:00
Vlad Khorsun
3d5bbd7312
Implement #7818 : Extend rdb$get_context('SYSTEM', '***') with other info from MON$ATTACHMENT
2023-10-29 23:24:39 +02:00
GitHub Action
c871e1d88d
increment build number
continuous-integration/drone/push Build is passing
2023-10-28 20:12:34 +00:00
Vlad Khorsun
9aec72b4de
Post-fix for #7814 , fixed regression found by QA test for CORE-3625 ( #3977 )
2023-10-28 19:14:22 +03:00
Adriano dos Santos Fernandes
416977b7bd
Fix indentation.
2023-10-27 22:49:38 -03:00
GitHub Action
e7d4c5214e
increment build number
continuous-integration/drone/push Build is passing
2023-10-27 20:13:40 +00:00
Vlad Khorsun
78c17c8f73
Warnings.
2023-10-27 22:17:30 +03:00