8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 10:43:03 +01:00
firebird-mirror/src/dsql
2018-06-19 11:45:54 +03:00
..
AggNodes.cpp Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
AggNodes.h Remove pool reference and children lists in each node. 2017-11-26 18:58:25 -02: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 Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
BoolNodes.h Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
btyacc_fb.ske Postfix for CORE-5183. Thanks to Adriano for assistance. 2016-04-26 19:37:42 +03: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 High precision datatype support - Numeric(34,x) (#108) 2017-10-03 17:06:08 +03: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 Removed hack with errMap, fixed facilities, added correct error for table. 2018-06-19 11:45:54 +03:00
DdlNodes.h Fixed CORE-5747: User can grant USAGE privilege by himself. Error messages were corrected. Note: GRANT OPTION is being checked taking into account currently used ROLES 2018-02-19 15:48:14 +03:00
dsql_proto.h Core (engine-level) support for scrollable DSQL cursors. Fixed the IResultSet API to match the JDBC spec. Renamed FB_EOF to FB_NO_DATA. Refactored some DSQL internals. 2015-01-27 10:29:30 +00:00
dsql.cpp CORE-5832 : Implement way to reset user session environment to its initial (default) state: 2018-06-10 13:29:14 +03:00
dsql.h Better handling for the scratch pool and fixed CORE-5646. 2017-11-26 18:58:25 -02:00
DsqlBatch.cpp Gbak (#139) 2018-02-19 13:38:28 +03:00
DsqlBatch.h Gbak (#139) 2018-02-19 13:38:28 +03:00
DsqlCompilerScratch.cpp Misc. 2018-01-01 12:38:34 -02:00
DsqlCompilerScratch.h Improvement CORE-5674 : Allow unused Common Table Expressions 2017-12-01 11:58:50 +02:00
DsqlCursor.cpp Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes. 2015-02-18 15:01:17 +00:00
DsqlCursor.h Unlink JResultSet from DsqlCursor when cursor is closed due to end of transaction - this fixes AV in tcs/BLOB.0.DSQL 2015-02-17 11:42:50 +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 Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
errd.cpp Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
ExprNodes.cpp Fixed some usage patterns of dec_fixed values - thanks to Adriano 2018-05-14 18:10:12 +03:00
ExprNodes.h Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
gen_proto.h Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done. 2016-09-02 15:20:01 -03:00
gen.cpp Remove kind field. 2017-11-26 18:58:25 -02:00
make_proto.h Support DECFLOAT literals 2017-03-28 20:54:44 +03:00
make.cpp Process nodes using the scratch pool as default pool. 2017-11-26 18:58:25 -02:00
metd_proto.h Cleanup. 2017-01-20 11:47:30 -02:00
metd.epp Cleanup. 2017-01-20 11:47:30 -02:00
movd_proto.h Changed representation of high precision DECIMAL/NUMERIC to be exactly the same as for DECFLOAT(34) 2018-03-07 20:22:33 +03:00
movd.cpp Changed representation of high precision DECIMAL/NUMERIC to be exactly the same as for DECFLOAT(34) 2018-03-07 20:22:33 +03:00
NodePrinter.h Usage of C++11 strongly typed enum. 2016-09-23 15:28:03 -03:00
Nodes.h CORE-5832 : Implement way to reset user session environment to its initial (default) state: 2018-06-10 13:29:14 +03:00
PackageNodes.epp Remove pool reference and children lists in each node. 2017-11-26 18:58:25 -02:00
PackageNodes.h SQL SECURITY Feature (#42) 2016-09-28 17:24:04 +03:00
parse-conflicts.txt Improvement CORE-5380 - Allow subroutines to call others subroutines and themself recursively. 2017-07-11 13:03:04 +00:00
parse.y Feature CORE-5832 : Implement way to reset user session environment to its initial (default) state 2018-05-23 11:53:10 +03:00
Parser.cpp Fixed my error (case when eol follows immediately after '--') 2018-04-10 17:28:21 +03:00
Parser.h Let SQL parser handle '\r', '\n' and '\r\n' as end of line. 2018-03-31 00:38:41 +03:00
pass1_proto.h Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
pass1.cpp Fixed CORE-5713 - Field alias disapears in complex query. 2018-01-17 20:24:00 -02:00
sqlda_pub.h High precision datatype support - Numeric(34,x) (#108) 2017-10-03 17:06:08 +03:00
sqlda.h Added metadata support to IStatement. 2011-04-14 01:03:43 +00:00
StmtNodes.cpp Reworked fix for bug CORE-5843 : Wrong handling of failures of TRANSACTION START trigger. 2018-06-14 01:20:58 +03:00
StmtNodes.h CORE-5832 : Implement way to reset user session environment to its initial (default) state: 2018-06-10 13:29:14 +03:00
sym.h Misc. 2012-03-10 15:37:52 +00:00
utld_proto.h Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
utld.cpp Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
Visitors.h Avoid calls to JRD_get_thread_data. 2017-11-26 18:58:25 -02:00
WinNodes.cpp Remove pool reference and children lists in each node. 2017-11-26 18:58:25 -02:00
WinNodes.h Remove pool reference and children lists in each node. 2017-11-26 18:58:25 -02:00