.. |
array_proto.h
|
Style.
|
2009-01-05 08:48:32 +00:00 |
array.epp
|
Misc
|
2009-11-16 01:20:35 +00:00 |
blob_proto.h
|
Style.
|
2009-01-05 08:48:32 +00:00 |
blob.epp
|
Misc
|
2009-11-16 01:20:35 +00:00 |
btyacc_fb.ske
|
- External Engines implementation.
|
2009-10-21 00:42:38 +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
|
Reduce usage of legacy (and unsafe) nodes related to PSQL parameters and variables.
|
2009-11-21 20:42:27 +00:00 |
ddl.cpp
|
Feature CORE-2777 - Make possible to alter the default database character set without manual update of system table
|
2009-12-07 18:26:50 +00:00 |
DdlNodes.epp
|
Make clearer that we are working with binary, untranslatable blobs.
|
2009-12-07 05:32:08 +00:00 |
DdlNodes.h
|
Reduce usage of legacy (and unsafe) nodes related to PSQL parameters and variables.
|
2009-11-21 20:42:27 +00:00 |
dsql_proto.h
|
1) Use metadata character set in DSQL cache
|
2009-12-05 14:21:52 +00:00 |
dsql.cpp
|
Move and rename methods
|
2009-12-06 19:11:25 +00:00 |
dsql.h
|
Initial cleanup to DSQL metadata cache to follow with some fixes
|
2009-11-29 03:44:01 +00:00 |
errd_proto.h
|
Remove trailing spaces (.h files)
|
2008-12-05 00:56:15 +00:00 |
errd.cpp
|
Misc
|
2009-11-16 01:20:35 +00:00 |
gen_proto.h
|
Reduce usage of legacy (and unsafe) nodes related to PSQL parameters and variables.
|
2009-11-21 20:42:27 +00:00 |
gen.cpp
|
Let's transfer procedure aliases to the engine similarly to how it is done for relations. This allows more precise plan reporting.
|
2009-12-14 11:19:26 +00:00 |
hsh_proto.h
|
Get rid of unneeded typedefs.
|
2009-01-08 09:27:07 +00:00 |
hsh.cpp
|
Clean dead code.
|
2009-11-15 10:23:22 +00:00 |
keywords.cpp
|
Minor adjustments.
|
2009-11-12 06:35:45 +00:00 |
keywords.h
|
*** empty log message ***
|
2009-01-21 15:40:27 +00:00 |
make_proto.h
|
- External Engines implementation.
|
2009-10-21 00:42:38 +00:00 |
make.cpp
|
Cleanup
|
2009-11-28 19:39:23 +00:00 |
metd_proto.h
|
- External Engines implementation.
|
2009-10-21 00:42:38 +00:00 |
metd.epp
|
Initial cleanup to DSQL metadata cache to follow with some fixes
|
2009-11-29 03:44:01 +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
|
Frontported improvement CORE-2748: allow gsec to grant RDB$ADMIN role in the security database
|
2009-11-13 19:00:09 +00:00 |
Nodes.h
|
Move and rename methods
|
2009-12-06 19:11:25 +00:00 |
PackageNodes.epp
|
Move and rename methods
|
2009-12-06 19:11:25 +00:00 |
PackageNodes.h
|
- External Engines implementation.
|
2009-10-21 00:42:38 +00:00 |
parse_proto.h
|
DSQL integration into the engine.
|
2008-02-28 13:48:16 +00:00 |
parse.y
|
Fixed bug CORE-2797 : Problem with default value of SP parameter
|
2009-12-12 17:15:56 +00:00 |
Parser.cpp
|
Fixed CORE-2739 - ASSERT at parse.cpp line 22885
|
2009-11-07 19:02:46 +00:00 |
Parser.h
|
Fixed CORE-2739 - ASSERT at parse.cpp line 22885
|
2009-11-07 19:02:46 +00:00 |
pass1_proto.h
|
Misc
|
2009-11-22 00:09:30 +00:00 |
pass1.cpp
|
Misc, style and unused vars.
|
2009-12-13 10:41:53 +00:00 |
prepa_proto.h
|
Y-Valve handle translation layer
|
2004-05-02 23:06:37 +00:00 |
preparse.cpp
|
Style.
|
2009-11-21 09:24:20 +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
|
Misc.
|
2009-11-22 10:08:13 +00:00 |
StmtNodes.h
|
Reduce usage of legacy (and unsafe) nodes related to PSQL parameters and variables.
|
2009-11-21 20:42:27 +00:00 |
sym.h
|
Get rid of unneeded typedefs.
|
2009-01-08 09:27:07 +00:00 |
user__proto.h
|
Wipe out the SCROLLABLE_CURSORS code + minor cleanup.
|
2009-10-31 06:17:49 +00:00 |
user_dsql.cpp
|
Style.
|
2009-11-21 09:24:20 +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 |