8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00
firebird-mirror/src/dsql
2025-01-10 11:19:54 +03:00
..
AggNodes.cpp SQL 2023 ANY_VALUE aggregate function. (#7617) 2023-09-18 07:51:41 -03:00
AggNodes.h SQL 2023 ANY_VALUE aggregate function. (#7617) 2023-09-18 07:51:41 -03:00
BlrDebugWriter.cpp Track names of FOR ... AS CURSOR <name>. 2023-01-10 20:57:51 -03:00
BlrDebugWriter.h Track names of FOR ... AS CURSOR <name>. 2023-01-10 20:57:51 -03:00
BoolNodes.cpp More correct plan output for subqueries generated during NOT IN transformation 2025-01-10 11:19:54 +03:00
BoolNodes.h Misc. 2023-11-27 21:12:50 -03:00
btyacc_fb.ske Ressurect TriState, replace Nullable<bool> by TriState, remove Nullable. 2023-09-18 20:38:33 -03:00
chars.h Fix #5749 - Token unknown error on formfeed in query [CORE5479]. 2022-09-21 21:43:28 -03:00
ddl_proto.h Small meta name (#271) 2020-06-16 19:22:15 +03:00
ddl.cpp Fix both parts of #7924 (#7940) 2024-01-22 17:41:36 +03:00
DdlNodes.epp Wipe out multi-file database support (#8047) 2024-12-28 09:27:34 +03:00
DdlNodes.h Wipe out multi-file database support (#8047) 2024-12-28 09:27:34 +03:00
dsql_proto.h Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement. 2022-02-07 15:52:12 -03:00
dsql.cpp Fixed porting error 2024-09-20 18:37:57 +03:00
dsql.h Named arguments for function call, EXECUTE PROCEDURE and procedure record source. 2023-09-19 07:14:02 -03:00
DsqlBatch.cpp Cleanup batches inside the engine if they were not released explicitly before disconnection. This avoids a resource leak (it's mostly about TempSpace). (#8341) 2024-12-05 12:59:45 +03:00
DsqlBatch.h Fixed #7745: Error restoring database which has system domains in user table with BLOBs using embedded connection 2023-09-21 19:29:57 +03:00
DsqlCompilerScratch.cpp Fix #7931 - Incorrect variable usage using UPDATE OR INSERT. 2023-12-19 22:53:57 -03:00
DsqlCompilerScratch.h Fix #7931 - Incorrect variable usage using UPDATE OR INSERT. 2023-12-19 22:53:57 -03:00
DsqlCursor.cpp Replace throw() by noexcept. 2023-09-18 20:27:13 -03:00
DsqlCursor.h Replace throw() by noexcept. 2023-09-18 20:27:13 -03:00
DSqlDataTypeUtil.cpp 1) Separate DsqlCompilerScratch in its own files. 2010-08-27 02:18:00 +00:00
DSqlDataTypeUtil.h 1. Cleaned up most of SUPERSERVER usage. 2010-04-15 14:40:27 +00:00
DsqlRequests.cpp Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
DsqlRequests.h Compiled statement cache. 2022-03-18 08:17:35 -03:00
DsqlStatementCache.cpp Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
DsqlStatementCache.h Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
DsqlStatements.cpp Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
DsqlStatements.h Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
errd_proto.h Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
errd.cpp Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958) 2021-09-15 08:37:17 -03:00
ExprNodes.cpp Do not consider non-deterministic expressions as invariants in pre-filters (#7853) 2024-11-16 17:42:23 +03:00
ExprNodes.h Do not consider non-deterministic expressions as invariants in pre-filters (#7853) 2024-11-16 17:42:23 +03:00
gen_proto.h Feature #7566 - Allow DEFAULT keyword in argument list. 2023-09-19 07:19:19 -03:00
gen.cpp Feature #7587 - CALL statement. 2023-09-19 07:29:03 -03:00
Keywords.cpp Fix problem with client-only build requiring btyacc's generated files present (#7445) 2023-09-15 22:27:52 -03:00
Keywords.h Fix problem with client-only build requiring btyacc's generated files present (#7445) 2023-09-15 22:27:52 -03:00
make_proto.h Refactor statement and request parts so multiple DSQL requests could be created from a single compiled statement. 2022-02-07 15:52:12 -03:00
make.cpp Replace Nullable by std::optional. 2023-09-18 20:38:33 -03:00
metd_proto.h Fixed #3812: Query with SP doesn't accept explicit plan 2022-09-25 10:49:21 +03:00
metd.epp Fix #7831. Wrong parameter type for SCALAR_ARRAY argument. (#7836) 2023-11-11 13:45:08 +03:00
movd_proto.h Int128 - new datatype (#220) 2019-09-16 20:59:54 +03:00
movd.cpp Rework messages processing, simplifying the build and avoiding store generated files in git. (#6958) 2021-09-15 08:37:17 -03:00
NodePrinter.h Add missing namespace 2023-11-09 09:15:37 +03:00
Nodes.h Do not consider non-deterministic expressions as invariants in pre-filters (#7853) 2024-11-16 17:42:23 +03:00
PackageNodes.epp Feature #8062 - CREATE IF NOT EXISTS. (#8072) 2024-04-14 16:32:51 -03:00
PackageNodes.h Feature #8062 - CREATE IF NOT EXISTS. (#8072) 2024-04-14 16:32:51 -03:00
parse-conflicts.txt Add ALTER PACKAGE BODY and CRETE OR ALTER PACKAGE BODY parse rules (#8309) 2024-11-08 08:18:11 -03:00
parse.y Wipe out multi-file database support (#8047) 2024-12-28 09:27:34 +03:00
Parser.cpp Fix debug build failure with assertion in CRT (#8121) 2024-05-16 19:28:09 +03:00
Parser.h Cleanup: moved INTL objects, defined in common, from namespace Jrd to namespace Firebird 2024-01-11 20:00:14 +03:00
pass1_proto.h Started simplification of local declarations. 2023-09-18 20:27:14 -03:00
pass1.cpp Allow mixed (positional, named) arguments. 2023-09-19 07:14:06 -03:00
StmtNodes.cpp Add AUTO RELEASE TEMP BLOBID transaction option (#8323) 2024-11-25 11:32:33 +03:00
StmtNodes.h Add AUTO RELEASE TEMP BLOBID transaction option (#8323) 2024-11-25 11:32:33 +03:00
sym.h Misc. 2012-03-10 15:37:52 +00:00
utld_proto.h Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
utld.cpp Replace old SQLDA/SQLVAR by XSQLDA/XSQLVAR. (#6820) 2021-05-25 16:26:13 -03:00
Visitors.h Merge branch 'master' into read_consistency 2017-12-29 10:55:31 +02:00
WinNodes.cpp Rename class jrd_req to Request. 2022-02-13 10:51:30 -03:00
WinNodes.h Rename class jrd_req to Request. 2022-02-13 10:51:30 -03:00