8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This commit is contained in:
robocop 2004-11-23 04:05:49 +00:00
parent 5f71ea02d8
commit ab23729381
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
* Contributor(s): ______________________________________.
*
*
* $Id: StringMap.h,v 1.2 2004-11-22 22:31:31 skidder Exp $
* $Id: StringMap.h,v 1.3 2004-11-23 04:05:49 robocop Exp $
*
*/
@ -51,7 +51,7 @@ public:
// Returns true if value is found
bool get(const string& name, string& value);
size_t count() { return mCount; }
size_t count() const { return mCount; }
struct StringPair {
// We use string class here because we want to handle possible embedded

View File

@ -3307,7 +3307,7 @@ static dsql_ctx* pass1_cursor_context( dsql_req* request, const dsql_nod* cursor
isc_arg_gds, isc_dsql_cursor_update_err,
isc_arg_string, string->str_data, 0);
}
// note that nod_union and nod_join will cause to the error below,
// note that nod_union and nod_join will cause the error below,
// as well as derived tables. Some cases deserve fixing in the future
}