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

57525 Commits

Author SHA1 Message Date
Vlad Khorsun
33e1749bea
Merge pull request #8254 from FirebirdSQL/work/gh-8253
Fixed #8253 : Incorrect handling of non-ASCII object names in CREATE MAPPING statement
2024-09-18 21:27:22 +03:00
Vlad Khorsun
035fd73071 Make code a bit more clear, as @dyemanov suggested 2024-09-17 10:58:16 +03:00
Vlad Khorsun
e9ceed166a Catch possible stack overflow when preparing and compiling user statements.
So far, on Windows only.
2024-09-17 10:16:46 +03:00
Vlad Khorsun
d519cb6398 Always use single quotes around OS object names (user or group) in SHOW MAPPING output, see #8253 2024-09-17 00:59:49 +03:00
Vlad Khorsun
1e932689cc Fixed bug #8253 : Incorrect handling of non-ASCII object names in CREATE MAPPING statement 2024-09-17 00:58:56 +03:00
GitHub Action
0799c12a1c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-16 20:16:24 +00:00
Dmitry Yemanov
9d89faaba4 Postfix for #8223. Semi-joined streams may be intermixed with inner-joined ones. 2024-09-16 15:50:38 +03:00
Dmitry Yemanov
183cb70d86 Misc 2024-09-16 15:50:38 +03:00
GitHub Action
ce3a9d59e6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-14 20:17:31 +00:00
Dmitry Yemanov
5fa4ae611d Fix bug #8252: Incorrect subquery unnesting with complex dependencies 2024-09-14 09:23:20 +03:00
GitHub Action
00c0049963 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 20:15:59 +00:00
TreeHunter
6a3cf20f56 Fix regular expression value substitition in fbtrace.conf after macro substitition
Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-09-09 19:21:01 +03:00
Alexander Zhdanov
a7f863505b Fix a bug where the shutdown handler could be called again 2024-09-09 10:52:08 +03:00
GitHub Action
7eaa56d97b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-06 20:15:48 +00:00
AlexPeshkoff
8796d2ca9d Postfix for #8197: Add generated files for OO API for C language to distribution; Use macros instead functions, removed static library 2024-09-06 20:25:08 +03:00
GitHub Action
38c3f21429 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-04 20:16:16 +00:00
Vlad Khorsun
41c9d6f52f Improvement #8161 : Cardinality estimation should use primary record versions only 2024-09-04 14:18:32 +03:00
Adriano dos Santos Fernandes
121e13f65c Adjust vscode settings so the C++ plugin don't go crazy. 2024-09-04 07:29:01 -03:00
Adriano dos Santos Fernandes
eb720e8d65 Fix #8241 - gbak may lose NULLs in restore. 2024-09-04 07:16:55 -03:00
GitHub Action
22e33da2f3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-02 20:16:49 +00:00
AlexPeshkoff
8cc35a9309 This should fix #8215: Rare sporadic segfaults in test for core-6142 on windows. 2024-09-02 17:40:56 +03:00
AlexPeshkoff
fdda8e8ce2 Postfix for #8197: Add generated files for OO API for C language to distribution; protect master interface getter function in a case when h-file is included more than once 2024-09-02 11:17:54 +03:00
AlexPeshkoff
e69230c0a4 Postfix for #8197: Add generated files for OO API for C language to distribution; C specific preferred syntax 2024-09-02 11:17:54 +03:00
AlexPeshkoff
bfdc88bc53 Implemented #8197: Add generated files for OO API for C language to distribution 2024-09-02 11:17:54 +03:00
GitHub Action
c185d39cf5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-30 20:16:40 +00:00
Mark Rotteveel
739e449a38 RemoteAuxPort is per-database not per-connection 2024-08-30 11:29:29 +02:00
GitHub Action
c395a10b16 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-28 20:15:43 +00:00
Dmitry Yemanov
6934878bf1 Fix #8233: SubQueryConversion = true -- multiple rows in singleton select 2024-08-28 10:29:53 +03:00
GitHub Action
8d46b3acf1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-27 20:16:17 +00:00
Dmitry Yemanov
6005ea9603 Backport #8069 : Add missing synchronization to cached vectors of known pages 2024-08-27 21:50:57 +03:00
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