.. |
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
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |
ddl.cpp
|
Store the view context type when it doesn't came from backup and simplify the code. Still problems altering procedures used in views.
|
2009-12-28 15:31:09 +00:00 |
DdlNodes.epp
|
1) Write the function return type as domain, like the parameters. 2) Fix storeGlobalField to always store RDB.
|
2009-12-31 14:58:12 +00:00 |
DdlNodes.h
|
1) Make it build in Linux; 2) Fix some warnings
|
2009-12-21 20:55:07 +00:00 |
dsql_proto.h
|
1) Use metadata character set in DSQL cache
|
2009-12-05 14:21:52 +00:00 |
dsql.cpp
|
Misc
|
2009-12-27 16:49:46 +00:00 |
dsql.h
|
Fix problem of mixing dbkey and record version on the same internal parameter
|
2009-12-26 02:21:56 +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
|
We don't need an EOS slot for PSQL functions.
|
2009-12-25 11:16:20 +00:00 |
gen.cpp
|
Fix another problem in cursor handling changes
|
2009-12-27 16:49:23 +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
|
Correction, thanks to Adriano.
|
2009-12-22 05:32:05 +00:00 |
keywords.h
|
*** empty log message ***
|
2009-01-21 15:40:27 +00:00 |
make_proto.h
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |
make.cpp
|
Cleanup the deprecated configuration stuff.
|
2009-12-28 13:27:10 +00:00 |
metd_proto.h
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |
metd.epp
|
Store the view context type when it doesn't came from backup and simplify the code. Still problems altering procedures used in views.
|
2009-12-28 15:31:09 +00:00 |
misc_func.cpp
|
Separate the scratch, statement and request flags. Don't ask me why I didn't change them to bools.
|
2009-12-20 22:42:43 +00:00 |
misc_func.h
|
Separate the scratch, statement and request flags. Don't ask me why I didn't change them to bools.
|
2009-12-20 22:42:43 +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
|
Support for PSQL functions (only the DSQL part so far). Still work in progress.
|
2009-12-21 17:23:07 +00:00 |
Nodes.h
|
More refactoring: name changes, accessors, consts, removed not good references (statement referencing scratch and metadata indirectly)
|
2009-12-23 00:57:08 +00:00 |
PackageNodes.epp
|
Try to collect function signatures like procedures. Not good yet.
|
2009-12-30 14:50:18 +00:00 |
PackageNodes.h
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |
parse_proto.h
|
DSQL integration into the engine.
|
2008-02-28 13:48:16 +00:00 |
parse.y
|
Put class Attachment in its own files by brute force.
|
2009-12-25 09:55:05 +00:00 |
Parser.cpp
|
Fixed unregistered bug: Query string crashes 2.5RC1
|
2009-12-19 01:32:00 +00:00 |
Parser.h
|
Fixed unregistered bug: Query string crashes 2.5RC1
|
2009-12-19 01:32:00 +00:00 |
pass1_proto.h
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |
pass1.cpp
|
Fix problem of mixing dbkey and record version on the same internal parameter
|
2009-12-26 02:21:56 +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-12-25 19:29:58 +00:00 |
StmtNodes.h
|
More refactoring: name changes, accessors, consts, removed not good references (statement referencing scratch and metadata indirectly)
|
2009-12-23 00:57:08 +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
|
Some fixes; Misc.
|
2009-12-22 00:08:49 +00:00 |
utld.cpp
|
Refactor DSQL, continuing the work I started in 2.5:
|
2009-12-20 21:01:10 +00:00 |