8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 06:43:04 +01:00
firebird-mirror/src/dsql
2011-12-21 14:45:39 +00:00
..
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 bug CORE-3509 : Alter procedure allows to add the parameter with the same name. 2011-06-26 22:27:07 +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-3680 : EXECUTE BLOCK statement and ISC_DSQL_EXECUTE2() problem 2011-12-05 13:52:58 +00:00
dsql.h Fixed bug CORE-3533 : Firebird memory not released (Using superserver) 2011-07-12 09:06:00 +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 Fixed (methinks) CORE-3697: String truncation error when selecting from a VIEW with UNION inside. It doesn't look like a good idea to modify dsc_length in place, as it can be used afterwards (e.g. MAKE_desc(field) after GEN_expr(rse), see define_view() in ddl.cpp). We only need to ensure that the generated BLR has the real byte length and it can be achieved with a temporary descriptor copy. Other solutions are also possible but this one seems better at the first glance. 2011-12-14 16:08:05 +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 Backport CORE-3238 - Make GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC. 2011-12-21 14:45:39 +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 Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. 2010-12-02 11:15:19 +00:00
metd_proto.h Backported fix for CORE-3140 - Preserve comments for parameters after altering procedures. 2011-06-18 18:49:58 +00:00
metd.epp Backported fix for CORE-3140 - Preserve comments for parameters after altering procedures. 2011-06-18 18:49:58 +00:00
misc_func.cpp Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. 2010-12-02 11:15:19 +00:00
misc_func.h Style. 2009-01-08 09:26:06 +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:29:21 +00:00
movd.cpp Improvement CORE-3446 - Allow conversion from/to BLOBs and others types in the API functions (XSQLVAR or blr messages). 2011-04-19 15:29:21 +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 Backport CORE-3238 - Make GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC. 2011-12-21 14:45:39 +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-3690 : Wrong warning message for ambiguous query 2011-12-05 13:08:34 +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 Fixed CORE-3151: memory allocated in sqlda_sup may be not released in some cases 2011-06-02 08:42:50 +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