.. |
AggNodes.cpp
|
Feature CORE-5346 - Window Function: named window.
|
2016-09-23 13:43:10 -03:00 |
AggNodes.h
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
|
2016-09-02 15:20:01 -03: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
|
Bugfix CORE-5236: IN/ANY/ALL predicates may cause sub-optimal (late
|
2016-07-09 01:14:50 +03:00 |
BoolNodes.h
|
Fixed CORE-5167 - Allow implicit conversion between boolean and string.
|
2016-04-04 14:49:44 -03: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
|
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
|
SQL SECURITY Feature (#42)
|
2016-09-28 17:24:04 +03:00 |
DdlNodes.h
|
SQL SECURITY Feature (#42)
|
2016-09-28 17:24:04 +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
|
Minor diagnostics cleanup
|
2016-07-28 15:19:39 +03:00 |
dsql.h
|
Rename type/variable to reflect recent changes.
|
2016-09-23 13:43:41 -03:00 |
DsqlCompilerScratch.cpp
|
Misc.
|
2016-03-17 14:51:42 -03:00 |
DsqlCompilerScratch.h
|
Add debug utility function to dump contexts.
|
2016-03-16 02:45:50 +00: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
|
Simplifications.
|
2016-09-29 13:41:08 -03:00 |
ExprNodes.h
|
Usage of C++11 strongly typed enum.
|
2016-09-23 15:28:03 -03: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
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
|
2016-09-02 15:20:01 -03:00 |
make_proto.h
|
Optimize system privilege check - move permanent job to compile phase
|
2016-06-06 17:54:12 +03:00 |
make.cpp
|
Removed unused function.
|
2016-09-01 11:46:27 -03:00 |
metd_proto.h
|
Get rid of dsql_str and fix metadata strings.
|
2012-12-25 17:34:50 +00:00 |
metd.epp
|
Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL,
|
2015-10-12 14:26:00 +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 |
NodePrinter.h
|
Usage of C++11 strongly typed enum.
|
2016-09-23 15:28:03 -03:00 |
Nodes.h
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
|
2016-09-02 15:20:01 -03:00 |
PackageNodes.epp
|
SQL SECURITY Feature (#42)
|
2016-09-28 17:24:04 +03:00 |
PackageNodes.h
|
SQL SECURITY Feature (#42)
|
2016-09-28 17:24:04 +03:00 |
parse.y
|
SQL SECURITY Feature (#42)
|
2016-09-28 17:24:04 +03:00 |
Parser.cpp
|
Removed all KW_ prefixes from parse.y and adds by script TOK_ prefix to all #define tokens generated by btyacc.
|
2016-09-23 15:12:13 -03:00 |
Parser.h
|
Complements CORE-749 with configuration options.
|
2016-06-14 17:05:36 +00:00 |
pass1_proto.h
|
Feature CORE-5346 - Window Function: named window.
|
2016-09-23 13:43:10 -03:00 |
pass1.cpp
|
Usage of C++11 strongly typed enum.
|
2016-09-23 15:28:03 -03: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
|
Misc.
|
2016-10-03 22:33:31 -03:00 |
StmtNodes.h
|
Generate savepoint around blr_store for non-cursor INSERT's (INSERT INTO ... VALUES (...) ) with sub-select in VALUES list.
|
2016-09-21 12:38:24 +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
|
Feature CORE-5346 - Window Function: named window.
|
2016-09-23 13:43:10 -03:00 |
WinNodes.cpp
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
|
2016-09-02 15:20:01 -03:00 |
WinNodes.h
|
Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
|
2016-09-02 15:20:01 -03:00 |