8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 15:23:03 +01:00
firebird-mirror/src/dsql
asfernandes 1dcad0fe90 Misc.
2012-06-03 03:00:24 +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 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
BlrWriter.h Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
BoolNodes.cpp Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
BoolNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +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 Remove legacy statements residuals. 2012-02-20 02:02:04 +00:00
ddl.cpp Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
DdlNodes.epp Misc. 2012-06-03 03:00:24 +00:00
DdlNodes.h Misc. 2012-06-03 03:00:24 +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 Getting rid of dsql_nod. 2012-04-25 01:42:47 +00:00
dsql.h Fixed problems with views WITH CHECK OPTION. Also change its triggers as asked for opinions in fb-devel. 2012-05-20 19:28:52 +00:00
DsqlCompilerScratch.cpp Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
DsqlCompilerScratch.h Getting rid of dsql_nod. 2012-04-25 01:42:47 +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 Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
ExprNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +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 Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
metd.epp Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +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 Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +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 Misc and style. 2012-05-20 10:00:52 +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 Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
StmtNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +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 Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
WinNodes.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00