8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-31 00:43:02 +01:00
firebird-mirror/src/dsql
2012-02-19 02:17:27 +00:00
..
AggNodes.cpp Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc. 2012-02-15 03:34:21 +00:00
AggNodes.h Fixed the problem with windowed functions in recursive CTEs, reported by Frank Ingermann in fb-devel. 2011-12-04 18:36:26 +00:00
BlrWriter.cpp Misc. 2012-01-19 04:54:39 +00:00
BlrWriter.h DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE. 2011-11-22 16:33:25 +00:00
BoolNodes.cpp Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc. 2012-02-15 03:34:21 +00:00
BoolNodes.h Misc, style, etc. 2011-04-02 04:24:20 +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 Reference DML statements in DSQL with StmtNode instead of dsql_nod. 2011-03-06 02:48:34 +00:00
ddl.cpp Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
DdlNodes.epp Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
DdlNodes.h Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +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 Misc. 2012-02-06 21:50:49 +00:00
dsql.h 1) Removed READ/WRITE BLOB sql commands. 2) Refactored request operations to fix server crashes. 2012-02-03 19:01:36 +00:00
DsqlCompilerScratch.cpp Misc. 2012-01-20 01:42:03 +00:00
DsqlCompilerScratch.h Cleanup: unused functions, parameters & variables. 2012-01-24 03:37:43 +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 Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc. 2012-02-15 03:34:21 +00:00
ExprNodes.h Cleanup: unused functions, parameters & variables. 2012-01-24 03:37:43 +00:00
gen_proto.h Refactor SET TRANSACTION command. 2012-02-06 20:10:50 +00:00
gen.cpp Refactor SELECT. 2012-02-10 03:06:57 +00:00
make_proto.h Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +00:00
make.cpp Cleanup. 2012-02-10 03:06:22 +00:00
metd_proto.h Refactored CREATE FILTER and CREATE INDEX. 2011-11-27 19:08:06 +00:00
metd.epp Make more members of blb private. 2012-02-15 07:13:41 +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 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
node.h Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
Nodes.h Refactor SET TRANSACTION command. 2012-02-06 20:10:50 +00:00
PackageNodes.epp 1) Made the functions logic in sync with the procedures one. 2012-01-09 09:48:14 +00:00
PackageNodes.h Fixed problem with packages reported privately by Vlad. 2011-02-12 02:00:27 +00:00
parse.y Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +00:00
Parser.cpp I don't see the point in creating temporary strings in these cases. 2012-02-15 03:43:06 +00:00
Parser.h DDL refactor: ALTER EXTERNAL FUNCTION, ALTER INDEX, SET STATISTICS, CREATE SHADOW, ALTER ROLE, CREATE/ALTER DATABASE. 2011-11-22 16:33:25 +00:00
pass1_proto.h Refactor SELECT. 2012-02-10 03:06:57 +00:00
pass1.cpp Refactor GRANT and REVOKE commands. This eliminates the DYN subsystem. 2012-02-19 02:17:27 +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 I don't see the point in creating temporary strings in these cases. 2012-02-15 03:43:06 +00:00
StmtNodes.h Refactor SELECT. 2012-02-10 03:06:57 +00:00
sym.h Removed the legacy DSQL hash table module (HSHD). 2011-02-26 21:52:47 +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 Misc. 2012-01-29 02:53:44 +00:00
WinNodes.h Feature CORE-3620 - Window function LAST_VALUE. 2011-10-25 15:04:17 +00:00