8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00
firebird-mirror/src/dsql
2011-09-25 23:28:09 +00:00
..
AggNodes.cpp Shared page cache implementation 2011-05-09 10:15:19 +00:00
AggNodes.h Fixed CORE-3255 - The server could crash using views with GROUP BY. 2011-02-06 21:59:20 +00:00
BlrWriter.cpp Another small refactor on variables in DSQL. 2011-01-31 14:47:41 +00:00
BlrWriter.h Another small refactor on variables in DSQL. 2011-01-31 14:47:41 +00:00
BoolNodes.cpp Fixed the bug with NOT IN (list) reported by Ivan Prenosil in fb-devel. 2011-07-25 02:19:34 +00:00
BoolNodes.h Misc, style, etc. 2011-04-02 04:24:20 +00:00
btyacc_fb.ske OSRI and new posix build 2010-10-12 08:02:57 +00:00
chars.h Fix bug noticed by Dmitry Yemanov: sometimes, special characters are detected and rejected. Other times, anything that follows them is silenty ignored. Unacceptable. We were accesing an array out of bounds. 2006-06-07 05:39:46 +00:00
ddl_proto.h Reference DML statements in DSQL with StmtNode instead of dsql_nod. 2011-03-06 02:48:34 +00:00
ddl.cpp Frontported changes of CORE-3491. 2011-05-27 02:05:27 +00:00
DdlNodes.epp Fixed PSQL functions problem (missing EOS). 2011-09-25 23:28:09 +00:00
DdlNodes.h Fixed PSQL functions problem (missing EOS). 2011-09-25 23:28:09 +00:00
dsql_proto.h Implemented CORE-3332: Provide more detailed information about the query execution plan. Some details are still to be worked on. 2011-02-02 11:31:04 +00:00
dsql.cpp Misc. 2011-07-16 18:49:28 +00:00
dsql.h Implemented COMMENT for function arguments. 2011-07-15 08:54:00 +00:00
DsqlCompilerScratch.cpp Fixed PSQL functions problem (missing EOS). 2011-09-25 23:28:09 +00:00
DsqlCompilerScratch.h Fixed PSQL functions problem (missing EOS). 2011-09-25 23:28:09 +00: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
errd_proto.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
errd.cpp Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
ExprNodes.cpp Misc. 2011-07-16 18:49:28 +00:00
ExprNodes.h Misc, style, etc. 2011-04-02 04:24:20 +00:00
gen_proto.h Fixed CORE-3310 - RDB$GET_CONTEXT and between in view. 2011-02-06 18:13:12 +00:00
gen.cpp Generate DSQL internal dbkey/rec_version only for SELECT...FOR UPDATE. They do nothing for others commands. 2011-04-13 17:14:31 +00:00
make_proto.h Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +00:00
make.cpp Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +00:00
metd_proto.h Refactor nod_relation_name and nod_rel_proc_name. 2011-01-30 00:25:46 +00:00
metd.epp Fixed CORE-3475 - Parameters inside the CAST function are described as not nullable. 2011-05-27 15:29:20 +00:00
movd_proto.h Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages). 2011-04-19 15:24:26 +00:00
movd.cpp Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages). 2011-04-19 15:24:26 +00:00
node.h Replace some nod_list by array of nodes and change implementation of nod_returning to ReturningClause. 2011-03-07 03:15:07 +00:00
Nodes.h Added the missing RDB$SYSTEM_FLAG and RDB$DESCRIPTION columns into RDB$FUNCTION_ARGUMENTS. 2011-07-14 15:27:25 +00:00
PackageNodes.epp Completed some missing parts of the PSQL functions implementation. Adriano, please review. 2011-07-15 11:52:16 +00:00
PackageNodes.h Fixed problem with packages reported privately by Vlad. 2011-02-12 02:00:27 +00:00
parse.y Fixed PSQL functions problem (missing EOS). 2011-09-25 23:28:09 +00:00
Parser.cpp Misc. 2010-03-21 13:38:52 +00:00
Parser.h Replace parser hacks by correct btyacc's token position handling. 2011-03-07 18:40:04 +00:00
pass1_proto.h Refactor DSQL INSERT, UPDATE, DELETE, MERGE, UPDATE OR INSERT and assignment statements. 2011-03-04 01:47:49 +00:00
pass1.cpp Fixed crash with nested unions, reported by Vlad. 2011-05-14 02:49:02 +00:00
sqlda_pub.h Fixed problems in public headers. 2011-07-12 16:07:05 +00:00
sqlda.h Added metadata support to IStatement. 2011-04-14 01:03:43 +00:00
StmtNodes.cpp Fixed the padding of external procedure messages. Also removed obsolete checks in the touched code. 2011-08-28 18:31:44 +00:00
StmtNodes.h Misc, style, etc. 2011-04-02 04:24:20 +00:00
sym.h Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +00:00
utld_proto.h Misc 2010-10-12 17:40:27 +00:00
utld.cpp OSRI and new posix build 2010-10-12 08:02:57 +00:00
Visitors.h Refactored nod_alias. 2011-02-17 14:25:56 +00:00
WinNodes.cpp Fixed CORE-3255 - The server could crash using views with GROUP BY. 2011-02-06 21:59:20 +00:00
WinNodes.h Fixed CORE-3255 - The server could crash using views with GROUP BY. 2011-02-06 21:59:20 +00:00