8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:03:03 +01:00
firebird-mirror/src/dsql
2011-01-24 12:51:32 +00:00
..
AggNodes.cpp Fixed CORE-3302: Distinct aggregates return wrong (duplicated) data. 2011-01-07 11:32:45 +00:00
AggNodes.h Make ExprNodes and RecordSourceNodes reference others directly instead of via jrd_nod. 2010-11-21 03:47:29 +00:00
BlrWriter.cpp Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
BlrWriter.h Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
BoolNodes.cpp Refactor nod_aggregate, nod_relation, nod_rse, nod_derived_table, nod_query_spec and nod_limit 2011-01-09 21:58:56 +00:00
BoolNodes.h Make UNKNOWN a boolean value/test, and not something exactly like NULL 2010-12-27 00:34:31 +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 Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
ddl.cpp 1) Frontport fix for CORE-3222 - View with "WITH CHECK OPTION" doesn't like TRIM function in WHERE 2010-11-11 00:05:49 +00:00
DdlNodes.epp Refactor nod_aggregate, nod_relation, nod_rse, nod_derived_table, nod_query_spec and nod_limit 2011-01-09 21:58:56 +00:00
DdlNodes.h Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. 2010-11-13 15:03:44 +00:00
dsql_proto.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
dsql.cpp New plugin manager. Use it for all types of plugins. 2011-01-14 17:31:40 +00:00
dsql.h Make it compiles on Windows after Alex's changes. MSVC10 build will follow later. 2011-01-24 12:51:32 +00:00
DsqlCompilerScratch.cpp Refactor DSQL's nod_join and nod_union. 2011-01-22 20:40:04 +00:00
DsqlCompilerScratch.h Refactor DSQL's nod_join and nod_union. 2011-01-22 20:40:04 +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 warnings 2011-01-21 17:16:13 +00:00
ExprNodes.h Make UNKNOWN a boolean value/test, and not something exactly like NULL 2010-12-27 00:34:31 +00:00
gen_proto.h Refactor nod_aggregate, nod_relation, nod_rse, nod_derived_table, nod_query_spec and nod_limit 2011-01-09 21:58:56 +00:00
gen.cpp Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
hsh_proto.h Get rid of unneeded typedefs. 2009-01-08 09:27:07 +00:00
hsh.cpp OSRI and new posix build 2010-10-12 08:02:57 +00:00
make_proto.h Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
make.cpp Fixed CORE-3311: Error "data type unknown" while preparing UPDATE/DELETE statements with the parameterized ROWS clause. 2011-01-20 04:41:10 +00:00
metd_proto.h Refactored the DSQL support of cursor statements, execute procedure and execute statement 2010-12-23 18:42:06 +00:00
metd.epp Refactored the DSQL support of cursor statements, execute procedure and execute statement 2010-12-23 18:42:06 +00:00
movd_proto.h const correctness, vars in scope, etc. 2003-10-05 06:27:16 +00:00
movd.cpp Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
node.h Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
Nodes.h warnings 2011-01-21 17:16:13 +00:00
PackageNodes.epp Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
PackageNodes.h Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +00:00
parse_proto.h DSQL integration into the engine. 2008-02-28 13:48:16 +00:00
parse.y Misc 2011-01-23 00:32:42 +00:00
Parser.cpp Misc. 2010-03-21 13:38:52 +00:00
Parser.h Refactor nod_aggregate, nod_relation, nod_rse, nod_derived_table, nod_query_spec and nod_limit 2011-01-09 21:58:56 +00:00
pass1_proto.h Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
pass1.cpp Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
sqlda_pub.h Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
sqlda.h Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
StmtNodes.cpp Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
StmtNodes.h Refactor DSQL's BREAK, LEAVE and CONTINUE. 2011-01-22 21:32:29 +00:00
sym.h Moved some more .h-files to common from jrd as Vlad suggested 2010-10-13 10:39:52 +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 Refactor DSQL's nod_join and nod_union. 2011-01-22 20:40:04 +00:00
WinNodes.cpp Finish the statements refactor in the engine. Get rid of jrd_nod. 2010-12-04 22:15:03 +00:00
WinNodes.h Make ExprNodes and RecordSourceNodes reference others directly instead of via jrd_nod. 2010-11-21 03:47:29 +00:00