.. |
AggNodes.cpp
|
Make comparisons return plain int (PVS-Studio).
|
2014-02-25 06:20:09 +00:00 |
AggNodes.h
|
Impure offsets must be 32-bit.
|
2013-08-21 07:16:28 +00:00 |
BlrDebugWriter.cpp
|
Modified IStatement interface in our API:
|
2013-02-17 12:08:53 +00:00 |
BlrDebugWriter.h
|
Misc.
|
2013-02-17 23:06:40 +00:00 |
BoolNodes.cpp
|
Make comparisons return plain int (PVS-Studio).
|
2014-02-25 06:20:09 +00:00 |
BoolNodes.h
|
Renamed a few methods for better readability.
|
2014-02-09 18:28:33 +00:00 |
btyacc_fb.ske
|
Refactored nod_select_expr, nod_with and nod_list (union).
|
2012-04-07 03:03:28 +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
|
Cleanup.
|
2012-09-18 16:01:58 +00:00 |
ddl.cpp
|
Fixed CORE-4140 - EXECUTE BLOCK's TYPE OF parameters with NONE charset may have be transformed to the connection charset.
|
2013-07-05 02:09:18 +00:00 |
DdlNodes.epp
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
DdlNodes.h
|
Warnings.
|
2014-02-16 21:52:14 +00:00 |
dsql_proto.h
|
Revert change of messages to void* in DSQL internals.
|
2013-02-24 16:26:00 +00:00 |
dsql.cpp
|
Fixed CORE-4286: "Statement already has a cursor assigned" error when trying to execute another SQL statement using different cursor name. Moved method setCursorName() from IStatement to IResultSet - it was my fault when splitting cursor from statement.
|
2014-01-17 12:33:23 +00:00 |
dsql.h
|
Give names to the old and new streams in triggers.
|
2014-02-06 06:53:57 +00:00 |
DsqlCompilerScratch.cpp
|
Fixed CORE-4322 - Engine crashes when use aggregate or window functions in recursive query. Vlad, please review.
|
2014-01-27 01:09:32 +00:00 |
DsqlCompilerScratch.h
|
gcc warning - init order
|
2013-07-23 11:41:37 +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
|
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 |
ExprNodes.cpp
|
Improvement CORE-4345: Ability to trace stored functions execution
|
2014-02-19 23:16:47 +00:00 |
ExprNodes.h
|
Renamed a few methods for better readability.
|
2014-02-09 18:28:33 +00:00 |
gen_proto.h
|
Unify DSQL/JRD sub-nodes.
|
2012-05-03 16:43:29 +00:00 |
gen.cpp
|
On second thought, I'm removing the artifical message size limit.
|
2013-08-21 09:17:10 +00:00 |
make_proto.h
|
Simplificate representation of 64-bit numbers and sequences in the parser.
|
2013-08-29 16:05:37 +00:00 |
make.cpp
|
Simplificate representation of 64-bit numbers and sequences in the parser.
|
2013-08-29 16:05:37 +00:00 |
metd_proto.h
|
Get rid of dsql_str and fix metadata strings.
|
2012-12-25 17:34:50 +00:00 |
metd.epp
|
Fixed CORE-4180 - CREATE COLLATION does not verify base collation charset.
|
2013-08-15 15:42:57 +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 |
Nodes.h
|
Renamed a few methods for better readability.
|
2014-02-09 18:28:33 +00:00 |
PackageNodes.epp
|
Fixed CORE-4203 - Cannot create packaged routines with [VAR]CHAR parameters.
|
2013-09-03 15:46:46 +00:00 |
PackageNodes.h
|
Getting rid of dsql_nod.
|
2012-04-25 01:42:47 +00:00 |
parse.y
|
Warnings (conflict with MSVC math.h defines).
|
2014-02-23 02:01:11 +00:00 |
Parser.cpp
|
Fixed some gcc warnings
|
2013-11-19 13:19:11 +00:00 |
Parser.h
|
Misc and warnings.
|
2013-12-29 00:35:50 +00:00 |
pass1_proto.h
|
Misc.
|
2013-02-08 01:48:28 +00:00 |
pass1.cpp
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +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
|
Warnings and make Linux debug build compile.
|
2014-02-18 01:49:07 +00:00 |
StmtNodes.h
|
Revert external routines to request-based (*) code, but now using a totally different internal approach.
|
2013-04-11 15:44:17 +00:00 |
sym.h
|
Misc.
|
2012-03-10 15:37:52 +00:00 |
utld_proto.h
|
Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future.
|
2012-03-14 17:38:32 +00:00 |
utld.cpp
|
Fixed CORE-3569: CHAR(32767) present in XSQLVAR with length 32765. The JRD part of the patch is not strictly required, as it's used exclusively for VARCHARs right now, but let's be protected for the unpredictable future.
|
2012-03-14 17:38:32 +00:00 |
Visitors.h
|
Getting rid of dsql_nod.
|
2012-04-25 01:42:47 +00:00 |
WinNodes.cpp
|
Fixed CORE-4330 and CORE-4331.
|
2014-02-03 15:07:13 +00:00 |
WinNodes.h
|
Added FROM FIRST/LAST clause to NTH_VALUE (CORE-3621).
|
2013-04-24 15:31:13 +00:00 |