.. |
AggNodes.cpp
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
AggNodes.h
|
Fixed #6845: Result type of AVG over BIGINT column results in type INT128
|
2021-07-23 17:22:53 +03:00 |
BlrDebugWriter.cpp
|
Fixed CORE-6403 - Some PSQL statements may lead to exceptions report wrong line/column.
|
2020-09-20 11:33:21 -03:00 |
BlrDebugWriter.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
BoolNodes.cpp
|
Fix #6875 - Significant performance regression of SIMILAR TO and SUBSTRING(SIMILAR)
|
2021-07-02 11:22:59 -03:00 |
BoolNodes.h
|
Fix #6875 - Significant performance regression of SIMILAR TO and SUBSTRING(SIMILAR)
|
2021-07-02 11:22:59 -03:00 |
btyacc_fb.ske
|
Frontported fix for CORE-6466 - Comments before the first line of code are removed.
|
2021-02-03 12:28:13 -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
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
ddl.cpp
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
DdlNodes.epp
|
Code simplification (and preparation for the next commits)
|
2021-09-03 15:53:12 +03:00 |
DdlNodes.h
|
Correct error message for DROP VIEW (#6825)
|
2021-05-28 10:10:20 -03:00 |
dsql_proto.h
|
Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR.
|
2021-07-30 15:25:20 -03:00 |
dsql.cpp
|
Code simplification (and preparation for the next commits)
|
2021-09-03 15:53:12 +03:00 |
dsql.h
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
DsqlBatch.cpp
|
Postfix for #6900: isc_batch_too_big has nothing to do with DSQL errors and SQL code -104
|
2021-08-13 16:24:04 +03:00 |
DsqlBatch.h
|
Fixed a number of memory leaks related with batch interface
|
2018-07-05 17:00:03 +03:00 |
DsqlCompilerScratch.cpp
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
DsqlCompilerScratch.h
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03: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
|
Replace old SQLDA/SQLVAR by XSQLDA/XSQLVAR. (#6820)
|
2021-05-25 16:26:13 -03:00 |
ExprNodes.cpp
|
Code simplification (and preparation for the next commits)
|
2021-09-03 15:53:12 +03:00 |
ExprNodes.h
|
Feature #6681 and fix for #6942.
|
2021-09-02 10:00:15 -03:00 |
gen_proto.h
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
gen.cpp
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
make_proto.h
|
Fix nodDesc of NullNode being changed after its initial construction.
|
2020-07-11 23:14:58 -03:00 |
make.cpp
|
Fix nodDesc of NullNode being changed after its initial construction.
|
2020-07-11 23:14:58 -03:00 |
metd_proto.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
metd.epp
|
Fixed CORE-6166 - Problems with long object names (> 255 bytes).
|
2019-10-21 12:53:13 -03:00 |
movd_proto.h
|
Int128 - new datatype (#220)
|
2019-09-16 20:59:54 +03:00 |
movd.cpp
|
Int128 - new datatype (#220)
|
2019-09-16 20:59:54 +03:00 |
NodePrinter.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
Nodes.h
|
Feature #6815 - Support multiple rows for DML RETURNING.
|
2021-08-25 14:56:20 -03:00 |
PackageNodes.epp
|
Code simplification (and preparation for the next commits)
|
2021-09-03 15:53:12 +03:00 |
PackageNodes.h
|
Small meta name (#271)
|
2020-06-16 19:22:15 +03:00 |
parse-conflicts.txt
|
Improvement #6740 - Allow parenthesized query expression for standard-compliance [CORE6511].
|
2021-06-29 08:28:22 -03:00 |
parse.y
|
Feature #6681 and fix for #6942.
|
2021-09-02 10:00:15 -03:00 |
Parser.cpp
|
Implemented #6809
|
2021-05-14 11:35:36 +03:00 |
Parser.h
|
Frontported fix for CORE-6466 - Comments before the first line of code are removed.
|
2021-02-03 12:28:13 -03:00 |
pass1_proto.h
|
Feature #6681 and fix for #6942.
|
2021-09-02 10:00:15 -03:00 |
pass1.cpp
|
Feature #6681 and fix for #6942.
|
2021-09-02 10:00:15 -03:00 |
StmtNodes.cpp
|
Code simplification using std algorithms.
|
2021-09-02 10:31:23 -03:00 |
StmtNodes.h
|
Feature #6681 and fix for #6942.
|
2021-09-02 10:00:15 -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
|
Replace old SQLDA/SQLVAR by XSQLDA/XSQLVAR. (#6820)
|
2021-05-25 16:26:13 -03:00 |
Visitors.h
|
Merge branch 'master' into read_consistency
|
2017-12-29 10:55:31 +02:00 |
WinNodes.cpp
|
Postfix for CORE-6421 - Parameter in offset expression in LAG, LEAD, NTH_VALUE
|
2020-10-25 21:54:30 -03:00 |
WinNodes.h
|
Fixed CORE-6325 - NTILE/RANK/PERCENT_RANK may cause problems in big statements.
|
2020-06-22 14:01:26 -03:00 |