.. |
AggNodes.cpp
|
Fixed CORE-3255 - The server could crash using views with GROUP BY.
|
2011-02-06 21:59:20 +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 assertion reported by Vlad privately.
|
2011-02-25 10:42:00 +00:00 |
BoolNodes.h
|
Refactored expression equality to make it independent from the stream being optimized.
|
2011-02-12 14:01:36 +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
|
Fixed CORE-3310 - RDB$GET_CONTEXT and between in view.
|
2011-02-06 18:13:12 +00:00 |
DdlNodes.epp
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +00:00 |
DdlNodes.h
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +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
|
Fixed CORE-1620: Incorrect error message if EXECUTE STATEMENT contains empty string. It doesn't fix the "uninitialized variable" issue per se, but I'm not sure this is strictly required, as it gets initialized if the statement contains at least one character, and all cases of empty string are now caught in advance.
|
2011-02-06 11:57:18 +00:00 |
dsql.h
|
Another small refactor on variables in DSQL.
|
2011-01-31 14:47:41 +00:00 |
DsqlCompilerScratch.cpp
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +00:00 |
DsqlCompilerScratch.h
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +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
|
Let's process the sub-node before using it in CMP_get_desc. It helps to avoid a crash if the sub-node is a variable (its e_var_variable argument is not assigned yet).
|
2011-02-25 13:06:14 +00:00 |
ExprNodes.h
|
Refactored nod_alias.
|
2011-02-17 14:25:56 +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
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +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
|
Another small refactor on variables in DSQL.
|
2011-01-31 14:47:41 +00:00 |
make.cpp
|
Misc
|
2011-02-18 00:52:10 +00:00 |
metd_proto.h
|
Refactor nod_relation_name and nod_rel_proc_name.
|
2011-01-30 00:25:46 +00:00 |
metd.epp
|
Refactor nod_relation_name and nod_rel_proc_name.
|
2011-01-30 00:25:46 +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 exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +00:00 |
Nodes.h
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +00:00 |
PackageNodes.epp
|
Fixed problem with packages reported privately by Vlad.
|
2011-02-12 02:00:27 +00:00 |
PackageNodes.h
|
Fixed problem with packages reported privately by Vlad.
|
2011-02-12 02:00:27 +00:00 |
parse_proto.h
|
DSQL integration into the engine.
|
2008-02-28 13:48:16 +00:00 |
parse.y
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +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
|
Refactoring nod_list and nod_block statements.
|
2011-02-22 00:51:56 +00:00 |
pass1.cpp
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +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 exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +00:00 |
StmtNodes.h
|
Refactor DSQL exceptions: nod_on_error, nod_sqlcode, nod_gdscode, nod_exception and nod_default.
|
2011-02-25 02:52:51 +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
|
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 |