My error -- Unicon doesn't transform keys.
Unicon tables and GDBM tables are both OK.

mKE doesn't transform keys either.
My error:
I enclosed a keypattern in quotes to prevent $variables from being evaluated
when keypattern was read.
I did not remove the quotes when using keypattern to determine the  key.
 
Dick McCullough 
Context Knowledge Systems
What is your view?
From: [email protected]
To: [email protected]; [email protected]
Date: Sun, 10 Aug 2014 05:18:57 +0000
Subject: Re: [Unicon-group] can't use email address as table key







Hi Dick,







Let's consider this a bug unless/until we identify that there is a compelling 
reason for it. What kind of table we are talking about here? Icon and Unicon's 
table data type does not do anything to their keys. You mention inserting and 
fetching: is this on
 GDBM, ODBC, or something else? Can you provide a simple example program that 
illustrates the bug?







Cheers,



Clint









From: Richard H. McCullough <[email protected]>

Sent: Saturday, August 09, 2014 7:29 PM

To: Unicon group

Subject: [Unicon-group] can't use email address as table key
 


Unicon quotes my key, so I have to use a different key
to insert and fetch values.



Is this considered a bug or a feature of Unicon?

 

Dick McCullough 

Context Knowledge Systems

What is your view?










------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group
                                          
------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to