.. |
array_proto.h
|
Style.
|
2009-01-05 08:48:32 +00:00 |
array.epp
|
Misc and constants.
|
2009-07-19 13:31:05 +00:00 |
blob_proto.h
|
Style.
|
2009-01-05 08:48:32 +00:00 |
blob.epp
|
Style.
|
2009-01-05 08:48:32 +00:00 |
btyacc_fb.ske
|
Remove a lot of warnings compiling parse.cpp with GCC 4.2.3
|
2008-05-01 16:12:16 +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
|
Remove trailing spaces (.h files)
|
2008-12-05 00:56:15 +00:00 |
ddl.cpp
|
Fixed CORE-2923 - Problem with dependencies between a procedure and a view using that procedure
|
2010-03-20 19:12:51 +00:00 |
DdlNodes.epp
|
Unused function params.
|
2009-04-26 10:24:44 +00:00 |
DdlNodes.h
|
1) Move the new Node classes to appropriate files
|
2008-05-19 13:47:48 +00:00 |
dsql_proto.h
|
CORE-2509. Took the opportunity to fix several data types.
|
2009-06-18 12:07:07 +00:00 |
dsql.cpp
|
Fixed bug CORE-2852 : Server crash when executing syntactical wrong SQL statement with an active trace session
|
2010-02-08 14:49:24 +00:00 |
dsql.h
|
Fixed bug CORE-2943 : parsing error recursive query with two recursive parts
|
2010-03-25 13:50:16 +00:00 |
errd_proto.h
|
Remove trailing spaces (.h files)
|
2008-12-05 00:56:15 +00:00 |
errd.cpp
|
Comments.
|
2009-04-18 14:13:26 +00:00 |
gen_proto.h
|
This should fix regressions related to fixes of:
|
2008-09-01 13:18:02 +00:00 |
gen.cpp
|
Backport change that fix CORE-2910, found by Dmitry
|
2010-03-09 18:55:13 +00:00 |
hsh_proto.h
|
Get rid of unneeded typedefs.
|
2009-01-08 09:27:07 +00:00 |
hsh.cpp
|
Comments.
|
2009-04-18 14:13:26 +00:00 |
keywords.cpp
|
Remove the DEBUG command
|
2009-05-08 00:33:37 +00:00 |
keywords.h
|
*** empty log message ***
|
2009-01-21 15:40:27 +00:00 |
make_proto.h
|
Cleanup for NOD_CONST_SPECIAL. It's not needed anymore.
|
2009-04-10 20:18:17 +00:00 |
make.cpp
|
Fixed CORE-2660 - COUNT(*) incorrectly returns 0 when a condition of an outer join doesn't match
|
2009-10-04 21:47:52 +00:00 |
metd_proto.h
|
bool, style.
|
2009-06-07 10:16:41 +00:00 |
metd.epp
|
Fixed CORE-2516 - Wrong processing SP parameters with arrays
|
2009-06-19 15:47:16 +00:00 |
misc_func.cpp
|
Style.
|
2009-01-08 09:26:06 +00:00 |
misc_func.h
|
Style.
|
2009-01-08 09:26:06 +00:00 |
movd_proto.h
|
const correctness, vars in scope, etc.
|
2003-10-05 06:27:16 +00:00 |
movd.cpp
|
Misc
|
2009-09-05 18:18:44 +00:00 |
node.h
|
Improvement CORE-2748: allow gsec to grant RDB$ADMIN role in the security database
|
2009-11-13 18:09:29 +00:00 |
Nodes.h
|
Small inconsistency noticed by Claudio
|
2008-05-25 15:41:54 +00:00 |
parse_proto.h
|
DSQL integration into the engine.
|
2008-02-28 13:48:16 +00:00 |
parse.y
|
Backported fix for unregistered bug: Query string crashes 2.5RC1
|
2009-12-19 01:45:40 +00:00 |
Parser.cpp
|
Care about non-existing charset as seen by Claudio
|
2009-12-19 01:55:59 +00:00 |
Parser.h
|
Backported fix for unregistered bug: Query string crashes 2.5RC1
|
2009-12-19 01:45:40 +00:00 |
pass1_proto.h
|
Complete Adriano's change.
|
2008-05-25 11:48:01 +00:00 |
pass1.cpp
|
Fixed bug CORE-2943 : parsing error recursive query with two recursive parts
|
2010-03-25 13:50:16 +00:00 |
prepa_proto.h
|
Y-Valve handle translation layer
|
2004-05-02 23:06:37 +00:00 |
preparse.cpp
|
Unused function params.
|
2009-04-26 10:24:44 +00:00 |
sqlda_pub.h
|
Change SQL_NULL value
|
2009-02-11 14:23:14 +00:00 |
sqlda.h
|
Remove trailing spaces (.h files)
|
2008-12-05 00:56:15 +00:00 |
StmtNodes.cpp
|
Fixed error in my patch for CORE-2558 : store save point number at impure area. Thanks to Adriano.
|
2009-08-06 06:30:35 +00:00 |
StmtNodes.h
|
Fixed error in my patch for CORE-2558 : store save point number at impure area. Thanks to Adriano.
|
2009-08-06 06:30:35 +00:00 |
sym.h
|
Get rid of unneeded typedefs.
|
2009-01-08 09:27:07 +00:00 |
user__proto.h
|
Remove trailing spaces (.h files)
|
2008-12-05 00:56:15 +00:00 |
user_dsql.cpp
|
AIX port - fixed warnings
|
2009-05-28 07:55:13 +00:00 |
utld_proto.h
|
Made XSQLDA parameter const in isc_dsql_fetch and a family of isc_dsql_exec functions as suggested by Dmitry Kovalenko.
|
2008-09-10 12:31:54 +00:00 |
utld.cpp
|
HP-UX IA-64 warning, integer conversion resulted in a change of sign
|
2009-08-27 14:22:45 +00:00 |