8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 03:23:03 +01:00
firebird-mirror/src/dsql
2015-01-12 00:21:38 +00:00
..
AggNodes.cpp Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases. 2014-04-09 02:28:38 +00:00
AggNodes.h Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases. 2014-04-09 02:28:38 +00:00
BlrDebugWriter.cpp Fix build warnings 2014-07-17 18:48:46 +00:00
BlrDebugWriter.h Feature CORE-4403 - Allow referencing cursors as record variables in PSQL. 2014-05-19 19:06:47 +00:00
BoolNodes.cpp Fix build warnings 2014-07-17 18:48:46 +00:00
BoolNodes.h Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases. 2014-04-09 02:28:38 +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 Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work. 2014-11-25 15:02:45 +00:00
DdlNodes.epp Make the API usable with different type of IStatus classes, throwing (what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException). 2015-01-12 00:21:38 +00:00
DdlNodes.h Implemented CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL 2014-12-24 14:50:03 +00:00
dsql_proto.h Language independent API 2014-09-29 11:03:47 +00:00
dsql.cpp Cleaned up the API from the legacy crap (fortunately, not needed these days). 2014-12-29 15:45:49 +00:00
dsql.h Fixed CORE-4572: Incorrect error for PSQL function when the number of actual arguments does not match the number of formal arguments. 2014-12-16 19:12:18 +00:00
DsqlCompilerScratch.cpp Fix build warnings 2014-07-17 18:48:46 +00:00
DsqlCompilerScratch.h Tweaks to CORE-4488. 2014-07-21 16:13:49 +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 Fix build warnings 2014-07-17 18:48:46 +00:00
ExprNodes.cpp Fixed CORE-4161: User can not insert records into table with column "generated by default as identity" in its DDL. 2014-12-17 10:38:36 +00:00
ExprNodes.h Fixed CORE-4161: User can not insert records into table with column "generated by default as identity" in its DDL. 2014-12-17 10:38:36 +00:00
gen_proto.h Unify DSQL/JRD sub-nodes. 2012-05-03 16:43:29 +00:00
gen.cpp Simplification. 2014-12-16 17:29:23 +00:00
make_proto.h Simplificate representation of 64-bit numbers and sequences in the parser. 2013-08-29 16:05:37 +00:00
make.cpp Fixed CORE-4566: Incorrect size of the output parameter/argument when execute block, procedure or function use system field in metadata charset 2014-10-05 13:14:43 +00:00
metd_proto.h Get rid of dsql_str and fix metadata strings. 2012-12-25 17:34:50 +00:00
metd.epp Fixed CORE-4572: Incorrect error for PSQL function when the number of actual arguments does not match the number of formal arguments. 2014-12-16 19:12:18 +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 Fix build warnings 2014-07-17 18:48:46 +00:00
PackageNodes.epp Fixed CORE-4570 - Wrong error at ALTER PACKAGE. 2014-10-07 14:46:32 +00:00
PackageNodes.h Fixed CORE-735: User rights for metadata changes. 2014-07-08 07:35:27 +00:00
parse.y Fixed CORE-4651: CREATE DATABASE fails for the user having RDB$ADMIN rights in security database 2014-12-26 14:10:39 +00:00
Parser.cpp Fix build warnings 2014-07-17 18:48:46 +00:00
Parser.h I hope I fixed the issues noted by Adriano about my generators commit. 2014-04-12 06:35:36 +00:00
pass1_proto.h Feature CORE-4403 - Allow referencing cursors as record variables in PSQL. 2014-05-19 19:06:47 +00:00
pass1.cpp Cleanup and small refactoring to avoid redundancy. 2014-08-15 14:19: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 problem with subfunction parameters related to CORE-4572. 2015-01-06 22:40:20 +00:00
StmtNodes.h Improvement CORE-3526: Support for WHEN SQLSTATE. 2014-10-16 16:35:18 +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 Implemented STEP for generators/sequences and took the opportunity to make the blrOp param const. Please rebuild the databases. 2014-04-09 02:28:38 +00:00
WinNodes.h Added FROM FIRST/LAST clause to NTH_VALUE (CORE-3621). 2013-04-24 15:31:13 +00:00