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

57395 Commits

Author SHA1 Message Date
GitHub Action
5af13c12dc increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-26 20:16:27 +00:00
Dmitry Yemanov
274af35027 Yet another postfix 2024-08-26 12:11:32 +03:00
GitHub Action
6ef87566db increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-25 20:16:28 +00:00
Dmitry Yemanov
3cdfd38a0c Postfix for my yesterday's commit 2024-08-25 11:04:25 +03:00
GitHub Action
86dc3f3357 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-24 20:15:21 +00:00
Dmitry Yemanov
0bf2de0f02 This should fix #8223: SubQueryConversion = true -- error 'no current record for fetch operation' with complex joins 2024-08-24 16:50:11 +03:00
GitHub Action
4200394f91 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-23 20:15:52 +00:00
Dmitry Yemanov
604555f1f0 Fix #8224: SubQueryConversion = true -- wrong resultset with FIRST/SKIP clauses inside the outer query 2024-08-23 19:08:23 +03:00
GitHub Action
e40e45020c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-21 20:15:47 +00:00
Ilya Eremin
7e031f658b Fix a case of deleted memory modification
cnctAuth and port->port_srv_auth point to the same object so useResponse must not be assigned if the object is deleted.
2024-08-21 14:13:47 +03:00
GitHub Action
fc71044eb6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-20 20:17:10 +00:00
Vlad Khorsun
adfe97a76d Fixed bug #8221 : Crash when MAKE_DBKEY() is called with 0 or 1 arguments 2024-08-20 13:26:55 +03:00
Adriano dos Santos Fernandes
4bfbab57f7
Fix #8219 - Database creation in 3.0.12, 4.0.5 and 5.0.1 slower than in previous releases. (#8220) 2024-08-20 07:03:18 -03:00
GitHub Action
47aa3b12c9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-17 20:14:36 +00:00
Adriano dos Santos Fernandes
709e6310ac Fix #8213 - WHEN NOT MATCHED BY SOURCE - does not work with a direct table as source. 2024-08-16 22:11:10 -03:00
GitHub Action
32ebc498aa 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
c71eb20db7 Fix #8211 - DATEADD truncates milliseconds for month and year deltas. 2024-08-10 21:12:33 -03:00
GitHub Action
573827772a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-09 20:15:41 +00:00
Dmitry Yemanov
29847e7695 Bump the release number 2024-08-09 09:39:04 +03:00
GitHub Action
ce100611be increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-08 20:15:55 +00:00
Vlad Khorsun
351282ca7e Correction for #8203, thanks to Adriano 2024-08-08 14:42:23 +03:00
GitHub Action
eda8dd2223 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-06 20:13:06 +00:00
TreeHunter
7987b38890 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:58:58 +03:00
Dmitry Yemanov
e7c0c8f7bf Rework my yesterday's commit and hopefully fix Windows builds 2024-08-06 09:40:46 +03:00
GitHub Action
24ee5462f4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-05 20:14:46 +00:00
Dmitry Yemanov
120c4df831 This should fix builds using VS2017 2024-08-05 15:45:16 +03:00
Vlad Khorsun
083ea109f4
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-05 14:58:30 +03:00
Vlad Khorsun
548df5d409 Don't introduce method that might not be used after schemas implementation 2024-08-05 14:30:14 +03:00
Vlad Khorsun
1472d1ae36 Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name
Also, corrected handling of non-ASCII tables names.
2024-08-04 11:07:14 +03:00
GitHub Action
1d792e41cf increment build number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2024-08-01 20:15:50 +00:00
7bda071ef8 Remove unneeded .vscode settings 2024-08-01 16:34:43 +02:00
f582d07855 Delete temporary secdb init files immediately (with thanks to Vlad) 2024-08-01 16:34:42 +02:00
6bdcc3e853 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-01 16:34:42 +02:00
Dmitry Yemanov
4445595141 Yet another post-merge correction 2024-08-01 17:26:36 +03:00
Dmitry Yemanov
ed5e0f8a11 Reworked my yesterday's commit to avoid a regression 2024-08-01 13:52:01 +03:00
GitHub Action
d1033ccea3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-31 20:14:43 +00:00
Dmitry Yemanov
b6b74aeea7 Correction as suggested by Dimitry Sibiryakov 2024-07-31 15:34:04 +03:00
Dmitry Yemanov
1b90f24fed Final (fingers crossed) adjustments for v5.0.1 docs 2024-07-31 10:22:22 +03:00
Dmitry Yemanov
dd1e11474d Merge branch 'semi-joins-v5' into v5.0-release 2024-07-31 09:18:40 +03:00
Dmitry Yemanov
e1a767df26 Restrict the conversion to equivalence joins only 2024-07-30 18:30:47 +03:00
Dmitry Yemanov
e63ba45f14 Cleanup the logic not used currently 2024-07-30 18:29:40 +03:00
Dmitry Yemanov
72d5cceebc Reworked my last bugfix to cover more cases 2024-07-30 18:26:29 +03:00
GitHub Action
62ee5f1bb7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-27 20:14:00 +00:00
Dmitry Yemanov
08dc25f8c4 Simplest fix for #8185: SIGSEGV in Firebird 5.0.0.1306 embedded during update on cursor - disallow caching for positioned updates/deletes 2024-07-27 14:50:44 +03:00
GitHub Action
b056f5b4f3 increment build number 2024-07-26 20:17:00 +00:00
Artyom Abakumov
51dea8f923 Additinal fix for #8180: Make sure trace session slots will not break use counter (#8192)
* Count dead storages carefully

* Better class to track dead process

Also correct the description

---------

Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
2024-07-26 16:34:39 +03:00
0ccfefe0d0 Replace fbit.bat with fbit.ps1 2024-07-26 11:12:58 +02:00
d746d1ee1a Mostly minor syntax and white space changes 2024-07-26 11:12:12 +02:00
a0aaefbea6 Improve initialization of security db on first install 2024-07-26 11:11:15 +02:00
ea9a4d9985 Add option to package a build when release notes are unavailable 2024-07-26 11:09:42 +02:00