8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:43:03 +01:00
firebird-mirror/src/dsql
2012-09-30 01:50:41 +00:00
..
AggNodes.cpp Make usage of dsqlChildNodes consistent. 2012-05-04 15:32:49 +00:00
AggNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
BlrWriter.cpp Fixed CORE-3893 - Cannot restore tpcc database in FB 3.0. 2012-07-20 02:41:58 +00:00
BlrWriter.h Fixed CORE-3893 - Cannot restore tpcc database in FB 3.0. 2012-07-20 02:41:58 +00:00
BoolNodes.cpp Additional patch for improvement CORE-3362 : Cursors should ignore changes made by the same statement. 2012-09-24 14:26:33 +00:00
BoolNodes.h Additional patch for improvement CORE-3362 : Cursors should ignore changes made by the same statement. 2012-09-24 14:26:33 +00:00
btyacc_fb.ske Refactored nod_select_expr, nod_with and nod_list (union). 2012-04-07 03:03:28 +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 Cleanup. 2012-09-18 16:01:58 +00:00
ddl.cpp Cleanup. 2012-09-18 16:01:58 +00:00
DdlNodes.epp Cleanup. 2012-09-18 16:01:58 +00:00
DdlNodes.h Fixed CORE-3893 - Cannot restore tpcc database in FB 3.0. 2012-07-20 02:41:58 +00:00
dsql_proto.h 1) Removed READ/WRITE BLOB sql commands. 2) Refactored request operations to fix server crashes. 2012-02-03 19:01:36 +00:00
dsql.cpp Fix segfault while checking for trace of failed statement compilation. (happens with CORE-3794 testcase) 2012-08-10 15:40:27 +00:00
dsql.h Misc. 2012-09-30 01:50:41 +00:00
DsqlCompilerScratch.cpp Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
DsqlCompilerScratch.h Cleanup. 2012-09-18 16:01:58 +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 Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports. 2012-03-01 08:55:43 +00:00
ExprNodes.cpp Misc. 2012-09-30 01:50:41 +00:00
ExprNodes.h Misc. 2012-09-30 01:50:41 +00:00
gen_proto.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
gen.cpp Fixed problems with plans introduced in old refactorings. 2012-05-04 17:01:06 +00:00
make_proto.h Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
make.cpp Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
metd_proto.h Cleanup. 2012-09-18 16:01:58 +00:00
metd.epp Cleanup. 2012-09-18 16:01:58 +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 Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports. 2012-03-01 08:55:43 +00:00
Nodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
PackageNodes.epp Misc and style. 2012-05-20 10:00:52 +00:00
PackageNodes.h Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
parse.y Feature CORE-3291 - New pseudocolumn to get number of transaction that created this record version. 2012-08-28 01:02:56 +00:00
Parser.cpp 1) Make a new kind of Node (TransactionNode). 2012-02-25 19:56:37 +00:00
Parser.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
pass1_proto.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
pass1.cpp Warning. 2012-06-06 14:50:53 +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 Additional patch for improvement CORE-3362 : Cursors should ignore changes made by the same statement. 2012-09-24 14:26:33 +00:00
StmtNodes.h Additional patch for improvement CORE-3362 : Cursors should ignore changes made by the same statement. 2012-09-24 14:26:33 +00:00
sym.h Misc. 2012-03-10 15:37:52 +00:00
utld_proto.h Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future. 2012-03-14 17:38:32 +00:00
utld.cpp Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future. 2012-03-14 17:38:32 +00:00
Visitors.h Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
WinNodes.cpp Fixed CORE-3899 - row_number(), rank() and dense_rank() return BIGINT datatype in dialect 1. 2012-07-31 12:23:16 +00:00
WinNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00