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

56122 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
bb5a1e0149 Add test framework in common library. 2022-07-18 08:16:15 -03:00
Adriano dos Santos Fernandes
6a8de73762 Import boost_1_79_0 test and dependent library's headers using bcp. 2022-07-18 08:16:15 -03:00
Adriano dos Santos Fernandes
8740a38802 Move gds_proto.h to common. 2022-07-18 08:16:12 -03:00
Adriano dos Santos Fernandes
f296f44ef6 Move gds.cpp to common. 2022-07-18 08:16:11 -03:00
Adriano dos Santos Fernandes
38ddd6b646 Update generated file. 2022-07-14 22:10:00 -03:00
Adriano dos Santos Fernandes
3b3d59d117 EditorConfig settings for .yml files. 2022-07-14 21:47:53 -03:00
firebirds
2263cad5ac increment build number 2022-07-15 00:05:41 +00:00
Vlad Khorsun
b7b5be00f2 Remove 'virtual' specifier from overridden methods to please VS intellisense. 2022-07-14 22:32:11 +03:00
Vlad Khorsun
2e2221fd39
Merge pull request #7232 from FirebirdSQL/work/shmemInit
Work/shmem init
2022-07-14 13:20:38 +03:00
Adriano dos Santos Fernandes
64c34f5127
Docs about FirebirdSQL/firebird-documentation#173 2022-07-13 22:19:48 -03:00
Vlad Khorsun
8794e993a4 Corrections according to Dmitry comments 2022-07-13 12:45:41 +03:00
Vlad Khorsun
ef607e37c5 Unify init\check methods for shared memory and avoid duplicating of type/version usage in code.
Replace asserts that check correct type/version by run-time checks with corresponding exceptions.
2022-07-12 12:14:41 +03:00
firebirds
f9a532ca73 increment build number 2022-07-12 00:05:21 +00:00
Adriano dos Santos Fernandes
7e75f0afcb Postfix for #7227 - problem with test for #6785. 2022-07-11 15:06:40 -03:00
firebirds
c18c776b49 increment build number 2022-07-11 00:05:25 +00:00
Vlad Khorsun
75b82174a6 Change names of global shared memory areas (currently trace and mappings) to avoid conflicts with FB4.
Also, it allows to run FB4 and FB5 simultaneously.
2022-07-10 22:32:01 +03:00
Adriano dos Santos Fernandes
8c2f83ee70 Fix #7229 - ALTER COLUMN DROP IDENTITY does not reset generator name in metadata cache. 2022-07-09 22:18:58 -03:00
firebirds
c1fc562b95 increment build number 2022-07-10 00:05:19 +00:00
Adriano dos Santos Fernandes
13ef8e7c29 Postfix for #7227 related to views using selectable procedures. 2022-07-08 21:49:53 -03:00
firebirds
5fbc314d75 increment build number 2022-07-09 00:05:32 +00:00
Adriano dos Santos Fernandes
e03770b248 Warnings. 2022-07-07 22:45:54 -03:00
firebirds
914e2b94a9 increment build number 2022-07-08 00:05:47 +00:00
Adriano dos Santos Fernandes
9949343671 Fix #7220 - TYPE OF COLUMN dependency not tracked in package header and external routines. 2022-07-07 08:35:46 -03:00
firebirds
d4c01fe18f increment build number 2022-07-07 00:06:06 +00:00
Adriano dos Santos Fernandes
5369bd989b Postfix for #7227 - Dependencies of subroutines are not preserved after backup restore. 2022-07-05 22:45:00 -03:00
firebirds
4302d5958d increment build number 2022-07-06 00:05:50 +00:00
Vlad Khorsun
859b895b07 Fixed AV and other issues found by FBT test bugs.core_6353.
Alex, please review.
2022-07-05 10:53:16 +03:00
firebirds
6285e8c459 increment build number 2022-07-05 00:06:07 +00:00
Vlad Khorsun
97447ecc01 Restore correct order of trace events when attempt to attach failed.
Ensure there is no double ATTACH or DETACH events for the same connection.
It also should fix FBT test bugs.core_4337.
2022-07-04 18:09:34 +03:00
Adriano dos Santos Fernandes
391e635495 Fix #7227 - Dependencies of subroutines are not preserved after backup restore. 2022-07-03 22:27:02 -03:00
firebirds
8c10fc71de increment build number 2022-07-04 00:05:22 +00:00
Vlad Khorsun
31d2d0e9cf Update ISQL's "HELP SET" command. 2022-07-03 16:44:28 +03:00
firebirds
ab17a92b12 increment build number 2022-07-02 00:05:16 +00:00
AlexPeshkoff
c3b172d4e2 Implemented #7046: Make ability to add comment to mapping ('COMMENT ON MAPPING ... IS ...') 2022-07-01 18:25:42 +03:00
Alexander Peshkov
65efac2a56
Fixed ORDER BY for big (>34 digits) int128 values with indexed access (#7225)
Fixed #7133: Order by for big (>34 digits) int128 values is broken when index on that field is used.
2022-07-01 18:22:10 +03:00
GitHub Action
203c4ea9c0 Misc. 2022-07-01 10:20:21 +00:00
Vlad Khorsun
885ff64f93
Merge pull request #7218 from FirebirdSQL/work/isql-perTableStats
Work/isql per table stats
2022-07-01 10:18:45 +03:00
firebirds
921e85430e increment build number 2022-07-01 00:05:16 +00:00
GitHub Action
c7db6dc207 Misc. 2022-06-30 10:25:44 +00:00
Vlad Khorsun
4716e4fa11 Corrections for "Windows instance conflict" handling
- don't close event handle until throwing exception
- better error message
2022-06-30 12:15:44 +03:00
Adriano dos Santos Fernandes
7126201b60 Add workflow to trim trailing spaces from source files. 2022-06-29 21:35:12 -03:00
firebirds
b1628581cc increment build number 2022-06-30 00:05:23 +00:00
AlexPeshkoff
fb8edbc69d Restored full diagnostic on Vlad's request 2022-06-29 17:54:23 +03:00
firebirds
1f446241e4 increment build number 2022-06-29 00:05:34 +00:00
Adriano dos Santos Fernandes
3ceb1f4fdb Fixed #7222 - Dependencies of packaged functions are not tracked. 2022-06-28 08:55:12 -03:00
firebirds
a4d4ea0fa7 increment build number 2022-06-28 00:05:37 +00:00
Vlad Khorsun
19d4e2f420 Improvement #7208: Trace: provide performance statistics for DDL statements.
Also, enables tracing of user SET TRANSACTION, COMMIT, ROLLBACK statements and hides internal SQL statements run by the engine itself.
2022-06-27 18:59:45 +03:00
Vlad Khorsun
f121cd4a6b Improvement #6730 : Trace: provide ability to see STATEMENT RESTART events (or their count) [CORE6500].
Implemented new trace event: EXECUTE_STATEMENT_RESTART.
2022-06-27 18:59:33 +03:00
AlexPeshkoff
fec791015e Misc 2022-06-27 18:49:57 +03:00
AlexPeshkoff
96164aba77 Docs 2022-06-27 16:43:29 +03:00